void |
GraphNode.cancelSubRoute() |
Cancels the sub-route if there is one.
|
void |
GraphNodeImpl.cancelSubRoute() |
|
void |
DocumentRoutingServiceImpl.cancelTask(CoreSession s,
String taskId) |
|
protected void |
GraphNodeImpl.cancelTask(CoreSession session,
String taskId) |
|
protected void |
GraphRouteImpl.computeLoopTransitions(String startNodeId) |
Finds which transitions are re-looping (feedback arc set).
|
Date |
GraphNode.computeTaskDueDate() |
Evaluates the task due date from the taskDueDateExpr and sets it as the dueDate
|
Date |
GraphNodeImpl.computeTaskDueDate() |
|
protected void |
GraphRouteImpl.computeTransitions() |
Deduce input transitions from output transitions.
|
protected void |
GraphRunner.createTask(CoreSession session,
GraphRoute graph,
GraphNode node) |
|
void |
DocumentRoutingServiceImpl.delegateTask(CoreSession s,
String taskId,
List<String> delegatedActors,
String comment) |
|
void |
RoutingTaskServiceImpl.endTask(CoreSession session,
Task task,
Map<String,Object> data,
String status) |
Deprecated.
|
protected Date |
GraphNodeImpl.evaluateDueDate() |
|
List<String> |
GraphNode.evaluateTaskAssignees() |
Evaluates the task assignees from the taskAssigneesVar
|
List<String> |
GraphNodeImpl.evaluateTaskAssignees() |
|
List<GraphNode.Transition> |
GraphNode.evaluateTransitions() |
Evaluates transition conditions and returns the transitions that were true.
|
List<GraphNode.Transition> |
GraphNodeImpl.evaluateTransitions() |
|
void |
GraphNode.executeChain(String chainId) |
Executes an Automation chain in the context of this node.
|
void |
GraphNodeImpl.executeChain(String chainId) |
|
void |
GraphNodeImpl.executeChain(String chainId,
String transitionId) |
|
void |
GraphNode.executeTransitionChain(GraphNode.Transition transition) |
Executes an Automation chain in the context of this node for a given transition
|
void |
GraphNodeImpl.executeTransitionChain(GraphNode.Transition transition) |
|
void |
DocumentRoutingServiceImpl.finishTask(CoreSession session,
DocumentRoute route,
Task task,
boolean delete) |
|
protected void |
GraphRunner.finishTask(CoreSession session,
GraphRoute graph,
GraphNode node,
Task task,
boolean delete) |
|
protected void |
GraphRunner.finishTask(CoreSession session,
GraphRoute graph,
GraphNode node,
Task task,
boolean delete,
String status) |
|
GraphNode |
GraphRoute.getStartNode() |
Gets the start node for this graph.
|
GraphNode |
GraphRouteImpl.getStartNode() |
|
String |
GraphNode.getSubRouteModelId() |
Gets the sub-route model id.
|
String |
GraphNodeImpl.getSubRouteModelId() |
|
List<DocumentModel> |
RoutingTaskServiceImpl.getWorkflowInputDocuments(CoreSession session,
Task task) |
Deprecated.
|
boolean |
GraphNode.hasSubRoute() |
Checks if this node has a sub-route model defined.
|
boolean |
GraphNodeImpl.hasSubRoute() |
|
void |
DocumentRoutingServiceImpl.reassignTask(CoreSession s,
String taskId,
List<String> actors,
String comment) |
|
protected void |
GraphRunner.runGraph(CoreSession session,
DocumentRouteElement element,
GraphNode initialNode) |
Runs the graph starting with the given node.
|
DocumentRoute |
GraphNode.startSubRoute() |
Starts the sub-route on this node.
|
DocumentRoute |
GraphNodeImpl.startSubRoute() |
|
protected <T> T |
GraphNodeImpl.valueOrExpression(Class<T> klass,
String v,
OperationContext context,
String kind) |
|