Class ExecutionTreeUtil

java.lang.Object
org.flowable.engine.debug.ExecutionTreeUtil

public class ExecutionTreeUtil extends Object
Author:
Joram Barrez
  • Constructor Details

    • ExecutionTreeUtil

      public ExecutionTreeUtil()
  • Method Details

    • buildExecutionTree

      public static ExecutionTree buildExecutionTree(DelegateExecution executionEntity)
    • 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)