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 TypeMethodDescriptionvoidregisterReconcileContent(OwningContent owningContent) Register a content which own a particular attachment.voidrun()
-
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:ReconcileContentRegisterTaskRegister a content which own a particular attachment. We will based on it to collect referring contents- Specified by:
registerReconcileContentin interfaceReconcileContentRegisterTask<OwningContent>
-