Package org.flowable.engine.debug
Class ExecutionTreeNode
java.lang.Object
org.flowable.engine.debug.ExecutionTreeNode
- All Implemented Interfaces:
Iterable<ExecutionTreeNode>
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ExecutionTreeNode>protected ExecutionEntityprotected ExecutionTreeNode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected voidinternalToString(StringBuilder strb, String prefix, boolean isTail) iterator()voidsetChildren(List<ExecutionTreeNode> children) voidsetExecutionEntity(ExecutionEntity executionEntity) voidsetParent(ExecutionTreeNode parent) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
executionEntity
-
parent
-
children
-
-
Constructor Details
-
ExecutionTreeNode
-
-
Method Details
-
getExecutionEntity
-
setExecutionEntity
-
getParent
-
setParent
-
getChildren
-
setChildren
-
iterator
- Specified by:
iteratorin interfaceIterable<ExecutionTreeNode>
-
leafsFirstIterator
-
toString
-
internalToString
-
getCurrentFlowElementId
-