Class StreamOrphanBlobGC.BlobGCComputation

java.lang.Object
org.nuxeo.lib.stream.computation.AbstractComputation
org.nuxeo.ecm.core.blob.stream.StreamOrphanBlobGC.BlobGCComputation
All Implemented Interfaces:
Computation
Enclosing class:
StreamOrphanBlobGC

public static class StreamOrphanBlobGC.BlobGCComputation extends AbstractComputation
  • Field Details

  • Constructor Details

    • BlobGCComputation

      public BlobGCComputation(String name)
  • Method Details

    • getDocumentBlobManager

      protected DocumentBlobManager getDocumentBlobManager()
    • canPerformDelete

      protected boolean canPerformDelete()
    • processRecord

      public void processRecord(ComputationContext context, String inputStreamName, Record record)
      Description copied from interface: Computation
      Process an incoming record on one of the computation's input streams.
      Parameters:
      context - The computation context object provided by the system.
      inputStreamName - Name of the input stream that provides the record.
      record - The record.