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 Type
    Method
    Description
    the BPMN process ID of the process definition which was used to create the process instance
    com.google.protobuf.ByteString
    the BPMN process ID of the process definition which was used to create the process instance
    long
    the key of the process definition which was used to create the process instance
    long
    the unique identifier of the created process instance; to be used wherever a request needs a process instance key (e.g.
    int
    the version of the process definition which was used to create the process instance

    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

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