Interface Schema.JobRecordOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Schema.JobRecord, Schema.JobRecord.Builder
    Enclosing class:
    Schema

    public static interface Schema.JobRecordOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasMetadata

        boolean hasMetadata()
        .exporter_protocol.RecordMetadata metadata = 1;
      • getType

        String getType()
        string type = 2;
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        string type = 2;
      • getWorker

        String getWorker()
        string worker = 3;
      • getWorkerBytes

        com.google.protobuf.ByteString getWorkerBytes()
        string worker = 3;
      • getRetries

        int getRetries()
        int32 retries = 4;
      • getDeadline

        long getDeadline()
        int64 deadline = 5;
      • getErrorMessage

        String getErrorMessage()
        string errorMessage = 6;
      • getErrorMessageBytes

        com.google.protobuf.ByteString getErrorMessageBytes()
        string errorMessage = 6;
      • hasCustomHeaders

        boolean hasCustomHeaders()
        .google.protobuf.Struct customHeaders = 7;
      • getCustomHeaders

        com.google.protobuf.Struct getCustomHeaders()
        .google.protobuf.Struct customHeaders = 7;
      • getCustomHeadersOrBuilder

        com.google.protobuf.StructOrBuilder getCustomHeadersOrBuilder()
        .google.protobuf.Struct customHeaders = 7;
      • hasVariables

        boolean hasVariables()
        .google.protobuf.Struct variables = 8;
      • getVariables

        com.google.protobuf.Struct getVariables()
        .google.protobuf.Struct variables = 8;
      • getVariablesOrBuilder

        com.google.protobuf.StructOrBuilder getVariablesOrBuilder()
        .google.protobuf.Struct variables = 8;
      • getElementId

        String getElementId()
        string elementId = 9;
      • getElementIdBytes

        com.google.protobuf.ByteString getElementIdBytes()
        string elementId = 9;
      • getElementInstanceKey

        long getElementInstanceKey()
        int64 elementInstanceKey = 10;
      • getBpmnProcessId

        String getBpmnProcessId()
        string bpmnProcessId = 11;
      • getBpmnProcessIdBytes

        com.google.protobuf.ByteString getBpmnProcessIdBytes()
        string bpmnProcessId = 11;
      • getWorkflowDefinitionVersion

        int getWorkflowDefinitionVersion()
        int32 workflowDefinitionVersion = 12;
      • getProcessInstanceKey

        long getProcessInstanceKey()
        int64 processInstanceKey = 13;
      • getProcessDefinitionKey

        long getProcessDefinitionKey()
        int64 processDefinitionKey = 14;