Interface BlobHolder

    • Method Detail

      • getBlob

        Blob getBlob()
        Returns the Blob held inside the object.
      • setBlob

        void setBlob​(Blob blob)
        Sets a blob in the object.

        The underlying document must be saved by the caller.

      • getFilePath

        String getFilePath()
        Returns a filesystem-like path to represent the held blob.
      • getModificationDate

        Calendar getModificationDate()
        Returns the held blob modification date.
      • getHash

        String getHash()
        Returns a hash for the held blob.
      • getBlobs

        List<Blob> getBlobs()
        Returns a list of blobs, if holder implementation supports multiple blobs.