| Package | Description |
|---|---|
| org.activiti.engine.debug |
| 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 © 2017 Alfresco. All rights reserved.