Uses of Class
org.flowable.engine.debug.ExecutionTreeNode
Packages that use ExecutionTreeNode
-
Uses of ExecutionTreeNode in org.flowable.engine.debug
Fields in org.flowable.engine.debug declared as ExecutionTreeNodeModifier and TypeFieldDescriptionprotected ExecutionTreeNode
ExecutionTreeNode.parent
protected ExecutionTreeNode
ExecutionTree.root
protected ExecutionTreeNode
ExecutionTreeBfsIterator.rootNode
Fields in org.flowable.engine.debug with type parameters of type ExecutionTreeNodeModifier and TypeFieldDescriptionprotected List<ExecutionTreeNode>
ExecutionTreeNode.children
protected LinkedList<ExecutionTreeNode>
ExecutionTreeBfsIterator.flattenedList
protected Iterator<ExecutionTreeNode>
ExecutionTreeBfsIterator.flattenedListIterator
Methods in org.flowable.engine.debug that return ExecutionTreeNodeModifier 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()
Methods in org.flowable.engine.debug that return types with arguments of type ExecutionTreeNodeModifier and TypeMethodDescriptionExecutionTreeNode.getChildren()
ExecutionTree.iterator()
ExecutionTreeNode.iterator()
Methods in org.flowable.engine.debug with parameters of type ExecutionTreeNodeModifier and TypeMethodDescriptionprotected ExecutionTreeNode
ExecutionTree.getTreeNode
(String executionId, ExecutionTreeNode currentNode) void
ExecutionTreeNode.setParent
(ExecutionTreeNode parent) void
ExecutionTree.setRoot
(ExecutionTreeNode root) Method parameters in org.flowable.engine.debug with type arguments of type ExecutionTreeNodeModifier and TypeMethodDescriptionvoid
ExecutionTreeNode.setChildren
(List<ExecutionTreeNode> children) Constructors in org.flowable.engine.debug with parameters of type ExecutionTreeNodeModifierConstructorDescriptionExecutionTreeBfsIterator
(ExecutionTreeNode executionTree) ExecutionTreeBfsIterator
(ExecutionTreeNode rootNode, boolean reverseOrder)