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 TypeMethodDescriptionthe element id to migrate fromcom.google.protobuf.ByteStringthe element id to migrate fromthe element id to migrate intocom.google.protobuf.ByteStringthe element id to migrate intoMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-