com.crystaldecisions.sdk.occa.report.data
Interface IVerifyDatabaseFeedback

All Superinterfaces:
IClone
All Known Implementing Classes:
VerifyDatabaseFeedback

public interface IVerifyDatabaseFeedback
extends IClone

Describes the mappings of tables in a report to new tables.

See Also:
DatabaseController.checkDatabase(boolean)

Method Summary
 Strings getMissingTables()
          Gets the list of missing tables.
 java.lang.String getReportName()
          Gets the subreport name that the verify-database feedback applies to.
 TableChangeFeedbacks getTableChangeFeedbacks()
          Gets the mappings from old to new tables.
 

Method Detail

getReportName

java.lang.String getReportName()
Gets the subreport name that the verify-database feedback applies to.

Returns:
A subreport name. If the feedback applies to the main report, it will be an empty string.

getMissingTables

Strings getMissingTables()
Gets the list of missing tables.

Returns:
A list of table aliases that could not be found in the data source.

getTableChangeFeedbacks

TableChangeFeedbacks getTableChangeFeedbacks()
Gets the mappings from old to new tables.

Returns:
A collection of ITableChangeFeedback objects that describe the mappings from old tables to new tables, and their field mappings.