Uses of Class
org.flowable.engine.debug.ExecutionTree
-
Uses of ExecutionTree in org.flowable.engine.debug
Modifier and TypeMethodDescriptionstatic ExecutionTree
ExecutionTreeUtil.buildExecutionTree
(Collection<org.flowable.engine.impl.persistence.entity.ExecutionEntity> executions) static ExecutionTree
ExecutionTreeUtil.buildExecutionTree
(DelegateExecution executionEntity) static ExecutionTree
ExecutionTreeUtil.buildExecutionTreeForProcessInstance
(Collection<org.flowable.engine.impl.persistence.entity.ExecutionEntity> executions) Modifier and TypeMethodDescriptionprotected static void
ExecutionTreeUtil.fillExecutionTree
(ExecutionTree executionTree, Map<String, List<org.flowable.engine.impl.persistence.entity.ExecutionEntity>> parentMapping)