Uses of Class
org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance

Packages that use MigratingProcessElementInstance
org.camunda.bpm.engine.impl.migration   
org.camunda.bpm.engine.impl.migration.instance   
org.camunda.bpm.engine.impl.migration.instance.parser   
 

Uses of MigratingProcessElementInstance in org.camunda.bpm.engine.impl.migration
 

Methods in org.camunda.bpm.engine.impl.migration with parameters of type MigratingProcessElementInstance
protected  void MigrateProcessInstanceCmd.migrateProcessElementInstance(MigratingProcessElementInstance migratingInstance, MigratingActivityInstanceBranch migratingInstanceBranch)
           
 

Uses of MigratingProcessElementInstance in org.camunda.bpm.engine.impl.migration.instance
 

Subclasses of MigratingProcessElementInstance in org.camunda.bpm.engine.impl.migration.instance
 class MigratingActivityInstance
           
 class MigratingTransitionInstance
           
 

Methods in org.camunda.bpm.engine.impl.migration.instance that return types with arguments of type MigratingProcessElementInstance
 Set<MigratingProcessElementInstance> MigratingActivityInstance.getChildren()
          Returns a copy of all children, modifying the returned set does not have any further effect.
 

Uses of MigratingProcessElementInstance in org.camunda.bpm.engine.impl.migration.instance.parser
 

Fields in org.camunda.bpm.engine.impl.migration.instance.parser with type parameters of type MigratingProcessElementInstance
protected  MigratingDependentInstanceParseHandler<MigratingProcessElementInstance,List<VariableInstanceEntity>> MigratingInstanceParser.dependentVariableHandler
           
 

Methods in org.camunda.bpm.engine.impl.migration.instance.parser that return types with arguments of type MigratingProcessElementInstance
 MigratingDependentInstanceParseHandler<MigratingProcessElementInstance,List<VariableInstanceEntity>> MigratingInstanceParser.getDependentVariablesHandler()
           
 

Methods in org.camunda.bpm.engine.impl.migration.instance.parser with parameters of type MigratingProcessElementInstance
 void VariableInstanceHandler.handle(MigratingInstanceParseContext parseContext, MigratingProcessElementInstance owningInstance, List<VariableInstanceEntity> variables)
           
 void MigratingInstanceParseContext.handleDependentVariables(MigratingProcessElementInstance migratingInstance, List<VariableInstanceEntity> variables)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.