Uses of Class
com.logicaldoc.workflow.history.WorkflowHistory
Packages that use WorkflowHistory
Package
Description
-
Uses of WorkflowHistory in com.logicaldoc.workflow
Methods in com.logicaldoc.workflow that return WorkflowHistoryModifier and TypeMethodDescriptionstatic WorkflowHistoryWorkflowUtil.addNote(String sid, String taskId, String note, com.logicaldoc.core.security.user.User user) static WorkflowHistoryWorkflowUtil.addNote(String sid, String taskName, String taskId, String processId, String note, com.logicaldoc.core.security.user.User user) static WorkflowHistoryWorkflowUtil.addNote(String sid, org.activiti.engine.task.Task task, 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.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.automation
Methods in com.logicaldoc.workflow.automation that return WorkflowHistoryModifier and TypeMethodDescriptionAdds a new noteAdds a new noteWorkflowTool.getLastHistory(String processId, String event) Retrieve the last history of a given typeMethods in com.logicaldoc.workflow.automation that return types with arguments of type WorkflowHistoryModifier and TypeMethodDescriptionWorkflowTool.getHistories(String processId, String event) Retrieve the list of events of the current workflowGets the notes of the given workflow -
Uses of WorkflowHistory in com.logicaldoc.workflow.history
Methods in com.logicaldoc.workflow.history that return types with arguments of type WorkflowHistoryModifier and TypeMethodDescriptionHibernateWorkflowHistoryDAO.findByInstanceId(String instanceId, String event) WorkflowHistoryDAO.findByInstanceId(String instanceId, String event) This method selects all histories of a given instanceId.HibernateWorkflowHistoryDAO.findByTemplateIdAndInstanceId(Long templateId, String instanceId, String event) WorkflowHistoryDAO.findByTemplateIdAndInstanceId(Long templateId, String instanceId, String 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, String event) WorkflowHistoryDAO.findByUserIdAndInstanceId(Long userId, String instanceId, String event) This method selects all histories of a template with the given templateId and of a instance with the given instanceId.Methods in com.logicaldoc.workflow.history with parameters of type WorkflowHistoryModifier and TypeMethodDescriptionvoidHibernateWorkflowHistoryDAO.store(WorkflowHistory history) Constructors in com.logicaldoc.workflow.history with parameters of type WorkflowHistory -
Uses of WorkflowHistory in com.logicaldoc.workflow.webservice.model
Methods in com.logicaldoc.workflow.webservice.model with parameters of type WorkflowHistoryModifier and TypeMethodDescriptionstatic WSWorkflowHistoryWSWorkflowHistory.fromHistory(WorkflowHistory history)