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