Interface BlobReferenceRetriever


@Deprecated(since="2024-09-23") public interface BlobReferenceRetriever
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.
Interface to abstract out the low-level details of retrieving blob references from different NodeStore
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Collect references.
  • Method Details

    • collectReferences

      void collectReferences(ReferenceCollector collector) throws IOException
      Deprecated.
      Collect references.
      Parameters:
      collector - the collector to collect all references
      Throws:
      IOException