Package | Description |
---|---|
com.atlassian.confluence.darkfeatures.rest | |
com.atlassian.confluence.setup.settings |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
DarkFeatureUserResource.disableFeatures(String featureKeys) |
javax.ws.rs.core.Response |
DarkFeatureSiteResource.disableFeatures(String featureKeys) |
javax.ws.rs.core.Response |
DarkFeatureUserResource.enableFeatures(String featureKeys)
Deprecated.
since 5.6. Use the POST.
|
javax.ws.rs.core.Response |
DarkFeatureSiteResource.enableFeatures(String featureKeys)
Deprecated.
since 5.6. Use the POST.
|
javax.ws.rs.core.Response |
DarkFeatureUserResource.enableFeatures(String[] featureKeys) |
javax.ws.rs.core.Response |
DarkFeatureSiteResource.enableFeatures(String[] featureKeys) |
Modifier and Type | Method and Description |
---|---|
void |
DarkFeaturesManager.disableSiteFeature(String featureKey) |
void |
VacantDarkFeaturesManager.disableSiteFeature(String featureKey) |
void |
DefaultDarkFeaturesManager.disableSiteFeature(String featureKey) |
void |
DarkFeaturesManager.disableUserFeature(ConfluenceUser user,
String featureKey)
Disables the specified feature for the specified User
|
void |
DarkFeaturesManager.disableUserFeature(String featureKey) |
void |
VacantDarkFeaturesManager.disableUserFeature(String featureKey) |
void |
DefaultDarkFeaturesManager.disableUserFeature(String featureKey) |
void |
DarkFeaturesManager.enableSiteFeature(String featureKey) |
void |
VacantDarkFeaturesManager.enableSiteFeature(String featureKey) |
void |
DefaultDarkFeaturesManager.enableSiteFeature(String featureKey) |
void |
DarkFeaturesManager.enableUserFeature(ConfluenceUser user,
String featureKey)
Enables the specified feature for the specified User
|
void |
DarkFeaturesManager.enableUserFeature(String featureKey) |
void |
VacantDarkFeaturesManager.enableUserFeature(String featureKey) |
void |
DefaultDarkFeaturesManager.enableUserFeature(String featureKey) |
void |
DefaultFeatureService.verifyFeature(String featureKey) |
void |
FeatureService.verifyFeature(String featureKey)
Verify that a featureKey is registered
|
void |
DefaultFeatureService.verifyFeatures(Set<String> featureKeys) |
void |
FeatureService.verifyFeatures(Set<String> featureKeys)
Verify that all keys in a set are registered.
|
Copyright © 2003–2018 Atlassian. All rights reserved.