public class DashboardImpl extends Object implements Dashboard
CONNECTIVITY_STATUS, NON_COMPLIANT_FEATURE_CODE, OWNERSHIP, PAGINATION_ENABLED, PLATFORM, POTENTIAL_VULNERABILITY, RESULT_COUNT, START_INDEX| Constructor and Description |
|---|
DashboardImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getDeviceCountsByGroups(String connectivityStatus,
String potentialVulnerability,
String platform,
String ownership) |
javax.ws.rs.core.Response |
getDeviceCountsByPotentialVulnerabilities() |
javax.ws.rs.core.Response |
getDevicesWithDetails(String connectivityStatus,
String potentialVulnerability,
String platform,
String ownership,
String paginationEnabled,
int startIndex,
int resultCount) |
javax.ws.rs.core.Response |
getFeatureNonCompliantDeviceCountOverTotal(String nonCompliantFeatureCode,
String platform,
String ownership) |
javax.ws.rs.core.Response |
getFeatureNonCompliantDeviceCountsByGroups(String nonCompliantFeatureCode,
String platform,
String ownership) |
javax.ws.rs.core.Response |
getFeatureNonCompliantDevicesWithDetails(String nonCompliantFeatureCode,
String platform,
String ownership,
String paginationEnabled,
int startIndex,
int resultCount) |
javax.ws.rs.core.Response |
getFilteredDeviceCountOverTotal(String connectivityStatus,
String potentialVulnerability,
String platform,
String ownership) |
javax.ws.rs.core.Response |
getNonCompliantDeviceCountsByFeatures(int startIndex,
int resultCount) |
javax.ws.rs.core.Response |
getOverviewDeviceCounts() |
public javax.ws.rs.core.Response getOverviewDeviceCounts()
getOverviewDeviceCounts in interface Dashboardpublic javax.ws.rs.core.Response getDeviceCountsByPotentialVulnerabilities()
getDeviceCountsByPotentialVulnerabilities in interface Dashboardpublic javax.ws.rs.core.Response getNonCompliantDeviceCountsByFeatures(int startIndex,
int resultCount)
getNonCompliantDeviceCountsByFeatures in interface Dashboardpublic javax.ws.rs.core.Response getDeviceCountsByGroups(String connectivityStatus, String potentialVulnerability, String platform, String ownership)
getDeviceCountsByGroups in interface Dashboardpublic javax.ws.rs.core.Response getFeatureNonCompliantDeviceCountsByGroups(String nonCompliantFeatureCode, String platform, String ownership)
getFeatureNonCompliantDeviceCountsByGroups in interface Dashboardpublic javax.ws.rs.core.Response getFilteredDeviceCountOverTotal(String connectivityStatus, String potentialVulnerability, String platform, String ownership)
getFilteredDeviceCountOverTotal in interface Dashboardpublic javax.ws.rs.core.Response getFeatureNonCompliantDeviceCountOverTotal(String nonCompliantFeatureCode, String platform, String ownership)
getFeatureNonCompliantDeviceCountOverTotal in interface Dashboardpublic javax.ws.rs.core.Response getDevicesWithDetails(String connectivityStatus, String potentialVulnerability, String platform, String ownership, String paginationEnabled, int startIndex, int resultCount)
getDevicesWithDetails in interface Dashboardpublic javax.ws.rs.core.Response getFeatureNonCompliantDevicesWithDetails(String nonCompliantFeatureCode, String platform, String ownership, String paginationEnabled, int startIndex, int resultCount)
getFeatureNonCompliantDevicesWithDetails in interface DashboardCopyright © 2017 WSO2. All rights reserved.