Package net.bluemind.document.api
Interface IDocumentAsync
public interface IDocumentAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(String uid, Document doc, AsyncHandler<Void> handler) void
delete
(String uid, AsyncHandler<Void> handler) void
fetch
(String uid, AsyncHandler<Document> handler) void
fetchMetadata
(String uid, AsyncHandler<DocumentMetadata> handler) void
list
(AsyncHandler<List<DocumentMetadata>> handler) void
update
(String uid, Document doc, AsyncHandler<Void> handler)
-
Method Details
-
create
-
delete
-
fetch
-
fetchMetadata
-
list
-
update
-