Interface Schema.DeploymentRecord.ProcessMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getBpmnProcessId()
      string bpmnProcessId = 1;
      com.google.protobuf.ByteString getBpmnProcessIdBytes()
      string bpmnProcessId = 1;
      String getChecksum()
      string checksum = 6;
      com.google.protobuf.ByteString getChecksumBytes()
      string checksum = 6;
      long getProcessDefinitionKey()
      int64 processDefinitionKey = 3;
      String getResourceName()
      string resourceName = 5;
      com.google.protobuf.ByteString getResourceNameBytes()
      string resourceName = 5;
      int getVersion()
      int32 version = 2;
      • 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()
        string bpmnProcessId = 1;
      • getBpmnProcessIdBytes

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

        int getVersion()
        int32 version = 2;
      • getProcessDefinitionKey

        long getProcessDefinitionKey()
        int64 processDefinitionKey = 3;
      • getResourceName

        String getResourceName()
        string resourceName = 5;
      • getResourceNameBytes

        com.google.protobuf.ByteString getResourceNameBytes()
        string resourceName = 5;
      • getChecksum

        String getChecksum()
        string checksum = 6;
      • getChecksumBytes

        com.google.protobuf.ByteString getChecksumBytes()
        string checksum = 6;