Uses of Class
com.logicaldoc.core.metadata.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.
GWT services implementations.
-
Uses of ExtensibleObject in com.logicaldoc.core.document
Modifier and TypeClassDescriptionclass
The Document is the central entity of LogicalDOC.class
Basic concrete implementation ofAbstractDocument
class
This class represents versions. -
Uses of ExtensibleObject in com.logicaldoc.core.folder
Modifier and TypeClassDescriptionclass
This class represents the key concept of security of documents. -
Uses of ExtensibleObject in com.logicaldoc.core.generic
Modifier and TypeClassDescriptionclass
Instances of this class represents generic informations in the database. -
Uses of ExtensibleObject in com.logicaldoc.core.metadata
Modifier and TypeClassDescriptionclass
A base class for attribute sets and templatesclass
Represents a set of attributesclass
A template collects a set of attributesets ant is itself an extensible object. -
Uses of ExtensibleObject in com.logicaldoc.core.metadata.initialization
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
-
Uses of ExtensibleObject in com.logicaldoc.web.service
Modifier and TypeMethodDescriptionTemplateServiceImpl.prepareGUIAttributes
(Template template, ExtensibleObject extensibleObject, User sessionUser)