Interface GatewayOuterClass.MigrateProcessInstanceRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GatewayOuterClass.MigrateProcessInstanceRequest, GatewayOuterClass.MigrateProcessInstanceRequest.Builder
Enclosing class:
GatewayOuterClass

public static interface GatewayOuterClass.MigrateProcessInstanceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getProcessInstanceKey

      long getProcessInstanceKey()
       key of the process instance to migrate
       
      int64 processInstanceKey = 1;
      Returns:
      The processInstanceKey.
    • hasMigrationPlan

      boolean hasMigrationPlan()
       the migration plan that defines target process and element mappings
       
      .gateway_protocol.MigrateProcessInstanceRequest.MigrationPlan migrationPlan = 2;
      Returns:
      Whether the migrationPlan field is set.
    • getMigrationPlan

       the migration plan that defines target process and element mappings
       
      .gateway_protocol.MigrateProcessInstanceRequest.MigrationPlan migrationPlan = 2;
      Returns:
      The migrationPlan.
    • getMigrationPlanOrBuilder

       the migration plan that defines target process and element mappings
       
      .gateway_protocol.MigrateProcessInstanceRequest.MigrationPlan migrationPlan = 2;