Class DeferredOperationsLogger
java.lang.Object
com.atlassian.confluence.importexport.xmlimport.DeferredOperationsLogger
Deprecated.
The purpose of this class is logging only. It matches 1-1 with 
DeferredOperations.
 
It logs dependencies in the XML import, such as entities which can't be imported until another one is. It's a separate class so that customers can finely set the logging level.
 To activate, add DEBUG logging on DeferredOperationsLogger.
 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidlogNewDeferredOperation(PrimitiveId idProperty, Set<TransientHibernateHandle> waitingFor, Operation operation) Deprecated.
- 
Constructor Details- 
DeferredOperationsLoggerpublic DeferredOperationsLogger()Deprecated.
 
- 
- 
Method Details- 
logNewDeferredOperationpublic void logNewDeferredOperation(PrimitiveId idProperty, Set<TransientHibernateHandle> waitingFor, Operation operation) Deprecated.
 
- 
BackupRestoreManagerinstead.