Uses of Class
com.logicaldoc.core.metadata.Template
Packages that use Template
Package
Description
Automation subsystem that allows you to program your own logic inside the
platform.
The automation engine can be accessed through the class
Please note the special annotation
The automation engine can be accessed through the class
Automation
Please note the special annotation
AutomationDictionary
that is used to
automatically put in the Dictionary whatever bean you need.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
.Package that contains classes used to initialize extensible objects metadata,
ExtensibleObject
.Package that contains classes used to validate extensible objects metadata,
ExtensibleObject
.GWT services implementations.
-
Uses of Template in com.logicaldoc.core.automation
Methods in com.logicaldoc.core.automation that return TemplateModifier and TypeMethodDescriptionDocTool.findTemplateById
(long templateId) This method finds a template by IDDocTool.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 TemplateModifier and TypeMethodDescriptionHibernateTemplateDAO.findByName
(String name, long tenantId) TemplateDAO.findByName
(String name, long tenantId) This method finds a template by nameExtensibleObject.getTemplate()
Methods in com.logicaldoc.core.metadata that return types with arguments of type TemplateModifier and TypeMethodDescriptionHibernateTemplateDAO.findAll()
HibernateTemplateDAO.findAll
(long tenantId) HibernateTemplateDAO.findByType
(int type, long tenantId) TemplateDAO.findByType
(int type, long tenantId) This method finds a template by typeMethods in com.logicaldoc.core.metadata with parameters of type TemplateModifier and TypeMethodDescriptionvoid
HibernateTemplateDAO.initialize
(Template template) void
TemplateDAO.initialize
(Template template) void
ExtensibleObject.setTemplate
(Template template) void
-
Uses of Template in com.logicaldoc.core.metadata.initialization
Methods in com.logicaldoc.core.metadata.initialization with parameters of type TemplateModifier and TypeMethodDescriptionvoid
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 TemplateModifier and TypeMethodDescriptionvoid
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 TemplateModifier and TypeMethodDescriptionTemplateServiceImpl.prepareGUIAttributes
(Template template, ExtensibleObject extensibleObject, User sessionUser) -
Uses of Template in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return TemplateMethods in com.logicaldoc.webservice.model with parameters of type Template