Uses of Class
org.flowable.engine.debug.ExecutionTreeNode
-
Uses of ExecutionTreeNode in org.flowable.engine.debug
Modifier and TypeFieldDescriptionprotected ExecutionTreeNode
ExecutionTreeNode.parent
protected ExecutionTreeNode
ExecutionTree.root
protected ExecutionTreeNode
ExecutionTreeBfsIterator.rootNode
Modifier and TypeFieldDescriptionprotected List<ExecutionTreeNode>
ExecutionTreeNode.children
protected LinkedList<ExecutionTreeNode>
ExecutionTreeBfsIterator.flattenedList
protected Iterator<ExecutionTreeNode>
ExecutionTreeBfsIterator.flattenedListIterator
Modifier and TypeMethodDescriptionExecutionTreeNode.getParent()
ExecutionTree.getRoot()
ExecutionTree.getTreeNode
(String executionId) Looks up theExecutionEntity
for a given id.protected ExecutionTreeNode
ExecutionTree.getTreeNode
(String executionId, ExecutionTreeNode currentNode) ExecutionTreeBfsIterator.next()
Modifier and TypeMethodDescriptionExecutionTreeNode.getChildren()
ExecutionTree.iterator()
ExecutionTreeNode.iterator()
Modifier and TypeMethodDescriptionprotected ExecutionTreeNode
ExecutionTree.getTreeNode
(String executionId, ExecutionTreeNode currentNode) void
ExecutionTreeNode.setParent
(ExecutionTreeNode parent) void
ExecutionTree.setRoot
(ExecutionTreeNode root) Modifier and TypeMethodDescriptionvoid
ExecutionTreeNode.setChildren
(List<ExecutionTreeNode> children) ModifierConstructorDescriptionExecutionTreeBfsIterator
(ExecutionTreeNode executionTree) ExecutionTreeBfsIterator
(ExecutionTreeNode rootNode, boolean reverseOrder)