Uses of Class
org.exoplatform.commons.api.settings.data.SettingContext

Packages that use SettingContext
org.exoplatform.commons.api.settings.data 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.data
 class SettingKey
          Associates setting properties with a specified key.
 class SettingScope
          Associates setting properties with a specified scope (for example, GLOBAL/PORTAL/APPLICATION).
 

Methods in org.exoplatform.commons.api.settings.data that return SettingContext
 SettingContext SettingData.getSettingContext()
          Gets a setting context associated with the setting data.
 

Methods in org.exoplatform.commons.api.settings.data with parameters of type SettingContext
 void SettingData.setSettingContext(SettingContext settingContext)
          Sets a setting context associated with the setting data.
 

Constructors in org.exoplatform.commons.api.settings.data with parameters of type SettingContext
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.
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.