Uses of Class
com.logicaldoc.core.metadata.AttributeOption
-
Packages that use AttributeOption Package Description com.logicaldoc.core.metadata 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 theExtensibleObject
. -
-
Uses of AttributeOption in com.logicaldoc.core.metadata
Methods in com.logicaldoc.core.metadata that return types with arguments of type AttributeOption Modifier and Type Method Description List<AttributeOption>
AttributeOptionDAO. findBySetIdAndAttribute(long setId, String attribute)
This finds all the options for a given attribute.List<AttributeOption>
HibernateAttributeOptionDAO. findBySetIdAndAttribute(long setId, String attribute)
Methods in com.logicaldoc.core.metadata with parameters of type AttributeOption Modifier and Type Method Description int
AttributeOption. compareTo(AttributeOption other)
-