Class WorkflowObject

All Implemented Interfaces:
Resource, Adaptable

public class WorkflowObject extends DefaultObject
Since:
7.2
  • Constructor Details

    • WorkflowObject

      public WorkflowObject()
  • Method Details

    • initialize

      protected void initialize(Object... args)
      Overrides:
      initialize in class AbstractResource<ResourceTypeImpl>
    • createWorkflowInstance

      public javax.ws.rs.core.Response createWorkflowInstance(WorkflowRequest workflowRequest)
    • getWorkflowInstance

      public DocumentRoute getWorkflowInstance(String workflowInstanceId)
    • getWorkflowGraph

      public JsonGraphRoute getWorkflowGraph(String workflowInstanceId)
    • cancelWorkflowInstance

      public javax.ws.rs.core.Response cancelWorkflowInstance(String workflowInstanceId)
    • checkCancelGuards

      protected void checkCancelGuards(DocumentRoute route)
    • getRunningWorkflowInstancesLaunchedByCurrentUser

      public List<DocumentRoute> getRunningWorkflowInstancesLaunchedByCurrentUser(String worflowModelName)