Uses of Class
com.logicaldoc.core.metadata.Attribute
Packages that use 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
Methods in com.logicaldoc.core.metadata that return AttributeModifier and TypeMethodDescriptionExtensibleObject.getAttribute
(String name) ExtensibleObject.getAttributeAtPosition
(int position) Methods in com.logicaldoc.core.metadata that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributeSetDAO.findAttributes
(long tenantId, Long setId) Gets the map of attributes defined in the given tenant or setHibernateAttributeSetDAO.findAttributes
(long tenantId, Long setId) ExtensibleObject.getAttributes()
ExtensibleObject.getValueAttributes
(String name) Methods in com.logicaldoc.core.metadata with parameters of type AttributeModifier and TypeMethodDescriptionint
void
ExtensibleObject.setAttribute
(String name, Attribute attribute) Puts a new attribute, if the attribute already exists his position and label are left untouchedMethod parameters in com.logicaldoc.core.metadata with type arguments of type AttributeModifier and TypeMethodDescriptionvoid
ExtensibleObject.setAttributes
(Map<String, Attribute> attributes) Constructors in com.logicaldoc.core.metadata with parameters of type Attribute