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.metadataSubclasses of Attribute in com.logicaldoc.core.metadataMethods in com.logicaldoc.core.metadata that return AttributeModifier and TypeMethodDescriptionExtensible.getAttribute(String name) ExtensibleObject.getAttribute(String name) Extensible.getAttributeAtPosition(int position) ExtensibleObject.getAttributeAtPosition(int position) Methods in com.logicaldoc.core.metadata that return types with arguments of type AttributeModifier and TypeMethodDescriptionAbstractAttributeSet.getAttributes()Extensible.getAttributes()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) Constructors in com.logicaldoc.core.metadata with parameters of type Attribute