org.camunda.bpm.engine.impl.migration.instance.parser
Class CompensationInstanceHandler
java.lang.Object
org.camunda.bpm.engine.impl.migration.instance.parser.CompensationInstanceHandler
- All Implemented Interfaces:
- MigratingInstanceParseHandler<CompensateEventSubscriptionEntity>
public class CompensationInstanceHandler
- extends Object
- implements MigratingInstanceParseHandler<CompensateEventSubscriptionEntity>
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompensationInstanceHandler
public CompensationInstanceHandler()
handle
public void handle(MigratingInstanceParseContext parseContext,
CompensateEventSubscriptionEntity element)
- Specified by:
handle in interface MigratingInstanceParseHandler<CompensateEventSubscriptionEntity>
createMigratingEventSubscriptionInstance
protected MigratingProcessElementInstance createMigratingEventSubscriptionInstance(MigratingInstanceParseContext parseContext,
CompensateEventSubscriptionEntity element)
createMigratingEventScopeInstance
protected MigratingProcessElementInstance createMigratingEventScopeInstance(MigratingInstanceParseContext parseContext,
CompensateEventSubscriptionEntity element)
getMigrationInstruction
protected MigrationInstruction getMigrationInstruction(MigratingInstanceParseContext parseContext,
ActivityImpl activity)
parseDependentEntities
protected void parseDependentEntities(MigratingInstanceParseContext parseContext,
MigratingEventScopeInstance migratingInstance)
Copyright © 2016 camunda services GmbH. All rights reserved.