|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SettingContext | |
|---|---|
| org.exoplatform.commons.api.settings.data | Provides enum type and classes for key specifications in setting service. |
| Uses of SettingContext in org.exoplatform.commons.api.settings.data |
|---|
| Subclasses of SettingContext in org.exoplatform.commons.api.settings.data | |
|---|---|
class |
SettingKey
SettingKey is composed by [context,scope,key], associates with a specified setting property value. |
class |
SettingScope
SettingScope is composed by [context,scope], associates with setting properties in a specified scope. |
| Methods in org.exoplatform.commons.api.settings.data that return SettingContext | |
|---|---|
SettingContext |
SettingData.getSettingContext()
get setting context associated to this setting data |
| Methods in org.exoplatform.commons.api.settings.data with parameters of type SettingContext | |
|---|---|
void |
SettingData.setSettingContext(SettingContext settingContext)
set setting context associated to this setting data |
| Constructors in org.exoplatform.commons.api.settings.data with parameters of type SettingContext | |
|---|---|
SettingData(EventType eventType,
SettingContext settingContext)
Create setting data with specified event type and context. |
|
SettingData(EventType eventType,
SettingContext settingContext,
SettingValue<?> settingValue)
Create setting data with specified event type and setting property |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||