Uses of Class
com.logicaldoc.workflow.template.WorkflowTemplate
-
Uses of WorkflowTemplate in com.logicaldoc.workflow
Modifier and TypeMethodDescriptionstatic WorkflowDefinition
WorkflowUtil.getWorkflowDefinition
(WorkflowTemplate template) Builds the object model of the workflow -
Uses of WorkflowTemplate in com.logicaldoc.workflow.template
Modifier and TypeMethodDescriptionHibernateWorkflowTemplateDAO.createFromFile
(File file) WorkflowTemplateDAO.createFromFile
(File file) De-serialize a template from a fileHibernateWorkflowTemplateDAO.deploy
(WorkflowTemplate wfTemplate) WorkflowTemplateDAO.deploy
(WorkflowTemplate workflowTemplate) This method deploys the given persistence workflow template that is it copies the draft scheme in the currently used scheme and produces a new version.HibernateWorkflowTemplateDAO.findByName
(long tenantId, String name) WorkflowTemplateDAO.findByName
(long tenantId, String name) This method finds a workflow template by name (the latest version is returned)HibernateWorkflowTemplateDAO.findByNameAndVersion
(long tenantId, String name, int version) WorkflowTemplateDAO.findByNameAndVersion
(long tenantId, String name, int version) This method finds a workflow template by name (the latest version is returned)HibernateWorkflowTemplateDAO.findLastDeployed
(long tenantId, String name) WorkflowTemplateDAO.findLastDeployed
(long tenantId, String name) This method finds a deployed workflow template by name (the latest deployed version is returned)HibernateWorkflowTemplateDAO.storeNewVersion
(WorkflowTemplate wfTemplate) WorkflowTemplateDAO.storeNewVersion
(WorkflowTemplate workflowTemplate) Saves the passed workflow as a new versionModifier and TypeMethodDescriptionHibernateWorkflowTemplateDAO.findAll
(long tenantId) This method loads all the workflowsHibernateWorkflowTemplateDAO.findAllByName
(long tenantId, String name) WorkflowTemplateDAO.findAllByName
(long tenantId, String name) This method finds all the workflow templates by nameHibernateWorkflowTemplateDAO.findAllDeployed
(Long tenantId, Long userId) WorkflowTemplateDAO.findAllDeployed
(Long tenantId, Long userId) This method loads all the workflows already deployedModifier and TypeMethodDescriptionHibernateWorkflowTemplateDAO.deploy
(WorkflowTemplate wfTemplate) WorkflowTemplateDAO.deploy
(WorkflowTemplate workflowTemplate) This method deploys the given persistence workflow template that is it copies the draft scheme in the currently used scheme and produces a new version.void
HibernateWorkflowTemplateDAO.initialize
(WorkflowTemplate template) void
HibernateWorkflowTemplateDAO.store
(WorkflowTemplate entity) HibernateWorkflowTemplateDAO.storeNewVersion
(WorkflowTemplate wfTemplate) WorkflowTemplateDAO.storeNewVersion
(WorkflowTemplate workflowTemplate) Saves the passed workflow as a new version