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 ExecutionEntity
protected ExecutionTreeNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected void
internalToString
(StringBuilder strb, String prefix, boolean isTail) iterator()
void
setChildren
(List<ExecutionTreeNode> children) void
setExecutionEntity
(ExecutionEntity executionEntity) void
setParent
(ExecutionTreeNode parent) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
iterator
in interfaceIterable<ExecutionTreeNode>
-
leafsFirstIterator
-
toString
-
internalToString
-
getCurrentFlowElementId
-