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   
org.camunda.bpm.engine.impl.migration.validation.instance   
 

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

Methods in org.camunda.bpm.engine.impl.migration with parameters of type MigratingProcessElementInstance
 ProcessEngineException MigrationLogger.cannotHandleChild(MigratingScopeInstance scopeInstance, MigratingProcessElementInstance childCandidate)
           
 

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 MigratingCompensationEventSubscriptionInstance
           
 class MigratingEventScopeInstance
           
 class MigratingScopeInstance
          A process element instance that can have other process element instances as children
 class MigratingTransitionInstance
           
 

Fields in org.camunda.bpm.engine.impl.migration.instance declared as MigratingProcessElementInstance
protected  MigratingProcessElementInstance MigratingProcessElementInstanceTopDownWalker.MigrationContext.processElementInstance
           
 

Methods in org.camunda.bpm.engine.impl.migration.instance that return MigratingProcessElementInstance
 MigratingProcessElementInstance MigratingProcessElementInstanceTopDownWalker.MigrationContext.getProcessElementInstance()
           
 

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

Methods in org.camunda.bpm.engine.impl.migration.instance with parameters of type MigratingProcessElementInstance
protected  boolean MigratingActivityInstanceVisitor.canMigrate(MigratingProcessElementInstance instance)
           
protected abstract  boolean MigratingProcessElementInstanceVisitor.canMigrate(MigratingProcessElementInstance instance)
           
protected  boolean MigrationCompensationInstanceVisitor.canMigrate(MigratingProcessElementInstance instance)
           
protected  void MigratingProcessElementInstanceVisitor.migrateProcessElementInstance(MigratingProcessElementInstance migratingInstance, MigratingScopeInstanceBranch migratingInstanceBranch)
           
 

Constructors in org.camunda.bpm.engine.impl.migration.instance with parameters of type MigratingProcessElementInstance
MigratingProcessElementInstanceTopDownWalker.MigrationContext(MigratingProcessElementInstance processElementInstance, MigratingScopeInstanceBranch scopeInstanceBranch)
           
 

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 MigratingProcessElementInstance
protected  MigratingProcessElementInstance CompensationInstanceHandler.createMigratingEventScopeInstance(MigratingInstanceParseContext parseContext, EventSubscriptionEntity element)
           
protected  MigratingProcessElementInstance CompensationInstanceHandler.createMigratingEventSubscriptionInstance(MigratingInstanceParseContext parseContext, EventSubscriptionEntity element)
           
 

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)
           
 

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

Methods in org.camunda.bpm.engine.impl.migration.validation.instance with parameters of type MigratingProcessElementInstance
protected  boolean NoUnmappedLeafInstanceValidator.hasNoInstruction(MigratingProcessElementInstance migratingInstance)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.