Interface Schema.ProcessInstanceRecordOrBuilder

    • Method Detail

      • hasMetadata

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

        String getBpmnProcessId()
        string bpmnProcessId = 2;
      • getBpmnProcessIdBytes

        com.google.protobuf.ByteString getBpmnProcessIdBytes()
        string bpmnProcessId = 2;
      • getVersion

        int getVersion()
        int32 version = 3;
      • getProcessDefinitionKey

        long getProcessDefinitionKey()
        int64 processDefinitionKey = 4;
      • getProcessInstanceKey

        long getProcessInstanceKey()
        int64 processInstanceKey = 5;
      • getElementId

        String getElementId()
        string elementId = 6;
      • getElementIdBytes

        com.google.protobuf.ByteString getElementIdBytes()
        string elementId = 6;
      • getFlowScopeKey

        long getFlowScopeKey()
        int64 flowScopeKey = 7;
      • getBpmnElementType

        String getBpmnElementType()
        string bpmnElementType = 8;
      • getBpmnElementTypeBytes

        com.google.protobuf.ByteString getBpmnElementTypeBytes()
        string bpmnElementType = 8;
      • getParentProcessInstanceKey

        long getParentProcessInstanceKey()
        int64 parentProcessInstanceKey = 9;
      • getParentElementInstanceKey

        long getParentElementInstanceKey()
        int64 parentElementInstanceKey = 10;