Interface MigrationPlan.MigrationPlanBuilderStep1

All Known Implementing Classes:
MigrationPlanBuilderImpl
Enclosing interface:
MigrationPlan

@Deprecated public static interface MigrationPlan.MigrationPlanBuilderStep1
Deprecated.
since 8.8 for removal in 8.9, replaced by MigrationPlan.MigrationPlanBuilderStep1
  • Method Summary

    Modifier and Type
    Method
    Description
    withTargetProcessDefinitionKey(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