public class ExecutionTreeUtil extends Object
| Constructor and Description |
|---|
ExecutionTreeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionTree |
buildExecutionTree(Collection<ExecutionEntity> executions) |
static ExecutionTree |
buildExecutionTree(DelegateExecution executionEntity) |
static ExecutionTree |
buildExecutionTreeForProcessInstance(Collection<ExecutionEntity> executions) |
protected static void |
collectChildExecutions(ExecutionEntity rootExecutionEntity,
List<ExecutionEntity> allExecutions) |
protected static void |
fillExecutionTree(ExecutionTree executionTree,
Map<String,List<ExecutionEntity>> parentMapping) |
public static ExecutionTree buildExecutionTree(DelegateExecution executionEntity)
protected static void collectChildExecutions(ExecutionEntity rootExecutionEntity, List<ExecutionEntity> allExecutions)
public static ExecutionTree buildExecutionTree(Collection<ExecutionEntity> executions)
public static ExecutionTree buildExecutionTreeForProcessInstance(Collection<ExecutionEntity> executions)
protected static void fillExecutionTree(ExecutionTree executionTree, Map<String,List<ExecutionEntity>> parentMapping)
Copyright © 2017 Flowable. All rights reserved.