com.atlassian.confluence.importexport.xmlimport
Class DeferredOperationsLogger

java.lang.Object
  extended by com.atlassian.confluence.importexport.xmlimport.DeferredOperationsLogger

public class DeferredOperationsLogger
extends java.lang.Object

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 Summary
DeferredOperationsLogger()
           
 
Method Summary
 void logNewDeferredOperation(PrimitiveId idProperty, java.util.Set<TransientHibernateHandle> waitingFor, Operation operation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeferredOperationsLogger

public DeferredOperationsLogger()
Method Detail

logNewDeferredOperation

public void logNewDeferredOperation(PrimitiveId idProperty,
                                    java.util.Set<TransientHibernateHandle> waitingFor,
                                    Operation operation)


Copyright © 2003-2014 Atlassian. All Rights Reserved.