com.atlassian.jira.config.FeatureStore |
![]()
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates an feature with the properties of the given feature.
| |||||||||||
Permanently removes the feature from the system.
| |||||||||||
Returns a list of all enabled site features
| |||||||||||
Returns a list of all enabled features for a user
|
Creates an feature with the properties of the given feature.
featureName | the name of the feature to create |
---|---|
userKey | the user who the feature is for. null if site feature |
DataAccessException | if there is a back-end storage problem. |
---|
Permanently removes the feature from the system.
featureKey | the feature's id, must not be null. |
---|---|
userKey | the user who the feature is for. null if site feature |
DataAccessException | if there is a back-end storage problem. |
---|
Returns a list of all enabled site features
DataAccessException |
---|
Returns a list of all enabled features for a user
userKey | the ApplicationUser key |
---|
DataAccessException |
---|