Uses of Class
com.logicaldoc.workflow.template.WorkflowTemplate
-
Packages that use WorkflowTemplate Package Description com.logicaldoc.workflow com.logicaldoc.workflow.template -
-
Uses of WorkflowTemplate in com.logicaldoc.workflow
Methods in com.logicaldoc.workflow with parameters of type WorkflowTemplate Modifier and Type Method Description static WorkflowDefinitionWorkflowUtil. 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 WorkflowTemplate Modifier and Type Method Description WorkflowTemplateHibernateWorkflowTemplateDAO. createFromFile(File file)WorkflowTemplateWorkflowTemplateDAO. createFromFile(File file)De-serialize a template from a fileWorkflowTemplateHibernateWorkflowTemplateDAO. deploy(WorkflowTemplate wfTemplate)WorkflowTemplateWorkflowTemplateDAO. 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.WorkflowTemplateHibernateWorkflowTemplateDAO. findById(long id)WorkflowTemplateHibernateWorkflowTemplateDAO. findByName(long tenantId, String name)WorkflowTemplateWorkflowTemplateDAO. findByName(long tenantId, String name)This method finds a workflow template by name (the latest version is returned)WorkflowTemplateHibernateWorkflowTemplateDAO. findByNameAndVersion(long tenantId, String name, int version)WorkflowTemplateWorkflowTemplateDAO. findByNameAndVersion(long tenantId, String name, int version)This method finds a workflow template by name (the latest version is returned)WorkflowTemplateHibernateWorkflowTemplateDAO. findLastDeployed(long tenantId, String name)WorkflowTemplateWorkflowTemplateDAO. findLastDeployed(long tenantId, String name)This method finds a deployed workflow template by name (the latest deployed version is returned)WorkflowTemplateHibernateWorkflowTemplateDAO. storeNewVersion(WorkflowTemplate wfTemplate)WorkflowTemplateWorkflowTemplateDAO. storeNewVersion(WorkflowTemplate workflowTemplate)Saves the passed workflow as a new versionMethods in com.logicaldoc.workflow.template that return types with arguments of type WorkflowTemplate Modifier and Type Method Description List<WorkflowTemplate>HibernateWorkflowTemplateDAO. findAll(long tenantId)List<WorkflowTemplate>HibernateWorkflowTemplateDAO. findAll(long tenantId, Long userId)List<WorkflowTemplate>WorkflowTemplateDAO. findAll(long tenantId, Long userId)This method loads all the workflowsList<WorkflowTemplate>HibernateWorkflowTemplateDAO. findAllByName(long tenantId, String name)List<WorkflowTemplate>WorkflowTemplateDAO. findAllByName(long tenantId, String name)This method finds all the workflow templates by nameList<WorkflowTemplate>HibernateWorkflowTemplateDAO. findAllDeployed(Long tenantId, Long userId)List<WorkflowTemplate>WorkflowTemplateDAO. findAllDeployed(Long tenantId, Long userId)This method loads all the workflows already deployedMethods in com.logicaldoc.workflow.template with parameters of type WorkflowTemplate Modifier and Type Method Description WorkflowTemplateHibernateWorkflowTemplateDAO. deploy(WorkflowTemplate wfTemplate)WorkflowTemplateWorkflowTemplateDAO. 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.voidHibernateWorkflowTemplateDAO. initialize(WorkflowTemplate template)voidHibernateWorkflowTemplateDAO. store(WorkflowTemplate entity)WorkflowTemplateHibernateWorkflowTemplateDAO. storeNewVersion(WorkflowTemplate wfTemplate)WorkflowTemplateWorkflowTemplateDAO. storeNewVersion(WorkflowTemplate workflowTemplate)Saves the passed workflow as a new versionConstructors in com.logicaldoc.workflow.template with parameters of type WorkflowTemplate Constructor Description WorkflowTemplate(WorkflowTemplate source)
-