Package com.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 the
Many objects of the LogicalDOC platform are extensible and can store your custom metadata, they are all those that extends the
ExtensibleObject
.- Since:
- 1.0
- See Also:
Attribute
,Template
,AttributeSet
-
Interface Summary Interface Description AttributeOptionDAO DAO forAttributeOption
handling.AttributeSetDAO This class is a DAO-service for attribute sets.TemplateDAO This class is a DAO-service for document templates. -
Class Summary Class Description Attribute This class defines the value of an attribute associated to an extensible object.AttributeOption Represents an option for a multi-choice attributeAttributeSet Represents a set of attributesExtensibleObject An extensible object is able to store an undeterminate number of attributes.HibernateAttributeOptionDAO Hibernate implementation ofAttributeOptionDAO
HibernateAttributeSetDAO Hibernate implementation ofTemplateDAO
HibernateTemplateDAO Hibernate implementation ofTemplateDAO
Template A template collects a set of attributesets ant is itself an extensible object.