com.atlassian.confluence.importexport.xmlimport
Class RestoreBandanaValuesTransactionCallbackDecorator

java.lang.Object
  extended by com.atlassian.confluence.importexport.xmlimport.RestoreBandanaValuesTransactionCallbackDecorator
All Implemented Interfaces:
org.springframework.transaction.support.TransactionCallback

public class RestoreBandanaValuesTransactionCallbackDecorator
extends java.lang.Object
implements org.springframework.transaction.support.TransactionCallback

Certain Bandana values may need to be restored after an import is completed. This decorates the importer callback to wrap backing up and restoring specified Bandana values.


Constructor Summary
RestoreBandanaValuesTransactionCallbackDecorator(com.atlassian.bandana.BandanaManager bandanaManager, org.springframework.transaction.support.TransactionCallback delegate)
           
 
Method Summary
 java.lang.Object doInTransaction(org.springframework.transaction.TransactionStatus status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestoreBandanaValuesTransactionCallbackDecorator

public RestoreBandanaValuesTransactionCallbackDecorator(com.atlassian.bandana.BandanaManager bandanaManager,
                                                        org.springframework.transaction.support.TransactionCallback delegate)
Method Detail

doInTransaction

public java.lang.Object doInTransaction(org.springframework.transaction.TransactionStatus status)
Specified by:
doInTransaction in interface org.springframework.transaction.support.TransactionCallback


Copyright © 2003-2014 Atlassian. All Rights Reserved.