Interface MigrationPlan
- All Known Implementing Classes:
MigrationPlanImpl
public interface MigrationPlan
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionGet mapping instructions to the migration for describing how to map elements from the source process definition to the target process definition.longGet the key of target process definition.Create a new migration plan builder to buildMigrationPlanobject
-
Method Details
-
newBuilder
Create a new migration plan builder to buildMigrationPlanobject -
getTargetProcessDefinitionKey
long getTargetProcessDefinitionKey()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()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
-