Interface MigrationPlan

All Known Implementing Classes:
MigrationPlanImpl

public interface MigrationPlan
  • Method Details

    • newBuilder

      Create a new migration plan builder to build MigrationPlan object
    • 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

      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