Uses of Class
com.logicaldoc.core.document.AbstractDocument
Package
Description
The core of the search engine.
-
Uses of AbstractDocument in com.logicaldoc.core.document
Modifier and TypeClassDescriptionclass
Basic concrete implementation ofAbstractDocument
class
This class represents versions.Modifier and TypeMethodDescriptionstatic Comparator<AbstractDocument>
DocumentComparator.getComparator
(DocumentComparator... multipleOptions) static Comparator<AbstractDocument>
DocumentComparator.getComparator
(String sort) static Comparator<AbstractDocument>
DocumentComparator.getComparator
(List<DocumentComparator> multipleOptions) Modifier and TypeMethodDescriptionvoid
DocumentManager.checkin
(long docId, File file, String filename, boolean release, AbstractDocument docVO, DocumentHistory transaction) Checks in the given documentvoid
DocumentManager.checkin
(long docId, InputStream fileInputStream, String filename, boolean release, AbstractDocument docVO, DocumentHistory transaction) Checks in the given documentvoid
DocumentManagerImpl.checkin
(long docId, File file, String filename, boolean release, AbstractDocument docVO, DocumentHistory transaction) void
DocumentManagerImpl.checkin
(long docId, InputStream content, String filename, boolean release, AbstractDocument docVO, DocumentHistory transaction) void
AbstractDocument.copyAttributes
(AbstractDocument docVO) Copies in the current instance the attributes of the passed values object, but NOT the ID -
Uses of AbstractDocument in com.logicaldoc.core.searchengine
-
Uses of AbstractDocument in com.logicaldoc.webservice.model
Modifier and TypeMethodDescriptionstatic WSDocument
WSUtil.toWSDocument
(AbstractDocument document)