Interface ReconcileContentRegisterTask<T>

All Superinterfaces:
Runnable
All Known Implementing Classes:
ReconcileContentTask, ReconcileReferringContentTask

public interface ReconcileContentRegisterTask<T> extends Runnable
A runnable task which could allow to register for reconcile content
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register a content which own a particular attachment.

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • registerReconcileContent

      void registerReconcileContent(T content)
      Register a content which own a particular attachment. We will based on it to collect referring contents
      Parameters:
      content -