Uses of Class
com.logicaldoc.core.metadata.AttributeSet
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 AttributeSet in com.logicaldoc.core.metadata
Modifier and TypeMethodDescriptionAttributeSetDAO.findByName
(String name, long tenantId) This method finds a attribute set by nameHibernateAttributeSetDAO.findByName
(String name, long tenantId) Modifier and TypeMethodDescriptionHibernateAttributeSetDAO.findAll()
HibernateAttributeSetDAO.findAll
(long tenantId) AttributeSetDAO.findByType
(int type, long tenantId) This method finds a attribute set by typeHibernateAttributeSetDAO.findByType
(int type, long tenantId) AttributeSetDAO.load
(long tenantId) Retrieves all the attribute sets in a tenantHibernateAttributeSetDAO.load
(long tenantId) -
Uses of AttributeSet in com.logicaldoc.webservice.model
Modifier and TypeMethodDescriptionstatic AttributeSet
WSUtil.toAttributeSet
(WSAttributeSet wsSet) Modifier and TypeMethodDescriptionstatic WSAttributeSet
WSUtil.toWSAttributeSet
(AttributeSet attributeSet)