Interface GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstructionOrBuilder

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

public static interface GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstructionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    the element id to migrate from
    com.google.protobuf.ByteString
    the element id to migrate from
    the element id to migrate into
    com.google.protobuf.ByteString
    the element id to migrate into

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSourceElementId

      String getSourceElementId()
       the element id to migrate from
       
      string sourceElementId = 1;
      Returns:
      The sourceElementId.
    • getSourceElementIdBytes

      com.google.protobuf.ByteString getSourceElementIdBytes()
       the element id to migrate from
       
      string sourceElementId = 1;
      Returns:
      The bytes for sourceElementId.
    • getTargetElementId

      String getTargetElementId()
       the element id to migrate into
       
      string targetElementId = 2;
      Returns:
      The targetElementId.
    • getTargetElementIdBytes

      com.google.protobuf.ByteString getTargetElementIdBytes()
       the element id to migrate into
       
      string targetElementId = 2;
      Returns:
      The bytes for targetElementId.