Package net.bluemind.attachment.api
Interface IAttachmentAsync
public interface IAttachmentAsync
- 
Method Summary
Modifier and TypeMethodDescriptionvoidgetConfiguration(AsyncHandler<Configuration> handler) voidshare(String name, Stream document, AsyncHandler<AttachedFile> handler) voidshareDedup(String extension, Stream document, AsyncHandler<AttachedFile> handler) voidunShare(String url, AsyncHandler<Void> handler)  
- 
Method Details
- 
getConfiguration
 
 -