Uses of Class
net.bluemind.document.api.Document
-
Uses of Document in net.bluemind.document.api
Modifier and TypeMethodDescriptionvoid
Creates a newDocument
entryvoid
IDocumentAsync.create
(String uid, Document doc, AsyncHandler<Void> handler) void
Updates aDocument
entryvoid
IDocumentAsync.update
(String uid, Document doc, AsyncHandler<Void> handler) Modifier and TypeMethodDescriptionvoid
IDocumentAsync.fetch
(String uid, AsyncHandler<Document> handler)