com.atlassian.bamboo.migration.stream.activeobjects
Class ActiveObjectsRestoreProgressMonitor
java.lang.Object
com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
com.atlassian.bamboo.migration.stream.activeobjects.ActiveObjectsRestoreProgressMonitor
- All Implemented Interfaces:
- com.atlassian.activeobjects.spi.RestoreProgressMonitor
public class ActiveObjectsRestoreProgressMonitor
- extends com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
|
Field Summary |
static com.atlassian.activeobjects.spi.RestoreProgressMonitor |
INSTANCE
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final com.atlassian.activeobjects.spi.RestoreProgressMonitor INSTANCE
ActiveObjectsRestoreProgressMonitor
public ActiveObjectsRestoreProgressMonitor()
beginDatabaseInformationRestore
public void beginDatabaseInformationRestore()
- Specified by:
beginDatabaseInformationRestore in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor- Overrides:
beginDatabaseInformationRestore in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
beginRestore
public void beginRestore()
- Specified by:
beginRestore in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor- Overrides:
beginRestore in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
beginTableCreationRestore
public void beginTableCreationRestore(String tableName)
- Specified by:
beginTableCreationRestore in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor- Overrides:
beginTableCreationRestore in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
beginTableDataRestore
public void beginTableDataRestore(String tableName)
- Specified by:
beginTableDataRestore in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor- Overrides:
beginTableDataRestore in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
beginTableDefinitionsRestore
public void beginTableDefinitionsRestore()
- Specified by:
beginTableDefinitionsRestore in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor- Overrides:
beginTableDefinitionsRestore in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
beginTableRowRestore
public void beginTableRowRestore()
- Specified by:
beginTableRowRestore in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor- Overrides:
beginTableRowRestore in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
beginTablesRestore
public void beginTablesRestore()
- Specified by:
beginTablesRestore in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor- Overrides:
beginTablesRestore in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
endDatabaseInformationRestore
public void endDatabaseInformationRestore()
- Specified by:
endDatabaseInformationRestore in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor- Overrides:
endDatabaseInformationRestore in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
endRestore
public void endRestore()
- Specified by:
endRestore in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor- Overrides:
endRestore in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
endTableCreationRestore
public void endTableCreationRestore(String tableName)
- Specified by:
endTableCreationRestore in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor- Overrides:
endTableCreationRestore in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
endTableDataRestore
public void endTableDataRestore(String tableName)
- Specified by:
endTableDataRestore in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor- Overrides:
endTableDataRestore in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
endTableDefinitionsRestore
public void endTableDefinitionsRestore()
- Specified by:
endTableDefinitionsRestore in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor- Overrides:
endTableDefinitionsRestore in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
endTableRowRestore
public void endTableRowRestore()
- Specified by:
endTableRowRestore in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor- Overrides:
endTableRowRestore in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
endTablesRestore
public void endTablesRestore()
- Specified by:
endTablesRestore in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor- Overrides:
endTablesRestore in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
updateTotalNumberOfTablesToRestore
public void updateTotalNumberOfTablesToRestore(int tableCount)
- Specified by:
updateTotalNumberOfTablesToRestore in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor- Overrides:
updateTotalNumberOfTablesToRestore in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.