Interface GatewayOuterClass.CreateProcessInstanceResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.CreateProcessInstanceResponse,GatewayOuterClass.CreateProcessInstanceResponse.Builder
- Enclosing class:
GatewayOuterClass
public static interface GatewayOuterClass.CreateProcessInstanceResponseOrBuilder
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.the tenant identifier of the created process instancecom.google.protobuf.ByteStringthe tenant identifier of the created process instanceintthe 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.
-
getTenantId
String getTenantId()the tenant identifier of the created process instance
string tenantId = 5;- Returns:
- The tenantId.
-
getTenantIdBytes
com.google.protobuf.ByteString getTenantIdBytes()the tenant identifier of the created process instance
string tenantId = 5;- Returns:
- The bytes for tenantId.
-