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.document
Methods 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 TypeMethodDescriptionvoid
Document.setAttributes
(Map<String, Attribute> attributes) void
Version.setAttributes
(Map<String, Attribute> attributes) -
Uses of Attribute in com.logicaldoc.core.folder
Methods 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.generic
Methods 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.metadata
Subclasses 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 TypeMethodDescriptionint
void
AbstractAttributeSet.setAttribute
(String name, Attribute attr) void
Extensible.setAttribute
(String name, Attribute attribute) Puts a new attribute, if the attribute already exists his position and label are left untouchedvoid
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
AbstractAttributeSet.setAttributes
(Map<String, Attribute> attributes) void
Extensible.setAttributes
(Map<String, Attribute> attributes) Constructors in com.logicaldoc.core.metadata with parameters of type Attribute