public interface RestoreProgressMonitor
| 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) |
void beginRestore()
void endRestore()
void beginDatabaseInformationRestore()
void beginTableDefinitionsRestore()
void beginTablesRestore()
void beginTableDataRestore(String tableName)
void beginTableCreationRestore(String tableName)
void beginTableRowRestore()
void endDatabaseInformationRestore()
void endTableDefinitionsRestore()
void endTablesRestore()
void endTableDataRestore(String tableName)
void endTableCreationRestore(String tableName)
void endTableRowRestore()
void updateTotalNumberOfTablesToRestore(int tableCount)
Copyright © 2018 Atlassian. All rights reserved.