Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

UserInfo Members

UserInfo overview

Public Static Fields

iconiconUSERINFO_ACCESSINGFROMINTRANETAccessing from Intranet
iconiconUSERINFO_DEPARTMENTDepartment
iconiconUSERINFO_EMAILE-mail
iconiconUSERINFO_EMPLOYEEIDEmployee ID
iconiconUSERINFO_FULLNAMEFull name
iconiconUSERINFO_MANAGERManager name
iconiconUSERINFO_PHONEPhone number
iconiconUSERINFO_PROFILEUSERIDProfile user ID
iconiconUSERINFO_TITLETitle
iconiconUSERINFO_ZIPCODEZip code

Public Instance Constructors

icon UserInfo Overloaded. Initializes a new instance of the UserInfo class.

Public Instance Methods

iconEquals (inherited from Object) 
iconFromArray (inherited from NamedValueMap) Clears the current values and initializes with values from the given array. Null NamedValues and NamedValues with null names will not be added. NamedValues with null keys will be added. If multiple NamedValues have the same key and different values, then the values will be added to the map as a string[].
iconGet (inherited from NamedValueMap) Returns the string to which the specified name key is mapped, or null if the key is not mapped to any values. If the mapped value is a string[], then the first element of the string[] will be returned. Note: Since the name in a NamedValue is always uppercased by the portal, the key to retrieve the value should also be uppercase.
iconGetHashCode (inherited from Object) 
iconGetType (inherited from Object) 
iconPut (inherited from NamedValueMap)Overloaded. Adds a name/value pair to the map.
iconRemove (inherited from NamedValueMap)Overloaded. Removes the mapping for this key from the map if present. No exception is thrown if the key is not present. Note: Since the name in a NamedValue is always uppercased by the portal, the key to remove the value should also be uppercase.
iconToArray (inherited from NamedValueMap) Converts the contents of the NamedValueMap into a NamedValue array, and returns the array. Keys with string[] mappings will be returned as multiple NamedValues.
iconToString (inherited from NamedValueMap) Returns a string for debugging.

See Also

UserInfo Class | Plumtree.Remote.Util Namespace