Class ReconcileReferringContentTask
java.lang.Object
com.atlassian.confluence.internal.content.collab.ReconcileReferringContentTask
- All Implemented Interfaces:
ReconcileContentRegisterTask<OwningContent>
,Runnable
public class ReconcileReferringContentTask
extends Object
implements ReconcileContentRegisterTask<OwningContent>
This class is contained a logic to reconcile multiple content.
-
Constructor Summary
ConstructorsConstructorDescriptionReconcileReferringContentTask
(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentReconciliationManager reconciliationManager, ContentEntityObjectDaoInternal contentEntityObjectDao, LinkManager linkManager, BodyContentQuerier bodyContentQuerier, XhtmlContent xhtmlContent, ReconciliationExecutorService reconciliationExecutorService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerReconcileContent
(OwningContent owningContent) Register a content which own a particular attachment.void
run()
-
Constructor Details
-
ReconcileReferringContentTask
public ReconcileReferringContentTask(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentReconciliationManager reconciliationManager, ContentEntityObjectDaoInternal contentEntityObjectDao, LinkManager linkManager, BodyContentQuerier bodyContentQuerier, XhtmlContent xhtmlContent, ReconciliationExecutorService reconciliationExecutorService)
-
-
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<OwningContent>
- Parameters:
owningContent
-
-