Interface MigrationPlan
- All Known Implementing Classes:
MigrationPlanImpl
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.since 8.8 for removal in 8.9, replaced byMigrationPlan.MigrationPlanBuilderFinalStepstatic interfaceDeprecated.since 8.8 for removal in 8.9, replaced byMigrationPlan.MigrationPlanBuilderStep1static interfaceDeprecated.since 8.8 for removal in 8.9, replaced byMigrationPlan.MigrationPlanBuilderStep2 -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get mapping instructions to the migration for describing how to map elements from the source process definition to the target process definition.longDeprecated.Get the key of target process definition. targetProcessDefinitionKey indicates which process definition to use for the migration.Deprecated.Create a new migration plan builder to buildMigrationPlanobject
-
Method Details
-
newBuilder
Deprecated.Create a new migration plan builder to buildMigrationPlanobject -
getTargetProcessDefinitionKey
long getTargetProcessDefinitionKey()Deprecated.Get the key of target process definition. targetProcessDefinitionKey indicates which process definition to use for the migration.- Returns:
- the target process definition key
-
getMappingInstructions
List<MigrationPlanBuilderImpl.MappingInstruction> getMappingInstructions()Deprecated.Get mapping instructions to the migration for describing how to map elements from the source process definition to the target process definition.- Returns:
- list of mapping instructions
-
MigrationPlan