Constant Field Values

Contents

com.skava.*

  • com.skava.report.ReportApplication
    Modifier and Type
    Constant Field
    Value
    public static final String
    "A report is a predefined model which is used to fetch data from the datasource (like Redshift, MongoDB, etc) for reports (dashboard). These reports has its own data retrieval method (like Queries) and it has to be executed against the datasource to retrieve the data. The datasource details are provided in the collection properties. In runtime, when the \'Load Report Data\' API is called, these datasource information are fetched from the collection properties. Next, the corresponding data retrieval method is executed. Finally the result is processed. These operations are performed using the class, which implements the `ReportDataProcessor` interface. The default processor service is `DefaultReportDataProcessor` class, which performs these operations in Redshift."
    public static final String
    "8.19.7"