Uses of Class
com.logicaldoc.workflow.template.WorkflowTemplate
Packages that use WorkflowTemplate
-
Uses of WorkflowTemplate in com.logicaldoc.workflow
Methods in com.logicaldoc.workflow with parameters of type WorkflowTemplateModifier and TypeMethodDescriptionstatic WorkflowDefinition
WorkflowUtil.getWorkflowDefinition
(WorkflowTemplate template) Builds the object model of the workflow -
Uses of WorkflowTemplate in com.logicaldoc.workflow.template
Methods in com.logicaldoc.workflow.template that return WorkflowTemplateModifier 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 versionMethods in com.logicaldoc.workflow.template that return types with arguments of type WorkflowTemplateModifier 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 deployedMethods in com.logicaldoc.workflow.template with parameters of type WorkflowTemplateModifier 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 versionConstructors in com.logicaldoc.workflow.template with parameters of type WorkflowTemplate