Uses of Class
com.logicaldoc.core.metadata.ExtensibleObject
Packages that use ExtensibleObject
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.Package that contains classes used to initialize extensible objects metadata,  
ExtensibleObject.Package that contains classes used to validate extensible objects metadata,  
ExtensibleObject.The core of the search engine.
- 
Uses of ExtensibleObject in com.logicaldoc.core.documentSubclasses of ExtensibleObject in com.logicaldoc.core.documentModifier and TypeClassDescriptionclassThe Document is the central entity of LogicalDOC.classBasic concrete implementation ofAbstractDocumentclassThis class represents versions.
- 
Uses of ExtensibleObject in com.logicaldoc.core.folderSubclasses of ExtensibleObject in com.logicaldoc.core.folderModifier and TypeClassDescriptionclassThis class represents the key concept of security of documents.
- 
Uses of ExtensibleObject in com.logicaldoc.core.genericSubclasses of ExtensibleObject in com.logicaldoc.core.genericModifier and TypeClassDescriptionclassInstances of this class represents generic informations in the database.
- 
Uses of ExtensibleObject in com.logicaldoc.core.metadataSubclasses of ExtensibleObject in com.logicaldoc.core.metadataModifier and TypeClassDescriptionclassA base class for attribute sets and templatesclassRepresents a set of attributesclassA template collects a set of attributesets ant is itself an extensible object.
- 
Uses of ExtensibleObject in com.logicaldoc.core.metadata.initializationMethods in com.logicaldoc.core.metadata.initialization with parameters of type ExtensibleObjectModifier and TypeMethodDescriptionvoidInitializer.initialize(ExtensibleObject object, Template template, History transaction) Initializes an object instance taking the initialization logic from a given template
- 
Uses of ExtensibleObject in com.logicaldoc.core.metadata.validationMethods in com.logicaldoc.core.metadata.validation with parameters of type ExtensibleObjectModifier and TypeMethodDescriptionvoidValidator.validate(ExtensibleObject object, Template template, History transaction) Validates an object instance taking the validation logic from a given template
- 
Uses of ExtensibleObject in com.logicaldoc.core.searchengineSubclasses of ExtensibleObject in com.logicaldoc.core.searchengine