public interface ExoFeatureService
| Modifier and Type | Method and Description |
|---|---|
void |
addFeaturePlugin(FeaturePlugin featurePlugin)
Add a feature plugin that will manage feature enablement that will be
applied only on one feature identified by its name
|
boolean |
isActiveFeature(String featureName)
Check the status of a feature
|
boolean |
isFeatureActiveForUser(String featureName,
String username)
Determines whether the feature is active for a user or not
|
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 = offvoid addFeaturePlugin(FeaturePlugin featurePlugin)
featurePlugin - of type FeaturePluginCopyright © 2003–2020 eXo Platform SAS. All rights reserved.