Interface GatewayOuterClass.WorkflowMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getBpmnProcessId()
      the bpmn process ID, as parsed during deployment; together with the version forms a unique identifier for a specific workflow definition
      com.google.protobuf.ByteString getBpmnProcessIdBytes()
      the bpmn process ID, as parsed during deployment; together with the version forms a unique identifier for a specific workflow definition
      String getResourceName()
      the resource name (see: WorkflowRequestObject.name) from which this workflow was parsed
      com.google.protobuf.ByteString getResourceNameBytes()
      the resource name (see: WorkflowRequestObject.name) from which this workflow was parsed
      int getVersion()
      the assigned process version
      long getWorkflowKey()
      the assigned key, which acts as a unique identifier for this workflow
      • 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 Detail

      • getBpmnProcessId

        String getBpmnProcessId()
         the bpmn process ID, as parsed during deployment; together with the version forms a
         unique identifier for a specific workflow 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 workflow definition
         
        string bpmnProcessId = 1;
        Returns:
        The bytes for bpmnProcessId.
      • getVersion

        int getVersion()
         the assigned process version
         
        int32 version = 2;
        Returns:
        The version.
      • getWorkflowKey

        long getWorkflowKey()
         the assigned key, which acts as a unique identifier for this workflow
         
        int64 workflowKey = 3;
        Returns:
        The workflowKey.
      • getResourceName

        String getResourceName()
         the resource name (see: WorkflowRequestObject.name) from which this workflow was
         parsed
         
        string resourceName = 4;
        Returns:
        The resourceName.
      • getResourceNameBytes

        com.google.protobuf.ByteString getResourceNameBytes()
         the resource name (see: WorkflowRequestObject.name) from which this workflow was
         parsed
         
        string resourceName = 4;
        Returns:
        The bytes for resourceName.