Interface DocumentManager<R extends AbstractReadHandle,W extends AbstractWriteHandle>

Type Parameters:
R - the set of handles for reading the document content from the database
W - the set of handles for writing the document content to the database
All Known Subinterfaces:
BinaryDocumentManager, GenericDocumentManager, JSONDocumentManager, TextDocumentManager, XMLDocumentManager

public interface DocumentManager<R extends AbstractReadHandle,W extends AbstractWriteHandle>
A Document Manager provides database operations on a document.