Uses of Class
com.logicaldoc.core.metadata.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
Modifier 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
Modifier and TypeMethodDescriptionCreates a clone of an existing templateHibernateTemplateDAO.findByName
(String name, long tenantId) TemplateDAO.findByName
(String name, long tenantId) This method finds a template by nameExtensibleObject.getTemplate()
Modifier 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 typeModifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionTemplateServiceImpl.prepareGUIAttributes
(Template template, ExtensibleObject extensibleObject, User sessionUser) -
Uses of Template in com.logicaldoc.webservice.model