Uses of Interface
com.logicaldoc.core.store.Storer
Packages that use Storer
Package
Description
Machinery for converting documents to different formats.
Machinery for building thumbnails of the first page of the documents.
Contains the definitions of
Folder
as well
as other related objectsThe store sub-system responsible for persisting the binaries of the
documents.
-
Uses of Storer in com.logicaldoc.core.conversion
Methods in com.logicaldoc.core.conversion with parameters of type Storer -
Uses of Storer in com.logicaldoc.core.document
Methods in com.logicaldoc.core.document with parameters of type Storer -
Uses of Storer in com.logicaldoc.core.document.thumbnail
Methods in com.logicaldoc.core.document.thumbnail with parameters of type Storer -
Uses of Storer in com.logicaldoc.core.folder
Methods in com.logicaldoc.core.folder with parameters of type Storer -
Uses of Storer in com.logicaldoc.core.store
Classes in com.logicaldoc.core.store that implement StorerModifier and TypeClassDescriptionclass
Common methods for all the Storer implementations.class
This class is an implementation of the Storer interface to persist documents in the filesystem.class
This is basically aFSStorer
but with a flag that if active makes the store method to return an exceptionMethods in com.logicaldoc.core.store that return StorerModifier and TypeMethodDescriptionAbstractStorer.newStorer
(int id) Instantiate a new storer and fully configures it.Storer.newStorer
(int id) Instantiate a new storer and fully configures it.Methods in com.logicaldoc.core.store that return types with arguments of type StorerModifier and TypeMethodDescriptionAbstractStorer.getStorerDefinitions()
Storer.getStorerDefinitions()
Retrieves the storers definitions grouped by typeMethods in com.logicaldoc.core.store with parameters of type Storer -
Uses of Storer in com.logicaldoc.webdav.resource.service
Methods in com.logicaldoc.webdav.resource.service with parameters of type Storer