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 Type
    Method
    Description
    the bpmn process ID, as parsed during deployment; together with the version forms a unique identifier for a specific process definition
    com.google.protobuf.ByteString
    the bpmn process ID, as parsed during deployment; together with the version forms a unique identifier for a specific process definition
    long
    the assigned key, which acts as a unique identifier for this process
    the resource name (see: ProcessRequestObject.name) from which this process was parsed
    com.google.protobuf.ByteString
    the resource name (see: ProcessRequestObject.name) from which this process was parsed
    the tenant id of the deployed process
    com.google.protobuf.ByteString
    the tenant id of the deployed process
    int
    the assigned process version

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.
    • getTenantId

      String getTenantId()
       the tenant id of the deployed process
       
      string tenantId = 5;
      Returns:
      The tenantId.
    • getTenantIdBytes

      com.google.protobuf.ByteString getTenantIdBytes()
       the tenant id of the deployed process
       
      string tenantId = 5;
      Returns:
      The bytes for tenantId.