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
Modifier and TypeFieldDescriptionprotected List<ExecutionTreeNode>
protected org.flowable.engine.impl.persistence.entity.ExecutionEntity
protected ExecutionTreeNode
-
Constructor Summary
ConstructorDescriptionExecutionTreeNode
(org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
org.flowable.engine.impl.persistence.entity.ExecutionEntity
protected void
internalToString
(StringBuilder strb, String prefix, boolean isTail) iterator()
void
setChildren
(List<ExecutionTreeNode> children) void
setExecutionEntity
(org.flowable.engine.impl.persistence.entity.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
protected org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity -
parent
-
children
-
-
Constructor Details
-
ExecutionTreeNode
public ExecutionTreeNode(org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity)
-
-
Method Details
-
getExecutionEntity
public org.flowable.engine.impl.persistence.entity.ExecutionEntity getExecutionEntity() -
setExecutionEntity
public void setExecutionEntity(org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity) -
getParent
-
setParent
-
getChildren
-
setChildren
-
iterator
- Specified by:
iterator
in interfaceIterable<ExecutionTreeNode>
-
leafsFirstIterator
-
toString
-
internalToString
-
getCurrentFlowElementId
-