Uses of Class
org.exoplatform.commons.api.settings.data.SettingContext
Packages that use SettingContext
Package
Description
Provides enum types and classes for key specifications in the Setting service.
-
Uses of SettingContext in org.exoplatform.commons.api.settings.data
Subclasses of SettingContext in org.exoplatform.commons.api.settings.dataModifier and TypeClassDescriptionclassAssociates setting properties with a specified key.classAssociates setting properties with a specified scope (for example, GLOBAL/PORTAL/APPLICATION).Methods in org.exoplatform.commons.api.settings.data that return SettingContextModifier and TypeMethodDescriptionSettingData.getSettingContext()Gets a setting context associated with the setting data.Methods in org.exoplatform.commons.api.settings.data with parameters of type SettingContextModifier and TypeMethodDescriptionvoidSettingData.setSettingContext(SettingContext settingContext) Sets a setting context associated with the setting data.Constructors in org.exoplatform.commons.api.settings.data with parameters of type SettingContextModifierConstructorDescriptionSettingData(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.