Uses of Class
com.logicaldoc.core.metadata.Template
-
Packages that use Template Package Description com.logicaldoc.core.automation Automation subsystem that allows you to program your own logic inside the platform.
The automation engine can be accessed through the classAutomation
Please note the special annotationAutomationDictionary
that is used to automatically put in the Dictionary whatever bean you need.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.metadata.initialization Package that contains classes used to initialize extensible objects metadata,ExtensibleObject
.com.logicaldoc.core.metadata.validation Package that contains classes used to validate extensible objects metadata,ExtensibleObject
.com.logicaldoc.web.service GWT services implementations.com.logicaldoc.webservice.model -
-
Uses of Template in com.logicaldoc.core.automation
Methods in com.logicaldoc.core.automation that return Template Modifier and Type Method Description Template
DocTool. findTemplateById(long templateId)
This method finds a template by IDTemplate
DocTool. findTemplateByName(String name, long tenantId)
This method finds a template by name -
Uses of Template in com.logicaldoc.core.metadata
Methods in com.logicaldoc.core.metadata that return Template Modifier and Type Method Description Template
HibernateTemplateDAO. findByName(String name, long tenantId)
Template
TemplateDAO. findByName(String name, long tenantId)
This method finds a template by nameTemplate
ExtensibleObject. getTemplate()
Methods in com.logicaldoc.core.metadata that return types with arguments of type Template Modifier and Type Method Description List<Template>
HibernateTemplateDAO. findAll()
List<Template>
HibernateTemplateDAO. findAll(long tenantId)
List<Template>
HibernateTemplateDAO. findByType(int type, long tenantId)
List<Template>
TemplateDAO. findByType(int type, long tenantId)
This method finds a template by typeMethods in com.logicaldoc.core.metadata with parameters of type Template Modifier and Type Method Description void
HibernateTemplateDAO. initialize(Template template)
void
ExtensibleObject. setTemplate(Template template)
-
Uses of Template in com.logicaldoc.core.metadata.initialization
Methods in com.logicaldoc.core.metadata.initialization with parameters of type Template Modifier and Type Method Description void
Initializer. initialize(ExtensibleObject object, Template template, History transaction)
Initializes an object instance taking the initialization logic from a given template -
Uses of Template in com.logicaldoc.core.metadata.validation
Methods in com.logicaldoc.core.metadata.validation with parameters of type Template Modifier and Type Method Description void
Validator. validate(ExtensibleObject object, Template template, History transaction)
Validates an object instance taking the validation logic from a given template -
Uses of Template in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service with parameters of type Template Modifier and Type Method Description GUIAttribute[]
TemplateServiceImpl. prepareGUIAttributes(Template template, ExtensibleObject extensibleObject, User sessionUser)
-
Uses of Template in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return Template Modifier and Type Method Description static Template
WSUtil. toTemplate(WSTemplate wsTemplate)
Methods in com.logicaldoc.webservice.model with parameters of type Template Modifier and Type Method Description static WSTemplate
WSUtil. toWSTemplate(Template template)
-