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

Packages that use MigratingEventScopeInstance
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 MigratingEventScopeInstance in org.camunda.bpm.engine.impl.migration
 

Methods in org.camunda.bpm.engine.impl.migration with parameters of type MigratingEventScopeInstance
protected  void MigrateProcessInstanceCmd.validateEventScopeInstance(MigratingEventScopeInstance eventScopeInstance, MigratingProcessInstance migratingProcessInstance, List<MigratingCompensationInstanceValidator> migratingTransitionInstanceValidators, MigratingActivityInstanceValidationReportImpl instanceReport)
           
 

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

Fields in org.camunda.bpm.engine.impl.migration.instance with type parameters of type MigratingEventScopeInstance
protected  Set<MigratingEventScopeInstance> MigratingActivityInstance.childCompensationInstances
           
protected  Set<MigratingEventScopeInstance> MigratingEventScopeInstance.childInstances
           
protected  List<MigratingEventScopeInstance> MigratingProcessInstance.migratingEventScopeInstances
           
 

Methods in org.camunda.bpm.engine.impl.migration.instance that return MigratingEventScopeInstance
 MigratingEventScopeInstance MigratingProcessInstance.addEventScopeInstance(MigrationInstruction migrationInstruction, ExecutionEntity eventScopeExecution, ScopeImpl sourceScope, ScopeImpl targetScope, MigrationInstruction eventSubscriptionInstruction, EventSubscriptionEntity eventSubscription, ScopeImpl eventSubscriptionSourceScope, ScopeImpl eventSubscriptionTargetScope)
           
 

Methods in org.camunda.bpm.engine.impl.migration.instance that return types with arguments of type MigratingEventScopeInstance
 Set<MigratingEventScopeInstance> MigratingActivityInstance.getChildCompensationInstances()
           
 Collection<MigratingEventScopeInstance> MigratingProcessInstance.getMigratingEventScopeInstances()
           
 

Methods in org.camunda.bpm.engine.impl.migration.instance with parameters of type MigratingEventScopeInstance
 void MigratingActivityInstance.addChild(MigratingEventScopeInstance compensationInstance)
           
 void MigratingActivityInstance.removeChild(MigratingEventScopeInstance compensationInstance)
           
 

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

Fields in org.camunda.bpm.engine.impl.migration.instance.parser with type parameters of type MigratingEventScopeInstance
protected  Map<String,MigratingEventScopeInstance> MigratingInstanceParseContext.compensationInstances
           
 

Methods in org.camunda.bpm.engine.impl.migration.instance.parser with parameters of type MigratingEventScopeInstance
protected  void CompensationInstanceHandler.parseDependentEntities(MigratingInstanceParseContext parseContext, MigratingEventScopeInstance migratingInstance)
           
 void MigratingInstanceParseContext.submit(MigratingEventScopeInstance compensationInstance)
           
 

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

Methods in org.camunda.bpm.engine.impl.migration.validation.instance with parameters of type MigratingEventScopeInstance
protected  boolean NoUnmappedLeafInstanceValidator.isInvalid(MigratingEventScopeInstance migratingInstance)
           
 void MigratingCompensationInstanceValidator.validate(MigratingEventScopeInstance migratingInstance, MigratingProcessInstance migratingProcessInstance, MigratingActivityInstanceValidationReportImpl ancestorInstanceReport)
           
 void NoUnmappedLeafInstanceValidator.validate(MigratingEventScopeInstance migratingInstance, MigratingProcessInstance migratingProcessInstance, MigratingActivityInstanceValidationReportImpl ancestorInstanceReport)
           
 void NoUnmappedCompensationStartEventValidator.validate(MigratingEventScopeInstance migratingInstance, MigratingProcessInstance migratingProcessInstance, MigratingActivityInstanceValidationReportImpl ancestorInstanceReport)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.