Uses of Enum Class
org.exoplatform.commons.api.settings.data.EventType
Packages that use EventType
Package
Description
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 EventTypeModifier and TypeMethodDescriptionSettingData.getEventType()Gets an event type associated with the setting data.static EventTypeReturns the enum constant of this class with the specified name.static EventType[]EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.commons.api.settings.data with parameters of type EventTypeModifier and TypeMethodDescriptionvoidSettingData.setEventType(EventType eventType) Sets an event type associated with the setting data.Constructors in org.exoplatform.commons.api.settings.data with parameters of type EventTypeModifierConstructorDescriptionSettingData(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.