public interface ExoFeatureService
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActiveFeature(String featureName)
Check the status of a feature
|
void |
saveActiveFeature(String featureName,
boolean isActive)
Switch feature featureName on or off
|
boolean isActiveFeature(String featureName)
featureName - void saveActiveFeature(String featureName, boolean isActive)
featureName - isActive - new status of feature, true = on and false = offCopyright © 2003–2015 eXo Platform SAS. All rights reserved.