com.plumtree.remote.util
Class DataSourceInfo

java.lang.Object
  extended bycom.plumtree.remote.util.NamedValueMap
      extended bycom.plumtree.remote.util.DataSourceInfo

public class DataSourceInfo
extends NamedValueMap

A NamedValueMap for storing Data Source settings.


Constructor Summary
DataSourceInfo()
          Default constructor.
DataSourceInfo(NamedValue[] nvArray)
          Valued constructor.
 
Method Summary
 java.lang.String getUserID()
          Gets the User ID.
 
Methods inherited from class com.plumtree.remote.util.NamedValueMap
fromArray, get, put, put, remove, remove, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSourceInfo

public DataSourceInfo()
Default constructor.


DataSourceInfo

public DataSourceInfo(NamedValue[] nvArray)
Valued constructor.

Parameters:
nvArray - a NamedValue array
Method Detail

getUserID

public java.lang.String getUserID()
Gets the User ID. Note: The User ID will only be sent if "Send Login token to Portlets" is selected on the Advanced Settings Page of the Web Service.

Returns:
the User ID, or null if the login token was not sent


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.