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 Constructor Description ReconcileContentTask(com.atlassian.event.api.EventPublisher eventPublisher, org.springframework.transaction.PlatformTransactionManager transactionManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerReconcileContent(ContentUpdatedEvent contentUpdatedEvent)
Register a content which own a particular attachment.void
run()
-
-
-
Method Detail
-
registerReconcileContent
public void registerReconcileContent(ContentUpdatedEvent contentUpdatedEvent)
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>
-
-