| Package | Description |
|---|---|
| org.wso2.carbon.device.mgt.analytics.dashboard | |
| org.wso2.carbon.device.mgt.analytics.dashboard.impl |
| Modifier and Type | Method and Description |
|---|---|
DeviceCountByGroup |
GadgetDataService.getDeviceCount(ExtendedFilterSet extendedFilterSet,
String userName)
This method is used to get a count of devices based on a defined filter set.
|
List<DeviceCountByGroup> |
GadgetDataService.getDeviceCountsByConnectivityStatuses(String userName)
This method is used to get device counts classified by connectivity statuses.
|
List<DeviceCountByGroup> |
GadgetDataService.getDeviceCountsByOwnershipTypes(ExtendedFilterSet extendedFilterSet,
String userName)
This method is used to get device counts classified by ownership types.
|
List<DeviceCountByGroup> |
GadgetDataService.getDeviceCountsByPlatforms(ExtendedFilterSet extendedFilterSet,
String userName)
This method is used to get device counts classified by platforms.
|
List<DeviceCountByGroup> |
GadgetDataService.getDeviceCountsByPotentialVulnerabilities(String userName)
This method is used to get device counts classified by potential vulnerabilities.
|
org.wso2.carbon.device.mgt.common.PaginationResult |
GadgetDataService.getDevicesWithDetails(ExtendedFilterSet extendedFilterSet,
int startIndex,
int resultCount,
String userName)
This method is used to get a paginated list of devices with details, based on a defined filter set.
|
List<DeviceWithDetails> |
GadgetDataService.getDevicesWithDetails(ExtendedFilterSet extendedFilterSet,
String userName)
This method is used to get a list of devices with details, based on a defined filter set.
|
DeviceCountByGroup |
GadgetDataService.getFeatureNonCompliantDeviceCount(String featureCode,
BasicFilterSet basicFilterSet,
String userName)
This method is used to get a count of devices non-compliant upon on a particular feature
and a defined filter set.
|
List<DeviceCountByGroup> |
GadgetDataService.getFeatureNonCompliantDeviceCountsByOwnershipTypes(String featureCode,
BasicFilterSet basicFilterSet,
String userName)
This method is used to get device counts non-compliant upon a particular feature
classified by ownership types.
|
List<DeviceCountByGroup> |
GadgetDataService.getFeatureNonCompliantDeviceCountsByPlatforms(String featureCode,
BasicFilterSet basicFilterSet,
String userName)
This method is used to get device counts non-compliant upon a particular feature classified by platforms.
|
org.wso2.carbon.device.mgt.common.PaginationResult |
GadgetDataService.getFeatureNonCompliantDevicesWithDetails(String featureCode,
BasicFilterSet basicFilterSet,
int startIndex,
int resultCount,
String userName)
This method is used to get a paginated list of non-compliant devices with details,
upon a particular feature.
|
List<DeviceWithDetails> |
GadgetDataService.getFeatureNonCompliantDevicesWithDetails(String featureCode,
BasicFilterSet basicFilterSet,
String userName)
This method is used to get a list of non-compliant devices with details, upon a particular feature.
|
org.wso2.carbon.device.mgt.common.PaginationResult |
GadgetDataService.getNonCompliantDeviceCountsByFeatures(int startIndex,
int resultCount,
String userName)
This method is used to get non-compliant device counts classified by individual features.
|
DeviceCountByGroup |
GadgetDataService.getTotalDeviceCount(String userName)
This method is used to get total count of devices currently enrolled under a particular tenant.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceCountByGroup |
GadgetDataServiceImpl.getDeviceCount(ExtendedFilterSet extendedFilterSet,
String userName) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getDeviceCountsByConnectivityStatuses(String userName) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getDeviceCountsByOwnershipTypes(ExtendedFilterSet extendedFilterSet,
String userName) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getDeviceCountsByPlatforms(ExtendedFilterSet extendedFilterSet,
String userName) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getDeviceCountsByPotentialVulnerabilities(String userName) |
org.wso2.carbon.device.mgt.common.PaginationResult |
GadgetDataServiceImpl.getDevicesWithDetails(ExtendedFilterSet extendedFilterSet,
int startIndex,
int resultCount,
String userName) |
List<DeviceWithDetails> |
GadgetDataServiceImpl.getDevicesWithDetails(ExtendedFilterSet extendedFilterSet,
String userName) |
DeviceCountByGroup |
GadgetDataServiceImpl.getFeatureNonCompliantDeviceCount(String featureCode,
BasicFilterSet basicFilterSet,
String userName) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getFeatureNonCompliantDeviceCountsByOwnershipTypes(String featureCode,
BasicFilterSet basicFilterSet,
String userName) |
List<DeviceCountByGroup> |
GadgetDataServiceImpl.getFeatureNonCompliantDeviceCountsByPlatforms(String featureCode,
BasicFilterSet basicFilterSet,
String userName) |
org.wso2.carbon.device.mgt.common.PaginationResult |
GadgetDataServiceImpl.getFeatureNonCompliantDevicesWithDetails(String featureCode,
BasicFilterSet basicFilterSet,
int startIndex,
int resultCount,
String userName) |
List<DeviceWithDetails> |
GadgetDataServiceImpl.getFeatureNonCompliantDevicesWithDetails(String featureCode,
BasicFilterSet basicFilterSet,
String userName) |
org.wso2.carbon.device.mgt.common.PaginationResult |
GadgetDataServiceImpl.getNonCompliantDeviceCountsByFeatures(int startIndex,
int resultCount,
String userName) |
DeviceCountByGroup |
GadgetDataServiceImpl.getTotalDeviceCount(String userName) |
Copyright © 2017 WSO2. All rights reserved.