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 ExecutionTreebuildExecutionTree(Collection<ExecutionEntity> executions) static ExecutionTreebuildExecutionTree(DelegateExecution executionEntity) static ExecutionTreestatic voidcollectChildExecutions(ExecutionEntity rootExecutionEntity, List<ExecutionEntity> allExecutions) protected static voidfillExecutionTree(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)
-