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.document com.logicaldoc.core.folder Contains the definitions ofFolder
as well as other related objectscom.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.web.util 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.document
Methods in com.logicaldoc.core.document that return Template Modifier and Type Method Description Template
AbstractDocument. getTemplate()
Methods in com.logicaldoc.core.document with parameters of type Template Modifier and Type Method Description void
AbstractDocument. setTemplate(Template template)
-
Uses of Template in com.logicaldoc.core.folder
Methods in com.logicaldoc.core.folder that return Template Modifier and Type Method Description Template
Folder. getTemplate()
Methods in com.logicaldoc.core.folder with parameters of type Template Modifier and Type Method Description void
Folder. setTemplate(Template template)
-
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 nameMethods 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)
-
Uses of Template in com.logicaldoc.web.util
Methods in com.logicaldoc.web.util with parameters of type Template Modifier and Type Method Description static GUIAttribute[]
ServiceUtil. prepareGUIAttributes(Template template, ExtensibleObject extensibleObject)
Prepares the extended attributes of an extensible object -
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)
-