Modifier and Type | Method and Description |
---|---|
protected List<MigrationInstruction> |
CreateMigrationPlanCmd.generateInstructions(CommandContext commandContext,
ProcessDefinitionImpl sourceProcessDefinition,
ProcessDefinitionImpl targetProcessDefinition,
boolean updateEventTriggers) |
Modifier and Type | Method and Description |
---|---|
MigrationInstruction |
MigrationInstructionJsonConverter.toObject(com.google.gson.JsonObject json) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
MigrationInstructionJsonConverter.toJsonObject(MigrationInstruction instruction) |
Modifier and Type | Class and Description |
---|---|
class |
MigrationInstructionImpl |
Modifier and Type | Field and Description |
---|---|
protected List<MigrationInstruction> |
MigrationPlanImpl.instructions |
Modifier and Type | Method and Description |
---|---|
List<MigrationInstruction> |
MigrationPlanImpl.getInstructions() |
Modifier and Type | Method and Description |
---|---|
void |
MigrationPlanImpl.setInstructions(List<MigrationInstruction> instructions) |
Modifier and Type | Field and Description |
---|---|
protected MigrationInstruction |
MigratingProcessElementInstance.migrationInstruction |
Modifier and Type | Method and Description |
---|---|
MigrationInstruction |
MigratingProcessElementInstance.getMigrationInstruction() |
Modifier and Type | Method and Description |
---|---|
MigratingActivityInstance |
MigratingProcessInstance.addActivityInstance(MigrationInstruction migrationInstruction,
ActivityInstance activityInstance,
ScopeImpl sourceScope,
ScopeImpl targetScope,
ExecutionEntity scopeExecution) |
MigratingCompensationEventSubscriptionInstance |
MigratingProcessInstance.addCompensationSubscriptionInstance(MigrationInstruction eventSubscriptionInstruction,
EventSubscriptionEntity eventSubscription,
ScopeImpl sourceScope,
ScopeImpl targetScope) |
MigratingEventScopeInstance |
MigratingProcessInstance.addEventScopeInstance(MigrationInstruction migrationInstruction,
ExecutionEntity eventScopeExecution,
ScopeImpl sourceScope,
ScopeImpl targetScope,
MigrationInstruction eventSubscriptionInstruction,
EventSubscriptionEntity eventSubscription,
ScopeImpl eventSubscriptionSourceScope,
ScopeImpl eventSubscriptionTargetScope) |
MigratingTransitionInstance |
MigratingProcessInstance.addTransitionInstance(MigrationInstruction migrationInstruction,
TransitionInstance transitionInstance,
ScopeImpl sourceScope,
ScopeImpl targetScope,
ExecutionEntity asyncExecution) |
Constructor and Description |
---|
MigratingActivityInstance(ActivityInstance activityInstance,
MigrationInstruction migrationInstruction,
ScopeImpl sourceScope,
ScopeImpl targetScope,
ExecutionEntity scopeExecution)
Creates a migrating activity instances
|
MigratingCompensationEventSubscriptionInstance(MigrationInstruction migrationInstruction,
ScopeImpl sourceScope,
ScopeImpl targetScope,
EventSubscriptionEntity eventSubscription) |
MigratingEventScopeInstance(MigrationInstruction migrationInstruction,
ExecutionEntity eventScopeExecution,
ScopeImpl sourceScope,
ScopeImpl targetScope,
MigrationInstruction eventSubscriptionInstruction,
EventSubscriptionEntity eventSubscription,
ScopeImpl eventSubscriptionSourceScope,
ScopeImpl eventSubscriptionTargetScope) |
MigratingTransitionInstance(TransitionInstance transitionInstance,
MigrationInstruction migrationInstruction,
ScopeImpl sourceScope,
ScopeImpl targetScope,
ExecutionEntity asyncExecution) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<MigrationInstruction>> |
MigratingInstanceParseContext.instructionsBySourceScope |
Modifier and Type | Method and Description |
---|---|
MigrationInstruction |
MigratingInstanceParseContext.findSingleMigrationInstruction(String sourceScopeId) |
MigrationInstruction |
MigratingInstanceParseContext.getInstructionFor(String scopeId) |
protected MigrationInstruction |
CompensationInstanceHandler.getMigrationInstruction(MigratingInstanceParseContext parseContext,
ActivityImpl activity) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,List<MigrationInstruction>> |
MigratingInstanceParseContext.organizeInstructionsBySourceScope(MigrationPlan migrationPlan) |
Modifier and Type | Method and Description |
---|---|
ActivityImpl |
MigratingInstanceParseContext.getTargetActivity(MigrationInstruction instruction) |
Modifier and Type | Field and Description |
---|---|
protected MigrationInstruction |
MigratingTransitionInstanceValidationReportImpl.migrationInstruction |
protected MigrationInstruction |
MigratingActivityInstanceValidationReportImpl.migrationInstruction |
Modifier and Type | Method and Description |
---|---|
MigrationInstruction |
MigratingTransitionInstanceValidationReportImpl.getMigrationInstruction() |
MigrationInstruction |
MigratingActivityInstanceValidationReportImpl.getMigrationInstruction() |
Modifier and Type | Field and Description |
---|---|
protected MigrationInstruction |
MigrationInstructionValidationReportImpl.migrationInstruction |
Modifier and Type | Method and Description |
---|---|
MigrationInstruction |
MigrationInstructionValidationReportImpl.getMigrationInstruction() |
MigrationInstruction |
ValidatingMigrationInstruction.toMigrationInstruction() |
MigrationInstruction |
ValidatingMigrationInstructionImpl.toMigrationInstruction() |
Modifier and Type | Method and Description |
---|---|
List<MigrationInstruction> |
ValidatingMigrationInstructions.asMigrationInstructions() |
Constructor and Description |
---|
MigrationInstructionValidationReportImpl(MigrationInstruction migrationInstruction) |
Modifier and Type | Method and Description |
---|---|
MigrationInstruction |
MigrationInstructionValidationReport.getMigrationInstruction() |
MigrationInstruction |
MigratingActivityInstanceValidationReport.getMigrationInstruction() |
MigrationInstruction |
MigratingTransitionInstanceValidationReport.getMigrationInstruction() |
Modifier and Type | Method and Description |
---|---|
List<MigrationInstruction> |
MigrationPlan.getInstructions() |
Modifier and Type | Method and Description |
---|---|
static MigrationInstructionDto |
MigrationInstructionDto.from(MigrationInstruction migrationInstruction) |
Copyright © 2022. All rights reserved.