Interface GatewayOuterClass.ProcessMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.ProcessMetadata,GatewayOuterClass.ProcessMetadata.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.ProcessMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionthe bpmn process ID, as parsed during deployment; together with the version forms a unique identifier for a specific process definitioncom.google.protobuf.ByteStringthe bpmn process ID, as parsed during deployment; together with the version forms a unique identifier for a specific process definitionlongthe assigned key, which acts as a unique identifier for this processthe resource name (see: ProcessRequestObject.name) from which this process was parsedcom.google.protobuf.ByteStringthe resource name (see: ProcessRequestObject.name) from which this process was parsedintthe assigned process versionMethods 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
-
getBpmnProcessId
String getBpmnProcessId()the bpmn process ID, as parsed during deployment; together with the version forms a unique identifier for a specific process definition
string bpmnProcessId = 1;- Returns:
- The bpmnProcessId.
-
getBpmnProcessIdBytes
com.google.protobuf.ByteString getBpmnProcessIdBytes()the bpmn process ID, as parsed during deployment; together with the version forms a unique identifier for a specific process definition
string bpmnProcessId = 1;- Returns:
- The bytes for bpmnProcessId.
-
getVersion
int getVersion()the assigned process version
int32 version = 2;- Returns:
- The version.
-
getProcessDefinitionKey
long getProcessDefinitionKey()the assigned key, which acts as a unique identifier for this process
int64 processDefinitionKey = 3;- Returns:
- The processDefinitionKey.
-
getResourceName
String getResourceName()the resource name (see: ProcessRequestObject.name) from which this process was parsed
string resourceName = 4;- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()the resource name (see: ProcessRequestObject.name) from which this process was parsed
string resourceName = 4;- Returns:
- The bytes for resourceName.
-