Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

SettingType Members

SettingType overview

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.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString The name of this setting type. The name of this setting type as a string.

See Also

SettingType Class | Plumtree.Remote.Portlet Namespace