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.Contains the definitions of
Folder
as well
as other related objectsContains the definitions of
Generic
that
is a persistent object used as a general way to store informations in the
databasePackage 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
.-
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.document
Methods in com.logicaldoc.core.document that return TemplateMethods in com.logicaldoc.core.document with parameters of type TemplateModifier and TypeMethodDescriptionvoid
Document.setTemplate
(Template template) void
Version.setTemplate
(Template template) -
Uses of Template in com.logicaldoc.core.folder
Methods in com.logicaldoc.core.folder that return TemplateMethods in com.logicaldoc.core.folder with parameters of type Template -
Uses of Template in com.logicaldoc.core.generic
Methods in com.logicaldoc.core.generic that return TemplateMethods in com.logicaldoc.core.generic with parameters of type Template -
Uses of Template in com.logicaldoc.core.metadata
Methods in com.logicaldoc.core.metadata that return TemplateModifier 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 nameAbstractAttributeSet.getTemplate()
Extensible.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
AbstractAttributeSet.setTemplate
(Template template) void
Extensible.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.webservice.model
Methods in com.logicaldoc.webservice.model that return TemplateMethods in com.logicaldoc.webservice.model with parameters of type Template