Class CompensationEventSubscriptionWalker
java.lang.Object
org.camunda.bpm.engine.impl.tree.ReferenceWalker<EventSubscriptionEntity>
org.camunda.bpm.engine.impl.migration.instance.parser.CompensationEventSubscriptionWalker
Ensures that event subscriptions are visited in a top-down fashion, i.e.
for a compensation handler in a scope that has an event scope execution, it is guaranteed
that first the scope subscription is visited, and then the compensation handler
- Author:
- Thorben Lindhauer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.tree.ReferenceWalker
ReferenceWalker.NullCondition<S>, ReferenceWalker.WalkCondition<S>
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.tree.ReferenceWalker
currentElements, postVisitor, preVisitor
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected static List<EventSubscriptionEntity>
collectCompensationEventSubscriptions
(Collection<MigratingActivityInstance> activityInstances) protected Collection<EventSubscriptionEntity>
Methods inherited from class org.camunda.bpm.engine.impl.tree.ReferenceWalker
addPostVisitor, addPreVisitor, getCurrentElement, walkUntil, walkUntil, walkWhile, walkWhile
-
Constructor Details
-
CompensationEventSubscriptionWalker
-
-
Method Details
-
collectCompensationEventSubscriptions
protected static List<EventSubscriptionEntity> collectCompensationEventSubscriptions(Collection<MigratingActivityInstance> activityInstances) -
nextElements
- Specified by:
nextElements
in classReferenceWalker<EventSubscriptionEntity>
-