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 voidregisterReconcileContent(ContentUpdatedEvent contentUpdatedEvent)Register a content which own a particular attachment.voidrun()
-
-
-
Method Detail
-
registerReconcileContent
public void registerReconcileContent(ContentUpdatedEvent contentUpdatedEvent)
Description copied from interface:ReconcileContentRegisterTaskRegister a content which own a particular attachment. We will based on it to collect referring contents- Specified by:
registerReconcileContentin interfaceReconcileContentRegisterTask<ContentUpdatedEvent>
-
-