public class ConfigurationMgtServiceImpl extends Object implements ConfigurationMgtService
| Constructor and Description |
|---|
ConfigurationMgtServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.wso2.carbon.device.mgt.common.configuration.mgt.PlatformConfiguration |
getConfiguration()
Retrieve Tenant configurations according to the device type.
|
javax.ws.rs.core.Response |
getLicense(String ifModifiedSince) |
Message |
updateConfiguration(org.wso2.carbon.device.mgt.common.configuration.mgt.PlatformConfiguration configuration)
Update Tenant Configurations for the specific Device type.
|
public org.wso2.carbon.device.mgt.common.configuration.mgt.PlatformConfiguration getConfiguration()
throws WindowsConfigurationException
getConfiguration in interface ConfigurationMgtServiceWindowsConfigurationExceptionpublic Message updateConfiguration(org.wso2.carbon.device.mgt.common.configuration.mgt.PlatformConfiguration configuration) throws WindowsConfigurationException
updateConfiguration in interface ConfigurationMgtServiceconfiguration - Tenant configurations to be updated.WindowsConfigurationExceptionpublic javax.ws.rs.core.Response getLicense(@HeaderParam(value="If-Modified-Since")
String ifModifiedSince)
getLicense in interface ConfigurationMgtServiceCopyright © 2016 WSO2. All rights reserved.