org.camunda.bpm.engine.impl.migration.instance.parser
Class VariableInstanceHandler
java.lang.Object
org.camunda.bpm.engine.impl.migration.instance.parser.VariableInstanceHandler
- All Implemented Interfaces:
- MigratingDependentInstanceParseHandler<MigratingProcessElementInstance,List<VariableInstanceEntity>>
public class VariableInstanceHandler
- extends Object
- implements MigratingDependentInstanceParseHandler<MigratingProcessElementInstance,List<VariableInstanceEntity>>
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableInstanceHandler
public VariableInstanceHandler()
handle
public void handle(MigratingInstanceParseContext parseContext,
MigratingProcessElementInstance owningInstance,
List<VariableInstanceEntity> variables)
- Specified by:
handle in interface MigratingDependentInstanceParseHandler<MigratingProcessElementInstance,List<VariableInstanceEntity>>
Copyright © 2017 camunda services GmbH. All rights reserved.