public class SetupConfluenceDarkFeatureManager extends Object implements com.atlassian.sal.api.features.DarkFeatureManager
| Constructor and Description |
|---|
SetupConfluenceDarkFeatureManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canManageFeaturesForAllUsers() |
void |
disableFeatureForAllUsers(String s) |
void |
disableFeatureForCurrentUser(String s) |
void |
disableFeatureForUser(com.atlassian.sal.api.user.UserKey userKey,
String s) |
void |
enableFeatureForAllUsers(String s) |
void |
enableFeatureForCurrentUser(String s) |
void |
enableFeatureForUser(com.atlassian.sal.api.user.UserKey userKey,
String s) |
com.atlassian.sal.api.features.EnabledDarkFeatures |
getFeaturesEnabledForAllUsers() |
com.atlassian.sal.api.features.EnabledDarkFeatures |
getFeaturesEnabledForCurrentUser() |
com.atlassian.sal.api.features.EnabledDarkFeatures |
getFeaturesEnabledForUser(com.atlassian.sal.api.user.UserKey userKey) |
boolean |
isFeatureEnabledForAllUsers(String s) |
boolean |
isFeatureEnabledForCurrentUser(String s) |
boolean |
isFeatureEnabledForUser(com.atlassian.sal.api.user.UserKey userKey,
String s) |
public boolean isFeatureEnabledForAllUsers(String s)
isFeatureEnabledForAllUsers in interface com.atlassian.sal.api.features.DarkFeatureManagerpublic boolean isFeatureEnabledForCurrentUser(String s)
isFeatureEnabledForCurrentUser in interface com.atlassian.sal.api.features.DarkFeatureManagerpublic boolean isFeatureEnabledForUser(com.atlassian.sal.api.user.UserKey userKey,
String s)
isFeatureEnabledForUser in interface com.atlassian.sal.api.features.DarkFeatureManagerpublic boolean canManageFeaturesForAllUsers()
canManageFeaturesForAllUsers in interface com.atlassian.sal.api.features.DarkFeatureManagerpublic void enableFeatureForAllUsers(String s)
enableFeatureForAllUsers in interface com.atlassian.sal.api.features.DarkFeatureManagerpublic void disableFeatureForAllUsers(String s)
disableFeatureForAllUsers in interface com.atlassian.sal.api.features.DarkFeatureManagerpublic void enableFeatureForCurrentUser(String s)
enableFeatureForCurrentUser in interface com.atlassian.sal.api.features.DarkFeatureManagerpublic void enableFeatureForUser(com.atlassian.sal.api.user.UserKey userKey,
String s)
enableFeatureForUser in interface com.atlassian.sal.api.features.DarkFeatureManagerpublic void disableFeatureForCurrentUser(String s)
disableFeatureForCurrentUser in interface com.atlassian.sal.api.features.DarkFeatureManagerpublic void disableFeatureForUser(com.atlassian.sal.api.user.UserKey userKey,
String s)
disableFeatureForUser in interface com.atlassian.sal.api.features.DarkFeatureManagerpublic com.atlassian.sal.api.features.EnabledDarkFeatures getFeaturesEnabledForAllUsers()
getFeaturesEnabledForAllUsers in interface com.atlassian.sal.api.features.DarkFeatureManagerpublic com.atlassian.sal.api.features.EnabledDarkFeatures getFeaturesEnabledForCurrentUser()
getFeaturesEnabledForCurrentUser in interface com.atlassian.sal.api.features.DarkFeatureManagerpublic com.atlassian.sal.api.features.EnabledDarkFeatures getFeaturesEnabledForUser(com.atlassian.sal.api.user.UserKey userKey)
getFeaturesEnabledForUser in interface com.atlassian.sal.api.features.DarkFeatureManagerCopyright © 2003–2015 Atlassian. All rights reserved.