| java.lang.Object org.enhydra.dm.business.DocumentStoreImpl
DocumentStoreImpl | public class DocumentStoreImpl implements DocumentStore(Code) | | Default implementation of DocumentStore interface. Document are stored in docstore
like: doctore/yyyy/mm/dd/timestamp.extension
author: Svjetlana Milidrag |
DocumentStoreImpl | public DocumentStoreImpl()(Code) | | |
createDocumentStorePath | protected String createDocumentStorePath(String documentName)(Code) | | Method for create docstore path : doctore/yyyy/mm/dd/timestamp.extension
Parameters: documentName - |
setDocStorePath | public void setDocStorePath(String docStorePath)(Code) | | |
setLogger | public void setLogger(Log logger)(Code) | | |
|
|