Class MigrationPlanImpl

java.lang.Object
io.camunda.zeebe.client.api.command.MigrationPlanImpl
All Implemented Interfaces:
MigrationPlan

@Deprecated public final class MigrationPlanImpl extends Object implements MigrationPlan
Deprecated.
since 8.8 for removal in 8.9, replaced by MigrationPlanImpl
  • Constructor Details

  • Method Details

    • getTargetProcessDefinitionKey

      public long getTargetProcessDefinitionKey()
      Deprecated.
      Description copied from interface: MigrationPlan
      Get the key of target process definition. targetProcessDefinitionKey indicates which process definition to use for the migration.
      Specified by:
      getTargetProcessDefinitionKey in interface MigrationPlan
      Returns:
      the target process definition key
    • getMappingInstructions

      public List<MigrationPlanBuilderImpl.MappingInstruction> getMappingInstructions()
      Deprecated.
      Description copied from interface: MigrationPlan
      Get mapping instructions to the migration for describing how to map elements from the source process definition to the target process definition.
      Specified by:
      getMappingInstructions in interface MigrationPlan
      Returns:
      list of mapping instructions