public class ActiveObjectsRestoreProgressMonitor
extends com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
Modifier and Type | Field and Description |
---|---|
static com.atlassian.activeobjects.spi.RestoreProgressMonitor |
INSTANCE |
Constructor and Description |
---|
ActiveObjectsRestoreProgressMonitor() |
Modifier and Type | Method and Description |
---|---|
void |
beginDatabaseInformationRestore() |
void |
beginRestore() |
void |
beginTableCreationRestore(String tableName) |
void |
beginTableDataRestore(String tableName) |
void |
beginTableDefinitionsRestore() |
void |
beginTableRowRestore() |
void |
beginTablesRestore() |
void |
endDatabaseInformationRestore() |
void |
endRestore() |
void |
endTableCreationRestore(String tableName) |
void |
endTableDataRestore(String tableName) |
void |
endTableDefinitionsRestore() |
void |
endTableRowRestore() |
void |
endTablesRestore() |
void |
updateTotalNumberOfTablesToRestore(int tableCount) |
public static final com.atlassian.activeobjects.spi.RestoreProgressMonitor INSTANCE
public void beginDatabaseInformationRestore()
beginDatabaseInformationRestore
in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor
beginDatabaseInformationRestore
in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
public void beginRestore()
beginRestore
in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor
beginRestore
in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
public void beginTableCreationRestore(String tableName)
beginTableCreationRestore
in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor
beginTableCreationRestore
in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
public void beginTableDataRestore(String tableName)
beginTableDataRestore
in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor
beginTableDataRestore
in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
public void beginTableDefinitionsRestore()
beginTableDefinitionsRestore
in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor
beginTableDefinitionsRestore
in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
public void beginTableRowRestore()
beginTableRowRestore
in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor
beginTableRowRestore
in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
public void beginTablesRestore()
beginTablesRestore
in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor
beginTablesRestore
in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
public void endDatabaseInformationRestore()
endDatabaseInformationRestore
in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor
endDatabaseInformationRestore
in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
public void endRestore()
endRestore
in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor
endRestore
in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
public void endTableCreationRestore(String tableName)
endTableCreationRestore
in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor
endTableCreationRestore
in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
public void endTableDataRestore(String tableName)
endTableDataRestore
in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor
endTableDataRestore
in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
public void endTableDefinitionsRestore()
endTableDefinitionsRestore
in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor
endTableDefinitionsRestore
in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
public void endTableRowRestore()
endTableRowRestore
in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor
endTableRowRestore
in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
public void endTablesRestore()
endTablesRestore
in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor
endTablesRestore
in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
public void updateTotalNumberOfTablesToRestore(int tableCount)
updateTotalNumberOfTablesToRestore
in interface com.atlassian.activeobjects.spi.RestoreProgressMonitor
updateTotalNumberOfTablesToRestore
in class com.atlassian.activeobjects.spi.AbstractRestoreProgressMonitor
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.