Uses of Class
com.logicaldoc.core.metadata.Attribute
Package
Description
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
.-
Uses of Attribute in com.logicaldoc.core.metadata
Modifier and TypeMethodDescriptionExtensibleObject.getAttribute
(String name) ExtensibleObject.getAttributeAtPosition
(int position) Modifier and TypeMethodDescriptionAttributeSetDAO.findAttributes
(long tenantId, Long setId) Gets the map of attributes defined in the given tenant or setHibernateAttributeSetDAO.findAttributes
(long tenantId, Long setId) Returns a TreeMap so the key set is alphabetically orderedExtensibleObject.getAttributes()
ExtensibleObject.getValueAttributes
(String name) Modifier and TypeMethodDescriptionint
void
ExtensibleObject.setAttribute
(String name, Attribute attribute) Puts a new attribute, if the attribute already exists his position and label are left untouchedModifier and TypeMethodDescriptionvoid
ExtensibleObject.setAttributes
(Map<String, Attribute> attributes)