Package | Description |
---|---|
com.cisco.cuic.api.client | |
com.cisco.cuic.api.models |
Modifier and Type | Method and Description |
---|---|
ReportContext |
HistoricalReport.getContext() |
ReportContext |
SnapshotReport.getContext() |
ReportContext |
TabularReport.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
HistoricalReport.setContext(ReportContext context) |
void |
SnapshotReport.setContext(ReportContext context) |
void |
TabularReport.setContext(ReportContext context) |
Modifier and Type | Method and Description |
---|---|
ConfigTableAction |
UserAPIGlobal.userAPIGetGenerateReportAction(ReportContext context) |
TabularReport |
UserAPIPagination.userAPIgetPage(java.lang.String reportName,
ReportContext rc,
Query query,
SortCriteria[] sort,
int startIndex,
int endIndex) |
int |
UserAPIPagination.userAPIgetRowCount(java.lang.String reportName,
ReportContext rc,
Query query,
SortCriteria sort) |