Uses of Class
com.logicaldoc.core.metadata.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
Modifier 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)