Uses of Class
net.bluemind.document.api.Document
Packages that use Document
-
Uses of Document in net.bluemind.document.api
Methods in net.bluemind.document.api that return DocumentMethods in net.bluemind.document.api that return types with arguments of type DocumentMethods in net.bluemind.document.api with parameters of type DocumentModifier 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) Method parameters in net.bluemind.document.api with type arguments of type DocumentModifier and TypeMethodDescriptionvoid
IDocumentAsync.fetch
(String uid, AsyncHandler<Document> handler)