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 void
registerReconcileContent(OwningContent owningContent)
Register a content which own a particular attachment.void
run()
-
-
-
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:ReconcileContentRegisterTask
Register a content which own a particular attachment. We will based on it to collect referring contents- Specified by:
registerReconcileContent
in interfaceReconcileContentRegisterTask<OwningContent>
-
-