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