Interface GatewayOuterClass.CreateProcessInstanceWithResultResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.CreateProcessInstanceWithResultResponse,GatewayOuterClass.CreateProcessInstanceWithResultResponse.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.CreateProcessInstanceWithResultResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionthe BPMN process ID of the process definition which was used to create the process instancecom.google.protobuf.ByteStringthe BPMN process ID of the process definition which was used to create the process instancelongthe key of the process definition which was used to create the process instancelongthe unique identifier of the created process instance; to be used wherever a request needs a process instance key (e.g.JSON document consists of visible variables in the root scopecom.google.protobuf.ByteStringJSON document consists of visible variables in the root scopeintthe version of the process definition which was used to create the process instanceMethods 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
-
getProcessDefinitionKey
long getProcessDefinitionKey()the key of the process definition which was used to create the process instance
int64 processDefinitionKey = 1;- Returns:
- The processDefinitionKey.
-
getBpmnProcessId
String getBpmnProcessId()the BPMN process ID of the process definition which was used to create the process instance
string bpmnProcessId = 2;- Returns:
- The bpmnProcessId.
-
getBpmnProcessIdBytes
com.google.protobuf.ByteString getBpmnProcessIdBytes()the BPMN process ID of the process definition which was used to create the process instance
string bpmnProcessId = 2;- Returns:
- The bytes for bpmnProcessId.
-
getVersion
int getVersion()the version of the process definition which was used to create the process instance
int32 version = 3;- Returns:
- The version.
-
getProcessInstanceKey
long getProcessInstanceKey()the unique identifier of the created process instance; to be used wherever a request needs a process instance key (e.g. CancelProcessInstanceRequest)
int64 processInstanceKey = 4;- Returns:
- The processInstanceKey.
-
getVariables
String getVariables()JSON document consists of visible variables in the root scope
string variables = 5;- Returns:
- The variables.
-
getVariablesBytes
com.google.protobuf.ByteString getVariablesBytes()JSON document consists of visible variables in the root scope
string variables = 5;- Returns:
- The bytes for variables.
-