|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventType | |
|---|---|
| org.exoplatform.commons.api.settings.data | Provides enum types and classes for key specifications in the 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()
Gets an event type associated with the 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)
Sets an event type associated with the setting data. |
| Constructors in org.exoplatform.commons.api.settings.data with parameters of type EventType | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||