Class ActivityExecutionMappingCollector

java.lang.Object
org.camunda.bpm.engine.impl.tree.ActivityExecutionMappingCollector
All Implemented Interfaces:
TreeVisitor<ActivityExecution>

public class ActivityExecutionMappingCollector extends Object implements TreeVisitor<ActivityExecution>
Collect the mappings of scopes and executions. It can be used to collect the mappings over process instances.
Author:
Philipp Ossler
See Also:
  • Constructor Details

    • ActivityExecutionMappingCollector

      public ActivityExecutionMappingCollector(ActivityExecution execution)
  • Method Details