Uses of Class
com.logicaldoc.core.metadata.ExtensibleObject
-
Packages that use ExtensibleObject Package Description com.logicaldoc.core.document com.logicaldoc.core.folder Contains the definitions ofFolderas well as other related objectscom.logicaldoc.core.generic Contains the definitions ofGenericthat is a persistent object used as a general way to store informations in the databasecom.logicaldoc.core.metadata Package that collects the template and attribute sets definitions.
Many objects of the LogicalDOC platform are extensible and can store your custom metadata, they are all those that extends theExtensibleObject.com.logicaldoc.core.searchengine The core of the search engine. -
-
Uses of ExtensibleObject in com.logicaldoc.core.document
Subclasses of ExtensibleObject in com.logicaldoc.core.document Modifier and Type Class Description classAbstractDocumentThe Document is the central entity of LogicalDOC.classDocumentBasic concrete implementation ofAbstractDocumentclassVersionThis class represents versions. -
Uses of ExtensibleObject in com.logicaldoc.core.folder
Subclasses of ExtensibleObject in com.logicaldoc.core.folder Modifier and Type Class Description classFolderThis class represents the key concept of security of documents. -
Uses of ExtensibleObject in com.logicaldoc.core.generic
Subclasses of ExtensibleObject in com.logicaldoc.core.generic Modifier and Type Class Description classGenericInstances of this class represents generic informations in the database. -
Uses of ExtensibleObject in com.logicaldoc.core.metadata
Subclasses of ExtensibleObject in com.logicaldoc.core.metadata Modifier and Type Class Description classAttributeSetRepresents a set of attributesclassTemplateA template collects a set of attributesets ant is itself an extensible object. -
Uses of ExtensibleObject in com.logicaldoc.core.searchengine
Subclasses of ExtensibleObject in com.logicaldoc.core.searchengine Modifier and Type Class Description classHitSearch result
-