Uses of Class
com.logicaldoc.core.metadata.TemplateGroup
Packages that use TemplateGroup
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 TemplateGroup in com.logicaldoc.core.metadata
Methods in com.logicaldoc.core.metadata that return TemplateGroupMethods in com.logicaldoc.core.metadata that return types with arguments of type TemplateGroupMethods in com.logicaldoc.core.metadata with parameters of type TemplateGroupModifier and TypeMethodDescriptionvoid
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 TemplateGroupModifier and TypeMethodDescriptionvoid
Template.setTemplateGroups
(Set<TemplateGroup> templateGroups) Constructors in com.logicaldoc.core.metadata with parameters of type TemplateGroup