| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ErrorHandler.toResponse(WindowsConfigurationException exception) |
| Modifier and Type | Method and Description |
|---|---|
List<org.wso2.carbon.device.mgt.common.Device> |
DeviceManagementService.getAllDevices()
Get all devices.Returns list of Windows devices registered in MDM.
|
org.wso2.carbon.device.mgt.common.configuration.mgt.PlatformConfiguration |
ConfigurationMgtService.getConfiguration() |
org.wso2.carbon.device.mgt.common.Device |
DeviceManagementService.getDevice(String deviceId)
Fetch Windows device details of a given device Id.
|
Message |
PolicyManagementService.getEffectivePolicy(String acceptHeader,
String deviceId)
Get the applicable effective policy for an enrolled windows device.
|
org.wso2.carbon.device.mgt.common.license.mgt.License |
DeviceManagementService.getLicense()
Fetch the Licence agreement for specific windows platform.
|
javax.ws.rs.core.Response |
ConfigurationMgtService.getLicense(String ifModifiedSince) |
Message |
ConfigurationMgtService.updateConfiguration(org.wso2.carbon.device.mgt.common.configuration.mgt.PlatformConfiguration configuration)
Update Tenant Configurations for the specific Device type.
|
Message |
DeviceManagementService.updateDevice(String deviceId,
org.wso2.carbon.device.mgt.common.Device device)
Update Windows device details of given device id.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.wso2.carbon.device.mgt.common.Device> |
DeviceManagementServiceImpl.getAllDevices()
Get all devices.Returns list of Windows devices registered in MDM.
|
org.wso2.carbon.device.mgt.common.configuration.mgt.PlatformConfiguration |
ConfigurationMgtServiceImpl.getConfiguration()
Retrieve Tenant configurations according to the device type.
|
org.wso2.carbon.device.mgt.common.Device |
DeviceManagementServiceImpl.getDevice(String deviceId)
Fetch Windows device details of a given device Id.
|
Message |
PolicyManagementServiceImpl.getEffectivePolicy(String acceptHeader,
String deviceId) |
org.wso2.carbon.device.mgt.common.license.mgt.License |
DeviceManagementServiceImpl.getLicense()
Fetch the Licence agreement for specific windows platform.
|
Message |
ConfigurationMgtServiceImpl.updateConfiguration(org.wso2.carbon.device.mgt.common.configuration.mgt.PlatformConfiguration configuration)
Update Tenant Configurations for the specific Device type.
|
Message |
DeviceManagementServiceImpl.updateDevice(String deviceId,
org.wso2.carbon.device.mgt.common.Device device)
Update Windows device details of given device id.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
SyncmlService.getResponse(Document request) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
SyncmlServiceImpl.getResponse(Document request)
Method for calling SyncML engine for producing the Syncml response.
|
Copyright © 2016 WSO2. All rights reserved.