Uses of Class
org.camunda.bpm.engine.impl.migration.instance.MigratingEventScopeInstance
-
-
Uses of MigratingEventScopeInstance in org.camunda.bpm.engine.impl.migration
Methods in org.camunda.bpm.engine.impl.migration with parameters of type MigratingEventScopeInstance Modifier and Type Method Description protected voidMigrateProcessInstanceCmd. validateEventScopeInstance(MigratingEventScopeInstance eventScopeInstance, MigratingProcessInstance migratingProcessInstance, java.util.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 Modifier and Type Field Description protected java.util.Set<MigratingEventScopeInstance>MigratingActivityInstance. childCompensationInstancesprotected java.util.Set<MigratingEventScopeInstance>MigratingEventScopeInstance. childInstancesprotected java.util.List<MigratingEventScopeInstance>MigratingProcessInstance. migratingEventScopeInstancesMethods in org.camunda.bpm.engine.impl.migration.instance that return MigratingEventScopeInstance Modifier and Type Method Description MigratingEventScopeInstanceMigratingProcessInstance. 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 Modifier and Type Method Description java.util.Set<MigratingEventScopeInstance>MigratingActivityInstance. getChildCompensationInstances()java.util.Collection<MigratingEventScopeInstance>MigratingProcessInstance. getMigratingEventScopeInstances()Methods in org.camunda.bpm.engine.impl.migration.instance with parameters of type MigratingEventScopeInstance Modifier and Type Method Description voidMigratingActivityInstance. addChild(MigratingEventScopeInstance compensationInstance)voidMigratingActivityInstance. 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 Modifier and Type Field Description protected java.util.Map<java.lang.String,MigratingEventScopeInstance>MigratingInstanceParseContext. compensationInstancesMethods in org.camunda.bpm.engine.impl.migration.instance.parser with parameters of type MigratingEventScopeInstance Modifier and Type Method Description protected voidCompensationInstanceHandler. parseDependentEntities(MigratingInstanceParseContext parseContext, MigratingEventScopeInstance migratingInstance)voidMigratingInstanceParseContext. 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 Modifier and Type Method Description protected booleanNoUnmappedLeafInstanceValidator. isInvalid(MigratingEventScopeInstance migratingInstance)voidMigratingCompensationInstanceValidator. validate(MigratingEventScopeInstance migratingInstance, MigratingProcessInstance migratingProcessInstance, MigratingActivityInstanceValidationReportImpl ancestorInstanceReport)voidNoUnmappedCompensationStartEventValidator. validate(MigratingEventScopeInstance migratingInstance, MigratingProcessInstance migratingProcessInstance, MigratingActivityInstanceValidationReportImpl ancestorInstanceReport)voidNoUnmappedLeafInstanceValidator. validate(MigratingEventScopeInstance migratingInstance, MigratingProcessInstance migratingProcessInstance, MigratingActivityInstanceValidationReportImpl ancestorInstanceReport)
-