Class ActiveObjectsBackupRestoreProvider
- java.lang.Object
-
- com.atlassian.confluence.activeobjects.backup.ActiveObjectsBackupRestoreProvider
-
- All Implemented Interfaces:
BackupRestoreProvider
public class ActiveObjectsBackupRestoreProvider extends Object implements BackupRestoreProvider
Backup and restore provider, implementing confluences backup and restore module component and bridging to active objects backup component.
-
-
Constructor Summary
Constructors Constructor Description ActiveObjectsBackupRestoreProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
backup(OutputStream os)
void
restore(InputStream is)
void
setBackup(com.atlassian.activeobjects.spi.Backup backup)
void
setHotRestartService(com.atlassian.activeobjects.spi.HotRestartService hotRestartService)
void
setTransactionSynchManager(com.atlassian.activeobjects.spi.TransactionSynchronisationManager tranSyncManager)
-
-
-
Method Detail
-
backup
public void backup(OutputStream os) throws ImportExportException
- Specified by:
backup
in interfaceBackupRestoreProvider
- Throws:
ImportExportException
-
restore
public void restore(InputStream is) throws ImportExportException
- Specified by:
restore
in interfaceBackupRestoreProvider
- Throws:
ImportExportException
-
setBackup
public void setBackup(com.atlassian.activeobjects.spi.Backup backup)
-
setHotRestartService
public void setHotRestartService(com.atlassian.activeobjects.spi.HotRestartService hotRestartService)
-
setTransactionSynchManager
public void setTransactionSynchManager(com.atlassian.activeobjects.spi.TransactionSynchronisationManager tranSyncManager)
-
-