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.automationMethods 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.documentMethods in com.logicaldoc.core.document that return TemplateMethods in com.logicaldoc.core.document with parameters of type TemplateModifier and TypeMethodDescriptionvoidDocument.setTemplate(Template template) voidVersion.setTemplate(Template template) 
- 
Uses of Template in com.logicaldoc.core.folderMethods 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.genericMethods 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.metadataMethods 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 TypeMethodDescriptionvoidHibernateTemplateDAO.initialize(Template template) voidTemplateDAO.initialize(Template template) voidAbstractAttributeSet.setTemplate(Template template) voidExtensible.setTemplate(Template template) void
- 
Uses of Template in com.logicaldoc.core.metadata.initializationMethods in com.logicaldoc.core.metadata.initialization with parameters of type TemplateModifier and TypeMethodDescriptionvoidInitializer.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.validationMethods in com.logicaldoc.core.metadata.validation with parameters of type TemplateModifier and TypeMethodDescriptionvoidValidator.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.modelMethods in com.logicaldoc.webservice.model that return TemplateMethods in com.logicaldoc.webservice.model with parameters of type Template