Class ReferencedBlob


  • public class ReferencedBlob
    extends Object
    Exposes the blob along with the Node id from which referenced
    • Constructor Detail

      • ReferencedBlob

        public ReferencedBlob​(org.apache.jackrabbit.oak.api.Blob blob,
                              String id)
    • Method Detail

      • getBlob

        public org.apache.jackrabbit.oak.api.Blob getBlob()
      • setBlob

        public void setBlob​(org.apache.jackrabbit.oak.api.Blob blob)
      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object