Uses of Interface
org.camunda.bpm.engine.impl.tree.TreeVisitor
-
-
Uses of TreeVisitor in org.camunda.bpm.engine.impl.bpmn.helper
Classes in org.camunda.bpm.engine.impl.bpmn.helper that implement TreeVisitor Modifier and Type Class Description classErrorDeclarationForProcessInstanceFinderclassEscalationEventDefinitionFinder -
Uses of TreeVisitor in org.camunda.bpm.engine.impl.migration.instance
Classes in org.camunda.bpm.engine.impl.migration.instance that implement TreeVisitor Modifier and Type Class Description classDeleteUnmappedInstanceVisitorclassMigratingActivityInstanceVisitorclassMigratingProcessElementInstanceVisitorclassMigrationCompensationInstanceVisitor -
Uses of TreeVisitor in org.camunda.bpm.engine.impl.migration.validation.instruction
Classes in org.camunda.bpm.engine.impl.migration.validation.instruction that implement TreeVisitor Modifier and Type Class Description static classCannotAddMultiInstanceBodyValidator.MiBodyCollector -
Uses of TreeVisitor in org.camunda.bpm.engine.impl.tree
Classes in org.camunda.bpm.engine.impl.tree that implement TreeVisitor Modifier and Type Class Description classActivityExecutionMappingCollectorCollect the mappings of scopes and executions.classActivityStackCollectorclassLeafActivityInstanceExecutionCollectorCollects executions that execute an activity instance that is a leaf in the activity instance tree.classOutputVariablesPropagatorPass the output variables from the process instance of a subprocess to the calling process instance.classScopeCollectorclassScopeExecutionCollectorFields in org.camunda.bpm.engine.impl.tree with type parameters of type TreeVisitor Modifier and Type Field Description protected java.util.List<TreeVisitor<T>>ReferenceWalker. postVisitorprotected java.util.List<TreeVisitor<T>>ReferenceWalker. preVisitorMethods in org.camunda.bpm.engine.impl.tree with parameters of type TreeVisitor Modifier and Type Method Description ReferenceWalker<ActivityExecutionTuple>ActivityExecutionHierarchyWalker. addExecutionPostVisitor(TreeVisitor<ActivityExecution> visitor)ReferenceWalker<ActivityExecutionTuple>ActivityExecutionHierarchyWalker. addExecutionPreVisitor(TreeVisitor<ActivityExecution> visitor)ReferenceWalker<T>ReferenceWalker. addPostVisitor(TreeVisitor<T> collector)ReferenceWalker<T>ReferenceWalker. addPreVisitor(TreeVisitor<T> collector)ReferenceWalker<ActivityExecutionTuple>ActivityExecutionHierarchyWalker. addScopePostVisitor(TreeVisitor<PvmScope> visitor)ReferenceWalker<ActivityExecutionTuple>ActivityExecutionHierarchyWalker. addScopePreVisitor(TreeVisitor<PvmScope> visitor)
-