org.camunda.bpm.engine.impl.migration.instance.parser
Class CompensationEventSubscriptionWalker
java.lang.Object
org.camunda.bpm.engine.impl.tree.ReferenceWalker<EventSubscriptionEntity>
org.camunda.bpm.engine.impl.migration.instance.parser.CompensationEventSubscriptionWalker
public class CompensationEventSubscriptionWalker
- extends ReferenceWalker<EventSubscriptionEntity>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompensationEventSubscriptionWalker
public CompensationEventSubscriptionWalker(Collection<MigratingActivityInstance> collection)
collectCompensationEventSubscriptions
protected static List<EventSubscriptionEntity> collectCompensationEventSubscriptions(Collection<MigratingActivityInstance> activityInstances)
nextElements
protected Collection<EventSubscriptionEntity> nextElements()
- Specified by:
nextElements in class ReferenceWalker<EventSubscriptionEntity>
Copyright © 2017 camunda services GmbH. All rights reserved.