Package org.flowable.engine.debug
Class ExecutionTreeUtil
java.lang.Object
org.flowable.engine.debug.ExecutionTreeUtil
- Author:
- Joram Barrez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutionTree
buildExecutionTree
(Collection<ExecutionEntity> executions) static ExecutionTree
buildExecutionTree
(DelegateExecution executionEntity) static ExecutionTree
static void
collectChildExecutions
(ExecutionEntity rootExecutionEntity, List<ExecutionEntity> allExecutions) protected static void
fillExecutionTree
(ExecutionTree executionTree, Map<String, List<ExecutionEntity>> parentMapping)
-
Constructor Details
-
ExecutionTreeUtil
public ExecutionTreeUtil()
-
-
Method Details
-
buildExecutionTree
-
collectChildExecutions
public static void collectChildExecutions(ExecutionEntity rootExecutionEntity, List<ExecutionEntity> allExecutions) -
buildExecutionTree
-
buildExecutionTreeForProcessInstance
public static ExecutionTree buildExecutionTreeForProcessInstance(Collection<ExecutionEntity> executions) -
fillExecutionTree
protected static void fillExecutionTree(ExecutionTree executionTree, Map<String, List<ExecutionEntity>> parentMapping)
-