Uses of Class
com.logicaldoc.core.metadata.Attribute
Packages that use Attribute
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.- 
Uses of Attribute in com.logicaldoc.core.documentMethods in com.logicaldoc.core.document that return types with arguments of type AttributeMethod parameters in com.logicaldoc.core.document with type arguments of type AttributeModifier and TypeMethodDescriptionvoidDocument.setAttributes(Map<String, Attribute> attributes) voidVersion.setAttributes(Map<String, Attribute> attributes) 
- 
Uses of Attribute in com.logicaldoc.core.folderMethods in com.logicaldoc.core.folder that return types with arguments of type AttributeMethod parameters in com.logicaldoc.core.folder with type arguments of type Attribute
- 
Uses of Attribute in com.logicaldoc.core.genericMethods in com.logicaldoc.core.generic that return types with arguments of type AttributeMethod parameters in com.logicaldoc.core.generic with type arguments of type Attribute
- 
Uses of Attribute in com.logicaldoc.core.metadataMethods in com.logicaldoc.core.metadata that return AttributeModifier and TypeMethodDescriptionAbstractAttributeSet.getAttribute(String name) Extensible.getAttribute(String name) ExtensibleObject.getAttribute(String name) AbstractAttributeSet.getAttributeAtPosition(int position) Extensible.getAttributeAtPosition(int position) ExtensibleObject.getAttributeAtPosition(int position) AbstractAttributeSet.getTemplateAttribute(String name) 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) AbstractAttributeSet.getAttributes()Extensible.getAttributes()AbstractAttributeSet.getTemplateAttributes()AttributeSet.getTemplateAttributes()Template.getTemplateAttributes()AbstractAttributeSet.getValueAttributes(String name) Extensible.getValueAttributes(String name) ExtensibleObject.getValueAttributes(String name) Methods in com.logicaldoc.core.metadata with parameters of type AttributeModifier and TypeMethodDescriptionintvoidAbstractAttributeSet.setAttribute(String name, Attribute attr) voidExtensible.setAttribute(String name, Attribute attribute) Puts a new attribute, if the attribute already exists his position and label are left untouchedvoidExtensibleObject.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 TypeMethodDescriptionvoidAbstractAttributeSet.setAttributes(Map<String, Attribute> attributes) voidExtensible.setAttributes(Map<String, Attribute> attributes) abstract voidAbstractAttributeSet.setTemplateAttributes(Map<String, Attribute> templateAttributes) voidAttributeSet.setTemplateAttributes(Map<String, Attribute> templateAttributes) voidTemplate.setTemplateAttributes(Map<String, Attribute> templateAttributes) Constructors in com.logicaldoc.core.metadata with parameters of type Attribute