mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
This commit is contained in:
commit
aecee71fc6
@ -24,10 +24,14 @@ public interface FeatureManager {
|
|||||||
|
|
||||||
boolean addFeature(Feature feature) throws DeviceManagementException;
|
boolean addFeature(Feature feature) throws DeviceManagementException;
|
||||||
|
|
||||||
|
boolean addFeatures(List<Feature> features) throws DeviceManagementException;
|
||||||
|
|
||||||
Feature getFeature(String name) throws DeviceManagementException;
|
Feature getFeature(String name) throws DeviceManagementException;
|
||||||
|
|
||||||
List<Feature> getFeatures() throws DeviceManagementException;
|
List<Feature> getFeatures() throws DeviceManagementException;
|
||||||
|
|
||||||
boolean removeFeature(String name) throws DeviceManagementException;
|
boolean removeFeature(String name) throws DeviceManagementException;
|
||||||
|
|
||||||
|
boolean addSupportedFeaturesToDB() throws DeviceManagementException;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user