Package com.logicaldoc.core.store


package com.logicaldoc.core.store
The store sub-system responsible for persisting the binaries of the documents. Implementations of Store work with different storing technologies
Since:
1.0
  • Class
    Description
    Common methods for all the Store implementations.
    This class is an implementation of the Store interface to persist documents in the filesystem.
    This is basically a FSStore but with a flag that if active makes the store method to return an exception
    The Store manages the repository where document files are maintained and all general resources are stored.