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 ofFolder
as well as other related objectscom.logicaldoc.core.generic Contains the definitions ofGeneric
that 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.metadata.initialization Package that contains classes used to initialize extensible objects metadata,ExtensibleObject
.com.logicaldoc.core.metadata.validation Package that contains classes used to validate extensible objects metadata,ExtensibleObject
.com.logicaldoc.core.searchengine The core of the search engine.com.logicaldoc.web.service GWT services implementations.com.logicaldoc.web.util -
-
Uses of ExtensibleObject in com.logicaldoc.core.document
Subclasses of ExtensibleObject in com.logicaldoc.core.document Modifier and Type Class Description class
AbstractDocument
The Document is the central entity of LogicalDOC.class
Document
Basic concrete implementation ofAbstractDocument
class
Version
This class represents versions. -
Uses of ExtensibleObject in com.logicaldoc.core.folder
Subclasses of ExtensibleObject in com.logicaldoc.core.folder Modifier and Type Class Description class
Folder
This 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 class
Generic
Instances 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 class
AttributeSet
Represents a set of attributesclass
Template
A template collects a set of attributesets ant is itself an extensible object. -
Uses of ExtensibleObject in com.logicaldoc.core.metadata.initialization
Methods in com.logicaldoc.core.metadata.initialization with parameters of type ExtensibleObject Modifier and Type Method Description void
Initializer. 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.validation
Methods in com.logicaldoc.core.metadata.validation with parameters of type ExtensibleObject Modifier and Type Method Description void
Validator. 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.searchengine
Subclasses of ExtensibleObject in com.logicaldoc.core.searchengine Modifier and Type Class Description class
Hit
Search result -
Uses of ExtensibleObject in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service with parameters of type ExtensibleObject Modifier and Type Method Description static GUIAttribute[]
TemplateServiceImpl. prepareGUIAttributes(Template template, ExtensibleObject extensibleObject, User sessionUser)
-
Uses of ExtensibleObject in com.logicaldoc.web.util
Methods in com.logicaldoc.web.util with parameters of type ExtensibleObject Modifier and Type Method Description static GUIAttribute[]
ServiceUtil. prepareGUIAttributes(Template template, ExtensibleObject extensibleObject)
Prepares the extended attributes of an extensible object
-