Uses of Class
com.logicaldoc.core.metadata.TemplateAttribute
Packages that use TemplateAttribute
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 TemplateAttribute in com.logicaldoc.core.metadata
Methods in com.logicaldoc.core.metadata that return TemplateAttributeModifier and TypeMethodDescriptionAbstractAttributeSet.getAttribute
(String name) AbstractAttributeSet.getAttributeAtPosition
(int position) AbstractAttributeSet.getTemplateAttribute
(String name) Methods in com.logicaldoc.core.metadata that return types with arguments of type TemplateAttributeModifier and TypeMethodDescriptionAttributeSetDAO.findAttributes
(long tenantId, Long setId) Gets the map of attributes defined in the given tenant or setHibernateAttributeSetDAO.findAttributes
(long tenantId, Long setId) abstract Map
<String, TemplateAttribute> AbstractAttributeSet.getTemplateAttributes()
AttributeSet.getTemplateAttributes()
Template.getTemplateAttributes()
Method parameters in com.logicaldoc.core.metadata with type arguments of type TemplateAttributeModifier and TypeMethodDescriptionabstract void
AbstractAttributeSet.setTemplateAttributes
(Map<String, TemplateAttribute> templateAttributes) void
AttributeSet.setTemplateAttributes
(Map<String, TemplateAttribute> templateAttributes) void
Template.setTemplateAttributes
(Map<String, TemplateAttribute> templateAttributes) Constructors in com.logicaldoc.core.metadata with parameters of type TemplateAttribute