Uses of Interface
com.logicaldoc.core.metadata.Extensible
Packages that use Extensible
Package
Description
Contains the definitions of
Folder
as well
as other related objectsContains the definitions of
Generic
that
is a persistent object used as a general way to store informations in the
databasePackage 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 the
Many objects of the LogicalDOC platform are extensible and can store your custom metadata, they are all those that extends the
ExtensibleObject
.The core of the search engine.
-
Uses of Extensible in com.logicaldoc.core.document
Classes in com.logicaldoc.core.document that implement ExtensibleModifier and TypeClassDescriptionclass
The Document is the central entity of LogicalDOC.class
Basic concrete implementation ofAbstractDocument
class
This class represents versions. -
Uses of Extensible in com.logicaldoc.core.folder
Classes in com.logicaldoc.core.folder that implement ExtensibleModifier and TypeClassDescriptionclass
This class represents the key concept of security of documents. -
Uses of Extensible in com.logicaldoc.core.generic
Classes in com.logicaldoc.core.generic that implement ExtensibleModifier and TypeClassDescriptionclass
Instances of this class represents generic informations in the database. -
Uses of Extensible in com.logicaldoc.core.metadata
Classes in com.logicaldoc.core.metadata that implement ExtensibleModifier and TypeClassDescriptionclass
A base class for attribute sets and templatesclass
Represents a set of attributesclass
An extensible object is able to store an indeterminate number of attributes.class
A template collects a set of attributesets ant is itself an extensible object. -
Uses of Extensible in com.logicaldoc.core.searchengine
Classes in com.logicaldoc.core.searchengine that implement Extensible