Interface MigrationPlan.MigrationPlanBuilderStep1
- All Known Implementing Classes:
MigrationPlanBuilderImpl
- Enclosing interface:
MigrationPlan
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionwithTargetProcessDefinitionKey(long targetProcessDefinitionKey) Deprecated.Set the key of target process definition. targetProcessDefinitionKey indicates which process definition to use for the migration.
-
Method Details
-
withTargetProcessDefinitionKey
MigrationPlan.MigrationPlanBuilderStep2 withTargetProcessDefinitionKey(long targetProcessDefinitionKey) Deprecated.Set the key of target process definition. targetProcessDefinitionKey indicates which process definition to use for the migration.- Returns:
- the next step of the builder
-
MigrationPlan.MigrationPlanBuilderStep1