Uses of Class
com.logicaldoc.workflow.template.WorkflowTemplate
-
Packages that use WorkflowTemplate Package Description com.logicaldoc.workflow.template -
-
Uses of WorkflowTemplate in com.logicaldoc.workflow.template
Methods in com.logicaldoc.workflow.template that return WorkflowTemplate Modifier and Type Method Description WorkflowTemplateHibernateWorkflowTemplateDAO. createFromFile(File file)WorkflowTemplateWorkflowTemplateDAO. createFromFile(File file)De-serialize a template from a fileWorkflowTemplateHibernateWorkflowTemplateDAO. findById(long id)WorkflowTemplateHibernateWorkflowTemplateDAO. findByName(long tenantId, String name)WorkflowTemplateWorkflowTemplateDAO. findByName(long tenantId, String name)This method finds a workflow template by nameMethods in com.logicaldoc.workflow.template that return types with arguments of type WorkflowTemplate Modifier and Type Method Description List<WorkflowTemplate>HibernateWorkflowTemplateDAO. findAllDeployed(Long tenantId)List<WorkflowTemplate>WorkflowTemplateDAO. findAllDeployed(Long tenantId)This method loads all the workflow already deployedMethods in com.logicaldoc.workflow.template with parameters of type WorkflowTemplate Modifier and Type Method Description booleanHibernateWorkflowTemplateDAO. deploy(WorkflowTemplate wfTemplate)booleanWorkflowTemplateDAO. deploy(WorkflowTemplate persistenceTemplate)This method deploys the given persistence workflow template that is it copies the draft scheme in the currently used scheme.
-