Interface GatewayOuterClass.ModifyProcessInstanceRequest.ActivateInstructionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.ModifyProcessInstanceRequest.ActivateInstruction,GatewayOuterClass.ModifyProcessInstanceRequest.ActivateInstruction.Builder
- Enclosing class:
- GatewayOuterClass.ModifyProcessInstanceRequest
public static interface GatewayOuterClass.ModifyProcessInstanceRequest.ActivateInstructionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongthe key of the ancestor scope the element instance should be created in; set to -1 to create the new element instance within an existing element instance of the flow scopethe id of the element that should be activatedcom.google.protobuf.ByteStringthe id of the element that should be activatedgetVariableInstructions(int index) instructions describing which variables should be createdintinstructions describing which variables should be createdinstructions describing which variables should be createdgetVariableInstructionsOrBuilder(int index) instructions describing which variables should be createdinstructions describing which variables should be createdMethods 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
-
getElementId
String getElementId()the id of the element that should be activated
string elementId = 1;- Returns:
- The elementId.
-
getElementIdBytes
com.google.protobuf.ByteString getElementIdBytes()the id of the element that should be activated
string elementId = 1;- Returns:
- The bytes for elementId.
-
getAncestorElementInstanceKey
long getAncestorElementInstanceKey()the key of the ancestor scope the element instance should be created in; set to -1 to create the new element instance within an existing element instance of the flow scope
int64 ancestorElementInstanceKey = 2;- Returns:
- The ancestorElementInstanceKey.
-
getVariableInstructionsList
List<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction> getVariableInstructionsList()instructions describing which variables should be created
repeated .gateway_protocol.ModifyProcessInstanceRequest.VariableInstruction variableInstructions = 3; -
getVariableInstructions
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction getVariableInstructions(int index) instructions describing which variables should be created
repeated .gateway_protocol.ModifyProcessInstanceRequest.VariableInstruction variableInstructions = 3; -
getVariableInstructionsCount
int getVariableInstructionsCount()instructions describing which variables should be created
repeated .gateway_protocol.ModifyProcessInstanceRequest.VariableInstruction variableInstructions = 3; -
getVariableInstructionsOrBuilderList
List<? extends GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionOrBuilder> getVariableInstructionsOrBuilderList()instructions describing which variables should be created
repeated .gateway_protocol.ModifyProcessInstanceRequest.VariableInstruction variableInstructions = 3; -
getVariableInstructionsOrBuilder
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionOrBuilder getVariableInstructionsOrBuilder(int index) instructions describing which variables should be created
repeated .gateway_protocol.ModifyProcessInstanceRequest.VariableInstruction variableInstructions = 3;
-