public interface FeatureRepositoryServiceI
Modifier and Type | Method and Description |
---|---|
void |
banFeature(String feature)
Prevent this feature from being used on this server
|
void |
disableByDefault(String feature)
Turn off this feature by default for all user groups
|
void |
enableByDefault(String feature)
Turn on this feature by default for all user groups
|
Collection<? extends FeatureDefinitionI> |
getAllFeatures()
Get all (including disabled)
|
FeatureDefinitionI |
getByKey(String key)
Get by key
|
void |
unBanFeature(String feature)
Allow this feature to be used on this server
|
Collection<? extends FeatureDefinitionI> getAllFeatures()
FeatureDefinitionI getByKey(String key)
key
- void banFeature(String feature)
feature
- void unBanFeature(String feature)
feature
- void enableByDefault(String feature)
feature
- void disableByDefault(String feature)
feature
- Copyright © 2015 Neuroinformatics Research Group. All rights reserved.