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 mappingslongkey of the process instance to migratebooleanthe migration plan that defines target process and element mappingsMethods 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;
-