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 ExecutionTreeNodeExecutionTreeNode.parentprotected ExecutionTreeNodeExecutionTree.rootprotected ExecutionTreeNodeExecutionTreeBfsIterator.rootNodeFields in org.flowable.engine.debug with type parameters of type ExecutionTreeNodeModifier and TypeFieldDescriptionprotected List<ExecutionTreeNode>ExecutionTreeNode.childrenprotected LinkedList<ExecutionTreeNode>ExecutionTreeBfsIterator.flattenedListprotected Iterator<ExecutionTreeNode>ExecutionTreeBfsIterator.flattenedListIteratorMethods in org.flowable.engine.debug that return ExecutionTreeNodeModifier and TypeMethodDescriptionExecutionTreeNode.getParent()ExecutionTree.getRoot()ExecutionTree.getTreeNode(String executionId) Looks up theExecutionEntityfor a given id.protected ExecutionTreeNodeExecutionTree.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 ExecutionTreeNodeExecutionTree.getTreeNode(String executionId, ExecutionTreeNode currentNode) voidExecutionTreeNode.setParent(ExecutionTreeNode parent) voidExecutionTree.setRoot(ExecutionTreeNode root) Method parameters in org.flowable.engine.debug with type arguments of type ExecutionTreeNodeModifier and TypeMethodDescriptionvoidExecutionTreeNode.setChildren(List<ExecutionTreeNode> children) Constructors in org.flowable.engine.debug with parameters of type ExecutionTreeNodeModifierConstructorDescriptionExecutionTreeBfsIterator(ExecutionTreeNode executionTree) ExecutionTreeBfsIterator(ExecutionTreeNode rootNode, boolean reverseOrder)