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.FeatureManager
org.wso2.carbon.device.mgt.common.DeviceManagementException
public 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.FeatureManager
org.wso2.carbon.device.mgt.common.DeviceManagementException
public 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.FeatureManager
org.wso2.carbon.device.mgt.common.DeviceManagementException
public 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.FeatureManager
org.wso2.carbon.device.mgt.common.DeviceManagementException
public boolean removeFeature(String code) throws org.wso2.carbon.device.mgt.common.DeviceManagementException
removeFeature
in interface org.wso2.carbon.device.mgt.common.FeatureManager
org.wso2.carbon.device.mgt.common.DeviceManagementException
public boolean addSupportedFeaturesToDB() throws org.wso2.carbon.device.mgt.common.DeviceManagementException
addSupportedFeaturesToDB
in interface org.wso2.carbon.device.mgt.common.FeatureManager
org.wso2.carbon.device.mgt.common.DeviceManagementException
Copyright © 2017 WSO2. All rights reserved.