public interface DeviceManagementService
| Modifier and Type | Method and Description |
|---|---|
List<org.wso2.carbon.device.mgt.common.Device> |
getAllDevices()
Get all devices.Returns list of Windows devices registered in MDM.
|
org.wso2.carbon.device.mgt.common.Device |
getDevice(String id)
Fetch Windows device details of a given device Id.
|
org.wso2.carbon.device.mgt.common.license.mgt.License |
getLicense() |
Message |
updateDevice(String id,
org.wso2.carbon.device.mgt.common.Device device)
Update Windows device details of given device id.
|
List<org.wso2.carbon.device.mgt.common.Device> getAllDevices() throws WindowsConfigurationException
WindowsConfigurationExceptionorg.wso2.carbon.device.mgt.common.Device getDevice(String id) throws WindowsConfigurationException
id - Device IdWindowsConfigurationExceptionMessage updateDevice(String id, org.wso2.carbon.device.mgt.common.Device device) throws WindowsConfigurationException
id - Device Iddevice - Device DetailsWindowsConfigurationExceptionorg.wso2.carbon.device.mgt.common.license.mgt.License getLicense()
throws WindowsConfigurationException
WindowsConfigurationExceptionCopyright © 2016 WSO2. All rights reserved.