Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

SettingType Members

SettingType overview

Public Static Fields

iconiconAdmin Admin settings apply to one particular portlet, but they apply to all users and Communities that access the portlet.
iconiconCommunity Community settings apply to all portlets in the current Community, and are shared by all users of that community. Generally, Community settings are set by a Community manager.
iconiconCommunityPortlet CommunityPortlet settings apply to a particular portlet, but are shared by all users of the current Community. Generally, CommunityPortlet settings are set by a Community manager.
iconiconPortlet Portlet settings apply to the current portlet and the current user. Before version 5.0, these settings were called "Gadget" settings.
iconiconSession Session settings apply to one particular user just as User settings do, however they are only persisted for the duration of the user's session.
iconiconUser User settings apply to one particular user, but apply to all portlets accessed by that user. The administrator must configure the portal to send User settings to a portlet.
iconiconUserInfo UserInfo settings are read-only settings that are generally pulled from third party user repositories. The keys for the default UserInfo settings, such as FullName and EMail, are available in the UserInfo class.

Public Instance Methods

iconEquals (inherited from Object) 
iconGetHashCode (inherited from Object) 
iconGetType (inherited from Object) 
iconToString The name of this setting type. The name of this setting type as a string.

See Also

SettingType Class | Plumtree.Remote.Portlet Namespace