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 TypeClassDescriptionclassBasic concrete implementation ofAbstractDocumentclassThis 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 TypeMethodDescriptionvoidDocumentManager.checkin(long docId, File file, String filename, boolean release, AbstractDocument docVO, DocumentHistory transaction) Checks in the given documentvoidDocumentManager.checkin(long docId, InputStream fileInputStream, String filename, boolean release, AbstractDocument docVO, DocumentHistory transaction) Checks in the given documentvoidDocumentManagerImpl.checkin(long docId, File file, String filename, boolean release, AbstractDocument docVO, DocumentHistory transaction) voidDocumentManagerImpl.checkin(long docId, InputStream content, String filename, boolean release, AbstractDocument docVO, DocumentHistory transaction) voidAbstractDocument.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 WSDocumentWSUtil.toWSDocument(AbstractDocument document)