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 Summary
Modifier and TypeMethodDescriptiongetMappingInstructions(int index) the mapping instructions describe how to map elements from the source process definition to the target process definitionintthe mapping instructions describe how to map elements from the source process definition to the target process definitionthe mapping instructions describe how to map elements from the source process definition to the target process definitiongetMappingInstructionsOrBuilder(int index) the mapping instructions describe how to map elements from the source process definition to the target process definitionthe mapping instructions describe how to map elements from the source process definition to the target process definitionlongthe key of process definition to migrate the process instance toMethods 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
-
getTargetProcessDefinitionKey
long getTargetProcessDefinitionKey()the key of process definition to migrate the process instance to
int64 targetProcessDefinitionKey = 1;- Returns:
- The targetProcessDefinitionKey.
-
getMappingInstructionsList
List<GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction> 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
GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstruction getMappingInstructions(int index) 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
List<? extends GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstructionOrBuilder> 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
GatewayOuterClass.MigrateProcessInstanceRequest.MappingInstructionOrBuilder getMappingInstructionsOrBuilder(int index) 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;
-