Interface ReconcileContentRegisterTask<T>
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
ReconcileContentTask
,ReconcileReferringContentTask
A runnable task which could allow to register for reconcile content
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerReconcileContent
(T content) Register a content which own a particular attachment.
-
Method Details
-
registerReconcileContent
Register a content which own a particular attachment. We will based on it to collect referring contents- Parameters:
content
-
-