| Package | Description |
|---|---|
| com.atlassian.confluence.siteadmin.api | |
| com.atlassian.confluence.siteadmin.impl |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationKey |
ConfigurationKey.newKey(String namespace,
String key) |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
SiteAdminService.get(ConfigurationKey key)
Retrieve a configuration from Site Admin.
|
<T> Optional<ConfigurationMarshaller<T>> |
SiteAdminRegistry.getConfigurationMarshaller(ConfigurationKey key)
Retrieve a marshaller for a configuration class
|
<T> void |
SiteAdminRegistry.registerConfiguration(ConfigurationKey key,
ConfigurationMarshaller<T> marshaller)
Register a marshaller of a configuration class
|
<T> void |
SiteAdminService.saveOrUpdate(ConfigurationKey key,
T value)
Store a configuration into Site Admin.
|
void |
SiteAdminRegistry.unregisterConfiguration(ConfigurationKey key)
Unregister a marshaller of a configuration class
|
| Modifier and Type | Method and Description |
|---|---|
String |
SimpleConfigurationStore.get(ConfigurationKey key) |
String |
RemoteConfigurationStore.get(ConfigurationKey key) |
String |
LoggingConfigurationStore.get(ConfigurationKey key) |
String |
ConfigurationStore.get(ConfigurationKey key)
Retrieve configuration for a particular key
|
String |
CachingConfigurationStore.get(ConfigurationKey key) |
<T> Optional<T> |
DefaultSiteAdminService.get(ConfigurationKey key) |
<T> Optional<ConfigurationMarshaller<T>> |
DefaultSiteAdminRegistry.getConfigurationMarshaller(ConfigurationKey key) |
<T> void |
DefaultSiteAdminRegistry.registerConfiguration(ConfigurationKey key,
ConfigurationMarshaller<T> marshaller) |
<T> void |
DefaultSiteAdminService.saveOrUpdate(ConfigurationKey key,
T value) |
void |
SimpleConfigurationStore.set(ConfigurationKey key,
String value) |
void |
RemoteConfigurationStore.set(ConfigurationKey key,
String value) |
void |
LoggingConfigurationStore.set(ConfigurationKey key,
String value) |
void |
ConfigurationStore.set(ConfigurationKey key,
String value)
Store configuration for a particular key
|
void |
CachingConfigurationStore.set(ConfigurationKey key,
String value) |
void |
DefaultSiteAdminRegistry.unregisterConfiguration(ConfigurationKey key) |
Copyright © 2003–2017 Atlassian. All rights reserved.