Package net.bluemind.attachment.api
Interface IAttachmentAsync
public interface IAttachmentAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getConfiguration
(AsyncHandler<Configuration> handler) void
share
(String name, Stream document, AsyncHandler<AttachedFile> handler) void
shareDedup
(String extension, Stream document, AsyncHandler<AttachedFile> handler) void
unShare
(String url, AsyncHandler<Void> handler)
-
Method Details
-
getConfiguration
-