Uses of Interface
com.logicaldoc.core.metadata.AttributeSetDAO
-
Packages that use AttributeSetDAO 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
.com.logicaldoc.core.security.dao -
-
Uses of AttributeSetDAO in com.logicaldoc.core.metadata
Classes in com.logicaldoc.core.metadata that implement AttributeSetDAO Modifier and Type Class Description class
HibernateAttributeSetDAO
Hibernate implementation ofTemplateDAO
-
Uses of AttributeSetDAO in com.logicaldoc.core.security.dao
Methods in com.logicaldoc.core.security.dao with parameters of type AttributeSetDAO Modifier and Type Method Description void
HibernateTenantDAO. setAttributeSetDao(AttributeSetDAO attributeSetDao)
-