Uses of Class
com.logicaldoc.core.metadata.AttributeSet
Packages that use 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
Methods in com.logicaldoc.core.metadata that return AttributeSetModifier and TypeMethodDescriptionAttributeSetDAO.findByName
(String name, long tenantId) This method finds a attribute set by nameHibernateAttributeSetDAO.findByName
(String name, long tenantId) Methods in com.logicaldoc.core.metadata that return types with arguments of type AttributeSetModifier 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) Methods in com.logicaldoc.core.metadata with parameters of type AttributeSet -
Uses of AttributeSet in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return AttributeSetModifier and TypeMethodDescriptionstatic AttributeSet
WSUtil.toAttributeSet
(WSAttributeSet wsSet) Methods in com.logicaldoc.webservice.model with parameters of type AttributeSetModifier and TypeMethodDescriptionstatic WSAttributeSet
WSUtil.toWSAttributeSet
(AttributeSet attributeSet)