public interface ConfigurationMgtService
| Modifier and Type | Method and Description |
|---|---|
org.wso2.carbon.device.mgt.common.configuration.mgt.PlatformConfiguration |
getConfiguration() |
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.
|
org.wso2.carbon.device.mgt.common.configuration.mgt.PlatformConfiguration getConfiguration()
throws WindowsConfigurationException
WindowsConfigurationExceptionMessage updateConfiguration(org.wso2.carbon.device.mgt.common.configuration.mgt.PlatformConfiguration configuration) throws WindowsConfigurationException
configuration - Tenant configurations to be updated.WindowsConfigurationExceptionjavax.ws.rs.core.Response getLicense(@HeaderParam(value="If-Modified-Since")
String ifModifiedSince)
throws WindowsConfigurationException
WindowsConfigurationExceptionCopyright © 2016 WSO2. All rights reserved.