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 WorkflowHistory
WorkflowUtil.addNote
(String sid, String taskId, String transitionName, String note, com.logicaldoc.core.security.user.User user) static WorkflowHistory
WorkflowUtil.addNote
(String sid, String taskName, String taskId, String processId, String transitionName, String note, com.logicaldoc.core.security.user.User user) static WorkflowHistory
WorkflowUtil.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 void
WorkflowUtil.appendDocuments
(String taskId, List<Long> docIds, WorkflowHistory transaction) static void
WorkflowUtil.claim
(String sid, String taskId, com.logicaldoc.core.security.user.User user, WorkflowHistory transaction) void
WorkflowEngine.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 void
WorkflowUtil.complete
(String taskId, String transitionName, WorkflowHistory transaction) static void
WorkflowUtil.complete
(org.activiti.engine.task.Task task, String transitionName, WorkflowHistory transaction) void
WorkflowEngine.completeTask
(String taskId, String transitionName, WorkflowHistory transaction) Ends the task and takes the given transitionvoid
WorkflowEngine.completeTask
(org.activiti.engine.task.Task task, String transitionName, WorkflowHistory transaction) Ends the task and takes the given transitionstatic void
WorkflowUtil.removeDocument
(String taskId, long docId, WorkflowHistory transaction) static void
WorkflowUtil.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 TypeMethodDescriptionvoid
HibernateWorkflowHistoryDAO.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 WSWorkflowHistory
WSWorkflowHistory.fromHistory
(WorkflowHistory history)