Uses of Class
com.logicaldoc.workflow.template.WorkflowPersistenceTemplate
-
Packages that use WorkflowPersistenceTemplate Package Description com.logicaldoc.workflow.template -
-
Uses of WorkflowPersistenceTemplate in com.logicaldoc.workflow.template
Methods in com.logicaldoc.workflow.template that return WorkflowPersistenceTemplate Modifier and Type Method Description WorkflowPersistenceTemplateHibernateWorkflowPersistenceTemplateDAO. findByName(long tenantId, String name)WorkflowPersistenceTemplateWorkflowPersistenceTemplateDAO. findByName(long tenantId, String name)This method finds a workflow template by nameWorkflowPersistenceTemplateHibernateWorkflowPersistenceTemplateDAO. load(long tenantId, String name, WorkflowPersistenceTemplateDAO.WORKFLOW_STAGE workflow_stage)WorkflowPersistenceTemplateHibernateWorkflowPersistenceTemplateDAO. load(WorkflowPersistenceTemplate workflowTemplate, WorkflowPersistenceTemplateDAO.WORKFLOW_STAGE workflow_stage)WorkflowPersistenceTemplateHibernateWorkflowPersistenceTemplateDAO. load(Long id, WorkflowPersistenceTemplateDAO.WORKFLOW_STAGE stage)WorkflowPersistenceTemplateWorkflowPersistenceTemplateDAO. load(long tenantId, String name, WorkflowPersistenceTemplateDAO.WORKFLOW_STAGE workflow_stage)This method loads the persistence workflow template with the given name and with the given workflow stage.WorkflowPersistenceTemplateWorkflowPersistenceTemplateDAO. load(WorkflowPersistenceTemplate workflowTemplate, WorkflowPersistenceTemplateDAO.WORKFLOW_STAGE workflowStage)This method loads the given persistence workflow template with the given workflow stage.WorkflowPersistenceTemplateWorkflowPersistenceTemplateDAO. load(Long id, WorkflowPersistenceTemplateDAO.WORKFLOW_STAGE workflow_stage)This method loads the persistence workflow template with the given id and the given workflow stage.WorkflowPersistenceTemplateHibernateWorkflowPersistenceTemplateDAO. read(File file)WorkflowPersistenceTemplateWorkflowPersistenceTemplateDAO. read(File file)De-serialize a template from a fileMethods in com.logicaldoc.workflow.template that return types with arguments of type WorkflowPersistenceTemplate Modifier and Type Method Description List<WorkflowPersistenceTemplate>HibernateWorkflowPersistenceTemplateDAO. findAllDeployed(Long tenantId)List<WorkflowPersistenceTemplate>WorkflowPersistenceTemplateDAO. findAllDeployed(Long tenantId)This method loads all the workflow already deployedMethods in com.logicaldoc.workflow.template with parameters of type WorkflowPersistenceTemplate Modifier and Type Method Description booleanHibernateWorkflowPersistenceTemplateDAO. delete(WorkflowPersistenceTemplate persistenceTemplate)booleanWorkflowPersistenceTemplateDAO. delete(WorkflowPersistenceTemplate persistenceTemplate)This method deletes the given persistence workflow template.booleanHibernateWorkflowPersistenceTemplateDAO. deploy(WorkflowPersistenceTemplate persistenceTemplate)booleanWorkflowPersistenceTemplateDAO. deploy(WorkflowPersistenceTemplate persistenceTemplate)This method stores the given persistence workflow templateWorkflowPersistenceTemplateHibernateWorkflowPersistenceTemplateDAO. load(WorkflowPersistenceTemplate workflowTemplate, WorkflowPersistenceTemplateDAO.WORKFLOW_STAGE workflow_stage)WorkflowPersistenceTemplateWorkflowPersistenceTemplateDAO. load(WorkflowPersistenceTemplate workflowTemplate, WorkflowPersistenceTemplateDAO.WORKFLOW_STAGE workflowStage)This method loads the given persistence workflow template with the given workflow stage.booleanHibernateWorkflowPersistenceTemplateDAO. save(WorkflowPersistenceTemplate persistenceTemplate, WorkflowPersistenceTemplateDAO.WORKFLOW_STAGE stage)booleanWorkflowPersistenceTemplateDAO. save(WorkflowPersistenceTemplate persistenceTemplate, WorkflowPersistenceTemplateDAO.WORKFLOW_STAGE workflow_stage)This method saves the persistence workflow template with the given workflow stage.
-