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<org.flowable.engine.impl.persistence.entity.ExecutionEntity> executions) static ExecutionTreebuildExecutionTree(DelegateExecution executionEntity) static ExecutionTreebuildExecutionTreeForProcessInstance(Collection<org.flowable.engine.impl.persistence.entity.ExecutionEntity> executions) static voidcollectChildExecutions(org.flowable.engine.impl.persistence.entity.ExecutionEntity rootExecutionEntity, List<org.flowable.engine.impl.persistence.entity.ExecutionEntity> allExecutions) protected static voidfillExecutionTree(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)
-