Uses of Class
com.logicaldoc.workflow.history.WorkflowHistory
Packages that use WorkflowHistory
Package
Description
- 
Uses of WorkflowHistory in com.logicaldoc.workflowMethods in com.logicaldoc.workflow that return WorkflowHistoryModifier and TypeMethodDescriptionstatic WorkflowHistoryWorkflowUtil.addNote(String sid, String taskId, String transitionName, String note, com.logicaldoc.core.security.user.User user) static WorkflowHistoryWorkflowUtil.addNote(String sid, String taskName, String taskId, String processId, String transitionName, String note, com.logicaldoc.core.security.user.User user) static WorkflowHistoryWorkflowUtil.addNote(String sid, org.activiti.engine.task.Task task, String transitionName, String note, com.logicaldoc.core.security.user.User user) Methods in com.logicaldoc.workflow with parameters of type WorkflowHistoryModifier and TypeMethodDescriptionstatic voidWorkflowUtil.appendDocuments(String taskId, List<Long> docIds, WorkflowHistory transaction) static voidWorkflowUtil.claim(String sid, String taskId, com.logicaldoc.core.security.user.User user, WorkflowHistory transaction) voidWorkflowEngine.claimTask(String taskId, String username, WorkflowHistory transaction) Assign a task to a specific user.If the task is already claimed you cannot claim again.static voidWorkflowUtil.complete(String taskId, String transitionName, WorkflowHistory transaction) static voidWorkflowUtil.complete(org.activiti.engine.task.Task task, String transitionName, WorkflowHistory transaction) voidWorkflowEngine.completeTask(String taskId, String transitionName, WorkflowHistory transaction) Ends the task and takes the given transitionvoidWorkflowEngine.completeTask(org.activiti.engine.task.Task task, String transitionName, WorkflowHistory transaction) Ends the task and takes the given transitionstatic voidWorkflowUtil.removeDocument(String taskId, long docId, WorkflowHistory transaction) static voidWorkflowUtil.saveHistory(WorkflowHistory transaction) Saves a workflow history into the databaseWorkflowEngine.startProcessInstance(String workflowName, Map<String, Object> variables, WorkflowHistory transaction) Starts a ProcessInstance by using the deployed definition name
- 
Uses of WorkflowHistory in com.logicaldoc.workflow.automationMethods in com.logicaldoc.workflow.automation that return WorkflowHistoryModifier and TypeMethodDescriptionAdds a new noteAdds a new noteWorkflowTool.getLastHistory(String processId, WorkflowEvent event) Retrieve the last history of a given typeWorkflowTool.getLastHistory(String processId, String event) Methods in com.logicaldoc.workflow.automation that return types with arguments of type WorkflowHistoryModifier and TypeMethodDescriptionWorkflowTool.getHistories(String processId, WorkflowEvent event) Retrieve the list of events of the current workflowWorkflowTool.getHistories(String processId, String event) Gets the notes of the given workflow
- 
Uses of WorkflowHistory in com.logicaldoc.workflow.historyMethods in com.logicaldoc.workflow.history that return types with arguments of type WorkflowHistoryModifier and TypeMethodDescriptionHibernateWorkflowHistoryDAO.findByInstanceId(String instanceId, WorkflowEvent event) WorkflowHistoryDAO.findByInstanceId(String instanceId, WorkflowEvent event) This method selects all histories of a given instanceId.HibernateWorkflowHistoryDAO.findByTemplateIdAndInstanceId(Long templateId, String instanceId, WorkflowEvent event) WorkflowHistoryDAO.findByTemplateIdAndInstanceId(Long templateId, String instanceId, WorkflowEvent event) This method selects all histories of a template with the given templateId and of a instance with the given instanceId.HibernateWorkflowHistoryDAO.findByUserIdAndInstanceId(Long userId, String instanceId, WorkflowEvent event) WorkflowHistoryDAO.findByUserIdAndInstanceId(Long userId, String instanceId, WorkflowEvent event) This method selects all histories of a template with the given templateId and of a instance with the given instanceId.Constructors in com.logicaldoc.workflow.history with parameters of type WorkflowHistory
- 
Uses of WorkflowHistory in com.logicaldoc.workflow.webservice.modelMethods in com.logicaldoc.workflow.webservice.model with parameters of type WorkflowHistoryModifier and TypeMethodDescriptionstatic WSWorkflowHistoryWSWorkflowHistory.fromHistory(WorkflowHistory history)