Class ReconcileContentTask
java.lang.Object
com.atlassian.confluence.internal.content.collab.ReconcileContentTask
- All Implemented Interfaces:
ReconcileContentRegisterTask<ContentUpdatedEvent>
,Runnable
public class ReconcileContentTask
extends Object
implements ReconcileContentRegisterTask<ContentUpdatedEvent>
This task will trigger reconciliation request multiple times
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerReconcileContent
(ContentUpdatedEvent contentUpdatedEvent) Register a content which own a particular attachment.void
run()
-
Constructor Details
-
ReconcileContentTask
public ReconcileContentTask(com.atlassian.event.api.EventPublisher eventPublisher)
-
-
Method Details
-
run
public void run() -
registerReconcileContent
Description copied from interface:ReconcileContentRegisterTask
Register a content which own a particular attachment. We will based on it to collect referring contents- Specified by:
registerReconcileContent
in interfaceReconcileContentRegisterTask<ContentUpdatedEvent>
-