Uses of Class
com.logicaldoc.core.metadata.AttributeOption
Packages that use AttributeOption
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 AttributeOption in com.logicaldoc.core.metadata
Methods in com.logicaldoc.core.metadata that return types with arguments of type AttributeOptionModifier and TypeMethodDescriptionAttributeOptionDAO.findByAttribute
(long setId, String attribute) This finds all the options for a given attribute.HibernateAttributeOptionDAO.findByAttribute
(long setId, String attribute) AttributeOptionDAO.findByAttributeAndCategory
(long setId, String attribute, String category) This finds all the options for a given attribute.HibernateAttributeOptionDAO.findByAttributeAndCategory
(long setId, String attribute, String category) AttributeOptionDAO.findByAttributeAsMap
(long setId, String attribute) This finds all the options for a given attribute and groups them by category.HibernateAttributeOptionDAO.findByAttributeAsMap
(long setId, String attribute) Methods in com.logicaldoc.core.metadata with parameters of type AttributeOption