Interface Schema.VariableRecordOrBuilder

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

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

      • hasMetadata

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

        String getName()
        string name = 2;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 2;
      • getValue

        String getValue()
        string value = 3;
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
        string value = 3;
      • getScopeKey

        long getScopeKey()
        int64 scopeKey = 4;
      • getProcessInstanceKey

        long getProcessInstanceKey()
        int64 processInstanceKey = 5;
      • getProcessDefinitionKey

        long getProcessDefinitionKey()
        int64 processDefinitionKey = 6;