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