Package | Description |
---|---|
org.exoplatform.commons.api.settings.data |
Provides enum types and classes for key specifications in the Setting service.
|
Modifier and Type | Class and Description |
---|---|
class |
SettingKey
Associates setting properties with a specified key.
|
class |
SettingScope
Associates setting properties with a specified scope (for example, GLOBAL/PORTAL/APPLICATION).
|
Modifier and Type | Method and Description |
---|---|
SettingContext |
SettingData.getSettingContext()
Gets a setting context associated with the setting data.
|
Modifier and Type | Method and Description |
---|---|
void |
SettingData.setSettingContext(SettingContext settingContext)
Sets a setting context associated with the setting data.
|
Constructor and Description |
---|
SettingData(EventType eventType,
SettingContext settingContext)
Creates the setting data with the specified event type and context.
|
SettingData(EventType eventType,
SettingContext settingContext,
SettingValue<?> settingValue)
Creates the setting data with the specified event type and setting properties.
|
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.