Interface Schema.ProcessInstanceCreationRecordOrBuilder

    • 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;
      • hasVariables

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

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

        com.google.protobuf.StructOrBuilder getVariablesOrBuilder()
        .google.protobuf.Struct variables = 6;