public class AndroidFeatureManager extends Object implements org.wso2.carbon.device.mgt.common.FeatureManager
| Constructor and Description |
|---|
AndroidFeatureManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addFeature(org.wso2.carbon.device.mgt.common.Feature feature) |
boolean |
addFeatures(List<org.wso2.carbon.device.mgt.common.Feature> features) |
boolean |
addSupportedFeaturesToDB() |
org.wso2.carbon.device.mgt.common.Feature |
getFeature(String name) |
List<org.wso2.carbon.device.mgt.common.Feature> |
getFeatures() |
boolean |
removeFeature(String code) |
public boolean addFeature(org.wso2.carbon.device.mgt.common.Feature feature)
throws org.wso2.carbon.device.mgt.common.DeviceManagementException
addFeature in interface org.wso2.carbon.device.mgt.common.FeatureManagerorg.wso2.carbon.device.mgt.common.DeviceManagementExceptionpublic boolean addFeatures(List<org.wso2.carbon.device.mgt.common.Feature> features) throws org.wso2.carbon.device.mgt.common.DeviceManagementException
addFeatures in interface org.wso2.carbon.device.mgt.common.FeatureManagerorg.wso2.carbon.device.mgt.common.DeviceManagementExceptionpublic org.wso2.carbon.device.mgt.common.Feature getFeature(String name) throws org.wso2.carbon.device.mgt.common.DeviceManagementException
getFeature in interface org.wso2.carbon.device.mgt.common.FeatureManagerorg.wso2.carbon.device.mgt.common.DeviceManagementExceptionpublic List<org.wso2.carbon.device.mgt.common.Feature> getFeatures() throws org.wso2.carbon.device.mgt.common.DeviceManagementException
getFeatures in interface org.wso2.carbon.device.mgt.common.FeatureManagerorg.wso2.carbon.device.mgt.common.DeviceManagementExceptionpublic boolean removeFeature(String code) throws org.wso2.carbon.device.mgt.common.DeviceManagementException
removeFeature in interface org.wso2.carbon.device.mgt.common.FeatureManagerorg.wso2.carbon.device.mgt.common.DeviceManagementExceptionpublic boolean addSupportedFeaturesToDB()
throws org.wso2.carbon.device.mgt.common.DeviceManagementException
addSupportedFeaturesToDB in interface org.wso2.carbon.device.mgt.common.FeatureManagerorg.wso2.carbon.device.mgt.common.DeviceManagementExceptionCopyright © 2017 WSO2. All rights reserved.