Uses of Class
com.logicaldoc.core.document.AbstractDocument
-
Packages that use AbstractDocument Package Description com.logicaldoc.core.document com.logicaldoc.core.searchengine The core of the search engine.com.logicaldoc.webservice.model -
-
Uses of AbstractDocument in com.logicaldoc.core.document
Subclasses of AbstractDocument in com.logicaldoc.core.document Modifier and Type Class Description classDocumentBasic concrete implementation ofAbstractDocumentclassVersionThis class represents versions.Methods in com.logicaldoc.core.document that return types with arguments of type AbstractDocument Modifier and Type Method Description static 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 AbstractDocument Modifier and Type Method Description voidDocumentManager. 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 Modifier and Type Class Description classHitSearch result -
Uses of AbstractDocument in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model with parameters of type AbstractDocument Modifier and Type Method Description static WSDocumentWSUtil. toWSDocument(AbstractDocument document)
-