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
Constructors Constructor Description ReconcileReferringContentTask(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentReconciliationManager reconciliationManager, ContentEntityObjectDaoInternal contentEntityObjectDao, LinkManager linkManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterReconcileContent(OwningContent owningContent)Register a content which own a particular attachment.voidrun()
-
-
-
Constructor Detail
-
ReconcileReferringContentTask
public ReconcileReferringContentTask(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityManagerInternal contentEntityManager, ContentReconciliationManager reconciliationManager, ContentEntityObjectDaoInternal contentEntityObjectDao, LinkManager linkManager)
-
-
Method Detail
-
registerReconcileContent
public void registerReconcileContent(OwningContent owningContent)
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>
-
-