Uses of Class
com.logicaldoc.core.metadata.TemplateGroup
-
Packages that use TemplateGroup 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
. -
-
Uses of TemplateGroup in com.logicaldoc.core.metadata
Methods in com.logicaldoc.core.metadata that return TemplateGroup Modifier and Type Method Description TemplateGroup
TemplateGroup. clone()
TemplateGroup
Template. getWorkflowGroup(long groupId)
Methods in com.logicaldoc.core.metadata that return types with arguments of type TemplateGroup Modifier and Type Method Description Set<TemplateGroup>
Template. getTemplateGroups()
Methods in com.logicaldoc.core.metadata with parameters of type TemplateGroup Modifier and Type Method Description void
Template. addTemplateGroup(TemplateGroup tg)
Adds a new element, substituting a previous one with the same groupId.Method parameters in com.logicaldoc.core.metadata with type arguments of type TemplateGroup Modifier and Type Method Description void
Template. setTemplateGroups(Set<TemplateGroup> templateGroups)
-