|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventType | |
|---|---|
| org.exoplatform.commons.api.settings.data | Provides enum type and classes for key specifications in setting service. |
| Uses of EventType in org.exoplatform.commons.api.settings.data |
|---|
| Methods in org.exoplatform.commons.api.settings.data that return EventType | |
|---|---|
EventType |
SettingData.getEventType()
get event type associated to this setting data |
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.exoplatform.commons.api.settings.data with parameters of type EventType | |
|---|---|
void |
SettingData.setEventType(EventType eventType)
set event type associated to this setting data |
| Constructors in org.exoplatform.commons.api.settings.data with parameters of type EventType | |
|---|---|
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 | |||||||||