Interface DocumentReferenceResponse

All Known Implementing Classes:
DocumentReferenceResponseImpl

@Deprecated public interface DocumentReferenceResponse
Deprecated.
since 8.8 for removal in 8.9, replaced by DocumentReferenceResponse
  • Method Details

    • getDocumentType

      default String getDocumentType()
      Deprecated.
    • getDocumentId

      String getDocumentId()
      Deprecated.
      The ID of the document. In combination with the store ID, the document ID uniquely identifies a document.
      Returns:
      the ID of the document
    • getStoreId

      String getStoreId()
      Deprecated.
      The ID of the document store where the document is located. Document IDs are unique within a document store.
      Returns:
      the ID of the document store
    • getContentHash

      String getContentHash()
      Deprecated.
      The hash of the associated document
      Returns:
      the hash value of the document
    • getMetadata

      DocumentMetadata getMetadata()
      Deprecated.
      Returns:
      the metadata of the document reference