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 Summary
Modifier and TypeMethodDescriptionthe migration plan that defines target process and element mappingsthe migration plan that defines target process and element mappingslonga reference key chosen by the user and will be part of all records resulted from this operationlongkey of the process instance to migratebooleanthe migration plan that defines target process and element mappingsbooleana reference key chosen by the user and will be part of all records resulted from this operationMethods 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
-
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
GatewayOuterClass.MigrateProcessInstanceRequest.MigrationPlan getMigrationPlan()the migration plan that defines target process and element mappings
.gateway_protocol.MigrateProcessInstanceRequest.MigrationPlan migrationPlan = 2;- Returns:
- The migrationPlan.
-
getMigrationPlanOrBuilder
GatewayOuterClass.MigrateProcessInstanceRequest.MigrationPlanOrBuilder getMigrationPlanOrBuilder()the migration plan that defines target process and element mappings
.gateway_protocol.MigrateProcessInstanceRequest.MigrationPlan migrationPlan = 2; -
hasOperationReference
boolean hasOperationReference()a reference key chosen by the user and will be part of all records resulted from this operation
optional uint64 operationReference = 3;- Returns:
- Whether the operationReference field is set.
-
getOperationReference
long getOperationReference()a reference key chosen by the user and will be part of all records resulted from this operation
optional uint64 operationReference = 3;- Returns:
- The operationReference.
-