Uses of Enum Class
com.logicaldoc.workflow.history.WorkflowEvent
Packages that use WorkflowEvent
Package
Description
-
Uses of WorkflowEvent in com.logicaldoc.workflow.automation
Methods in com.logicaldoc.workflow.automation with parameters of type WorkflowEventModifier and TypeMethodDescriptionWorkflowTool.getHistories
(String processId, WorkflowEvent event) Retrieve the list of events of the current workflowWorkflowTool.getLastHistory
(String processId, WorkflowEvent event) Retrieve the last history of a given type -
Uses of WorkflowEvent in com.logicaldoc.workflow.history
Methods in com.logicaldoc.workflow.history that return WorkflowEventModifier and TypeMethodDescriptionstatic WorkflowEvent
Gets the right enumeration entry from the corresponding resource bundle keyWorkflowHistory.getEventEnum()
static WorkflowEvent
Returns the enum constant of this class with the specified name.static WorkflowEvent[]
WorkflowEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.logicaldoc.workflow.history with parameters of type WorkflowEventModifier 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.void
WorkflowHistory.setEvent
(WorkflowEvent event) -
Uses of WorkflowEvent in com.logicaldoc.workflow.webservice.soap
Methods in com.logicaldoc.workflow.webservice.soap with parameters of type WorkflowEventModifier and TypeMethodDescriptionWorkflowService.getHistories
(String sid, String instanceId, WorkflowEvent event) Gets the histories of a workflow instance -
Uses of WorkflowEvent in com.logicaldoc.workflow.webservice.soap.client
Methods in com.logicaldoc.workflow.webservice.soap.client with parameters of type WorkflowEventModifier and TypeMethodDescriptionSoapWorkflowClient.getHistories
(String sid, String instanceId, WorkflowEvent event) -
Uses of WorkflowEvent in com.logicaldoc.workflow.webservice.soap.endpoint
Methods in com.logicaldoc.workflow.webservice.soap.endpoint with parameters of type WorkflowEventModifier and TypeMethodDescriptionSoapWorkflowService.getHistories
(String sid, String instanceId, WorkflowEvent event)