Interface GatewayOuterClass.ModifyProcessInstanceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.ModifyProcessInstanceRequest,GatewayOuterClass.ModifyProcessInstanceRequest.Builder
- Enclosing class:
GatewayOuterClass
public static interface GatewayOuterClass.ModifyProcessInstanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetActivateInstructions(int index) instructions describing which elements should be activated in which scopes, and which variables should be createdintinstructions describing which elements should be activated in which scopes, and which variables should be createdinstructions describing which elements should be activated in which scopes, and which variables should be createdgetActivateInstructionsOrBuilder(int index) instructions describing which elements should be activated in which scopes, and which variables should be createdinstructions describing which elements should be activated in which scopes, and which variables should be createdlonga reference key chosen by the user and will be part of all records resulted from this operationlongthe key of the process instance that should be modifiedgetTerminateInstructions(int index) instructions describing which elements should be terminatedintinstructions describing which elements should be terminatedinstructions describing which elements should be terminatedgetTerminateInstructionsOrBuilder(int index) instructions describing which elements should be terminatedinstructions describing which elements should be terminatedbooleana 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()the key of the process instance that should be modified
int64 processInstanceKey = 1;- Returns:
- The processInstanceKey.
-
getActivateInstructionsList
List<GatewayOuterClass.ModifyProcessInstanceRequest.ActivateInstruction> getActivateInstructionsList()instructions describing which elements should be activated in which scopes, and which variables should be created
repeated .gateway_protocol.ModifyProcessInstanceRequest.ActivateInstruction activateInstructions = 2; -
getActivateInstructions
GatewayOuterClass.ModifyProcessInstanceRequest.ActivateInstruction getActivateInstructions(int index) instructions describing which elements should be activated in which scopes, and which variables should be created
repeated .gateway_protocol.ModifyProcessInstanceRequest.ActivateInstruction activateInstructions = 2; -
getActivateInstructionsCount
int getActivateInstructionsCount()instructions describing which elements should be activated in which scopes, and which variables should be created
repeated .gateway_protocol.ModifyProcessInstanceRequest.ActivateInstruction activateInstructions = 2; -
getActivateInstructionsOrBuilderList
List<? extends GatewayOuterClass.ModifyProcessInstanceRequest.ActivateInstructionOrBuilder> getActivateInstructionsOrBuilderList()instructions describing which elements should be activated in which scopes, and which variables should be created
repeated .gateway_protocol.ModifyProcessInstanceRequest.ActivateInstruction activateInstructions = 2; -
getActivateInstructionsOrBuilder
GatewayOuterClass.ModifyProcessInstanceRequest.ActivateInstructionOrBuilder getActivateInstructionsOrBuilder(int index) instructions describing which elements should be activated in which scopes, and which variables should be created
repeated .gateway_protocol.ModifyProcessInstanceRequest.ActivateInstruction activateInstructions = 2; -
getTerminateInstructionsList
List<GatewayOuterClass.ModifyProcessInstanceRequest.TerminateInstruction> getTerminateInstructionsList()instructions describing which elements should be terminated
repeated .gateway_protocol.ModifyProcessInstanceRequest.TerminateInstruction terminateInstructions = 3; -
getTerminateInstructions
GatewayOuterClass.ModifyProcessInstanceRequest.TerminateInstruction getTerminateInstructions(int index) instructions describing which elements should be terminated
repeated .gateway_protocol.ModifyProcessInstanceRequest.TerminateInstruction terminateInstructions = 3; -
getTerminateInstructionsCount
int getTerminateInstructionsCount()instructions describing which elements should be terminated
repeated .gateway_protocol.ModifyProcessInstanceRequest.TerminateInstruction terminateInstructions = 3; -
getTerminateInstructionsOrBuilderList
List<? extends GatewayOuterClass.ModifyProcessInstanceRequest.TerminateInstructionOrBuilder> getTerminateInstructionsOrBuilderList()instructions describing which elements should be terminated
repeated .gateway_protocol.ModifyProcessInstanceRequest.TerminateInstruction terminateInstructions = 3; -
getTerminateInstructionsOrBuilder
GatewayOuterClass.ModifyProcessInstanceRequest.TerminateInstructionOrBuilder getTerminateInstructionsOrBuilder(int index) instructions describing which elements should be terminated
repeated .gateway_protocol.ModifyProcessInstanceRequest.TerminateInstruction terminateInstructions = 3; -
hasOperationReference
boolean hasOperationReference()a reference key chosen by the user and will be part of all records resulted from this operation
optional uint64 operationReference = 4;- 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 = 4;- Returns:
- The operationReference.
-