Package | Description |
---|---|
org.activiti.engine.impl.bpmn.behavior | |
org.activiti.engine.impl.bpmn.helper | |
org.activiti.engine.impl.util.tree |
Modifier and Type | Method and Description |
---|---|
protected ExecutionTreeNode |
TerminateEndEventActivityBehavior.findFirstScope(DelegateExecution execution,
ExecutionTree executionTree) |
Modifier and Type | Method and Description |
---|---|
protected static ExecutionTreeNode |
ErrorPropagation.getCurrentExecutionTreeNode(ExecutionTreeNode treeNode,
String processInstanceId) |
Modifier and Type | Method and Description |
---|---|
protected static ExecutionTreeNode |
ErrorPropagation.getCurrentExecutionTreeNode(ExecutionTreeNode treeNode,
String processInstanceId) |
Modifier and Type | Field and Description |
---|---|
protected ExecutionTreeNode |
ExecutionTreeNode.parent |
protected ExecutionTreeNode |
ExecutionTree.root |
protected ExecutionTreeNode |
ExecutionTreeBfsIterator.rootNode |
Modifier and Type | Field and Description |
---|---|
protected List<ExecutionTreeNode> |
ExecutionTreeNode.children |
protected LinkedList<ExecutionTreeNode> |
ExecutionTreeBfsIterator.flattenedList |
protected Iterator<ExecutionTreeNode> |
ExecutionTreeBfsIterator.flattenedListIterator |
Modifier and Type | Method and Description |
---|---|
ExecutionTreeNode |
ExecutionTreeNode.getParent() |
ExecutionTreeNode |
ExecutionTree.getRoot() |
ExecutionTreeNode |
ExecutionTree.getTreeNode(String executionId)
Looks up the
ExecutionEntity for a given id. |
protected ExecutionTreeNode |
ExecutionTree.getTreeNode(String executionId,
ExecutionTreeNode currentNode) |
ExecutionTreeNode |
ExecutionTreeBfsIterator.next() |
Modifier and Type | Method and Description |
---|---|
List<ExecutionTreeNode> |
ExecutionTreeNode.getChildren() |
Iterator<ExecutionTreeNode> |
ExecutionTreeNode.iterator() |
Iterator<ExecutionTreeNode> |
ExecutionTree.iterator() |
Modifier and Type | Method and Description |
---|---|
protected ExecutionTreeNode |
ExecutionTree.getTreeNode(String executionId,
ExecutionTreeNode currentNode) |
void |
ExecutionTreeNode.setParent(ExecutionTreeNode parent) |
void |
ExecutionTree.setRoot(ExecutionTreeNode root) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionTreeNode.setChildren(List<ExecutionTreeNode> children) |
Constructor and Description |
---|
ExecutionTreeBfsIterator(ExecutionTreeNode executionTree) |
ExecutionTreeBfsIterator(ExecutionTreeNode rootNode,
boolean reverseOrder) |
Copyright © 2015 Alfresco. All rights reserved.