Uses of Class
com.logicaldoc.core.document.AbstractDocument
Packages that use AbstractDocument
Package
Description
The core of the search engine.
-
Uses of AbstractDocument in com.logicaldoc.core.document
Subclasses of AbstractDocument in com.logicaldoc.core.documentModifier and TypeClassDescriptionclass
Basic concrete implementation ofAbstractDocument
class
This class represents versions.Methods in com.logicaldoc.core.document that return types with arguments of type AbstractDocumentModifier and TypeMethodDescriptionstatic Comparator<AbstractDocument>
DocumentComparator.getComparator
(DocumentComparator... multipleOptions) static Comparator<AbstractDocument>
DocumentComparator.getComparator
(String sort) static Comparator<AbstractDocument>
DocumentComparator.getComparator
(List<DocumentComparator> multipleOptions) Methods in com.logicaldoc.core.document with parameters of type AbstractDocumentModifier 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
Subclasses of AbstractDocument in com.logicaldoc.core.searchengine -
Uses of AbstractDocument in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model with parameters of type AbstractDocumentModifier and TypeMethodDescriptionstatic WSDocument
WSUtil.toWSDocument
(AbstractDocument document)