Interface GatewayOuterClass.MigrateProcessInstanceRequest.MigrationPlanOrBuilder

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

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

    • getTargetProcessDefinitionKey

      long getTargetProcessDefinitionKey()
       the key of process definition to migrate the process instance to
       
      int64 targetProcessDefinitionKey = 1;
      Returns:
      The targetProcessDefinitionKey.
    • getMappingInstructionsList

       the mapping instructions describe how to map elements from the source process definition to the target process definition
       
      repeated .gateway_protocol.MigrateProcessInstanceRequest.MappingInstruction mappingInstructions = 2;
    • getMappingInstructions

       the mapping instructions describe how to map elements from the source process definition to the target process definition
       
      repeated .gateway_protocol.MigrateProcessInstanceRequest.MappingInstruction mappingInstructions = 2;
    • getMappingInstructionsCount

      int getMappingInstructionsCount()
       the mapping instructions describe how to map elements from the source process definition to the target process definition
       
      repeated .gateway_protocol.MigrateProcessInstanceRequest.MappingInstruction mappingInstructions = 2;
    • getMappingInstructionsOrBuilderList

       the mapping instructions describe how to map elements from the source process definition to the target process definition
       
      repeated .gateway_protocol.MigrateProcessInstanceRequest.MappingInstruction mappingInstructions = 2;
    • getMappingInstructionsOrBuilder

       the mapping instructions describe how to map elements from the source process definition to the target process definition
       
      repeated .gateway_protocol.MigrateProcessInstanceRequest.MappingInstruction mappingInstructions = 2;