public class WorkflowObject extends DefaultObject
Constructor and Description |
---|
WorkflowObject() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
cancelWorkflowInstance(String workflowInstanceId) |
protected void |
checkCancelGuards(DocumentRoute route) |
javax.ws.rs.core.Response |
createWorkflowInstance(WorkflowRequest workflowRequest) |
List<DocumentRoute> |
getRunningWorkflowInstancesLaunchedByCurrentUser(String worflowModelName) |
JsonGraphRoute |
getWorkflowGraph(String workflowInstanceId) |
DocumentRoute |
getWorkflowInstance(String workflowInstanceId) |
protected void |
initialize(Object... args) |
disptachAdapter, isAdapter
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
public WorkflowObject()
protected void initialize(Object... args)
initialize
in class AbstractResource<ResourceTypeImpl>
public javax.ws.rs.core.Response createWorkflowInstance(WorkflowRequest workflowRequest)
public DocumentRoute getWorkflowInstance(String workflowInstanceId)
public JsonGraphRoute getWorkflowGraph(String workflowInstanceId)
public javax.ws.rs.core.Response cancelWorkflowInstance(String workflowInstanceId)
protected void checkCancelGuards(DocumentRoute route)
public List<DocumentRoute> getRunningWorkflowInstancesLaunchedByCurrentUser(String worflowModelName)
Copyright © 2019 Nuxeo. All rights reserved.