Class ReferencedBlob

java.lang.Object
org.apache.jackrabbit.oak.plugins.blob.ReferencedBlob

@Deprecated(since="2024-09-23") public class ReferencedBlob extends Object
Deprecated.
The Jackrabbit Oak Blob Plugins library is designed for Oak-internal use only and thus deprecated. It will not be part of the AEM SDK after April 2025.
Exposes the blob along with the Node id from which referenced
  • Constructor Details

    • ReferencedBlob

      public ReferencedBlob(Blob blob, String id)
      Deprecated.
  • Method Details

    • getBlob

      public Blob getBlob()
      Deprecated.
    • setBlob

      public void setBlob(Blob blob)
      Deprecated.
    • getId

      public String getId()
      Deprecated.
    • setId

      public void setId(String id)
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object