boolean
|
canManageFeaturesForAllUsers()
|
void
|
disableFeatureForAllUsers(String arg0)
|
void
|
disableFeatureForCurrentUser(String arg0)
|
void
|
disableFeatureForUser(UserKey arg0, String arg1)
|
void
|
enableFeatureForAllUsers(String arg0)
|
void
|
enableFeatureForCurrentUser(String arg0)
|
void
|
enableFeatureForUser(UserKey arg0, String arg1)
|
EnabledDarkFeatures
|
getFeaturesEnabledForAllUsers()
|
EnabledDarkFeatures
|
getFeaturesEnabledForCurrentUser()
|
EnabledDarkFeatures
|
getFeaturesEnabledForUser(UserKey arg0)
|
boolean
|
isFeatureEnabledForAllUsers(String arg0)
|
boolean
|
isFeatureEnabledForCurrentUser(String arg0)
|
boolean
|
isFeatureEnabledForUser(UserKey arg0, String arg1)
|