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 class
Document
Basic concrete implementation ofAbstractDocument
class
Version
This 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 void
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 Modifier and Type Class Description class
Hit
Search 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 WSDocument
WSUtil. toWSDocument(AbstractDocument document)
-