Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

SettingType Fields

The fields of the SettingType class are listed below. For a complete list of SettingType class members, see the SettingType Members topic.

Public Static Fields

Admin Admin settings apply to one particular portlet, but they apply to all users and Communities that access the portlet.
Community 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.
CommunityPortlet 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.
Portlet Portlet settings apply to the current portlet and the current user. Before version 5.0, these settings were called "Gadget" settings.
Session 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.
User 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.
UserInfo 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.

See Also

SettingType Class | Plumtree.Remote.Portlet Namespace