com.plumtree.portalpages.ext.providers.www.datasource
Interface IDataSourceModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject, IObjEditorModelRO
All Known Implementing Classes:
DataSourceModel

public interface IDataSourceModelRO
extends IObjEditorModelRO

Version:
$Revision$
Author:
$author$

Method Summary
 int GetBypassProxy()
          Returns the bypass proxy setting for the data source, 0 for false, non- zero for true.
 java.lang.String GetCaptureLoginURL()
          Returns the URL pointing to the login form that has been captured with this data source.
 java.lang.String GetCapturePostURL()
          Returns the URL that a captured login form should post to in completing the login action.
 java.lang.Object[][] GetCookieInfo()
          Returns a 2D array of cookie information.
 java.lang.String GetHeaders()
          Returns any additional header information to be sent by the data source to the target site
 java.lang.Object[][] GetLoginFormInfo()
          Returns an array of name value pairs captured from a login form.
 java.lang.String GetProxyExceptions()
          Returns a string of addresses for which the proxy is not to be used.
 java.lang.String GetProxyPass()
          Returns the proxy password.
 int GetProxyPort()
          Returns the port part of the proxy address.
 java.lang.String GetProxyURL()
          Returns the URL part of the proxy address.
 java.lang.String GetProxyUser()
          Returns the proxy user.
 java.lang.String GetTargetSitePass()
          Returns the target site password.
 java.lang.String GetTargetSiteUser()
          Returns the target site user.
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.editor.IObjEditorModelRO
GetClassID, GetObject, GetObjectDescription, GetObjectID, GetObjectName, GetParentFolderPath, GetPTSession
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetBypassProxy

int GetBypassProxy()
Returns the bypass proxy setting for the data source, 0 for false, non- zero for true.

Returns:
int

GetCaptureLoginURL

java.lang.String GetCaptureLoginURL()
Returns the URL pointing to the login form that has been captured with this data source.

Returns:
String

GetCapturePostURL

java.lang.String GetCapturePostURL()
Returns the URL that a captured login form should post to in completing the login action.

Returns:
String

GetCookieInfo

java.lang.Object[][] GetCookieInfo()
Returns a 2D array of cookie information. The data format is as follows for 0 to n rows: 0,n = Cookie 1,n = Cookie Value 2,n = login URL

Returns:
Object[][]

GetHeaders

java.lang.String GetHeaders()
Returns any additional header information to be sent by the data source to the target site

Returns:
String

GetLoginFormInfo

java.lang.Object[][] GetLoginFormInfo()
Returns an array of name value pairs captured from a login form.

Returns:
Object[][]

GetProxyExceptions

java.lang.String GetProxyExceptions()
Returns a string of addresses for which the proxy is not to be used.

Returns:
String

GetProxyPass

java.lang.String GetProxyPass()
Returns the proxy password.

Returns:
String

GetProxyPort

int GetProxyPort()
Returns the port part of the proxy address.

Returns:
int

GetProxyURL

java.lang.String GetProxyURL()
Returns the URL part of the proxy address.

Returns:
String

GetProxyUser

java.lang.String GetProxyUser()
Returns the proxy user.

Returns:
String

GetTargetSitePass

java.lang.String GetTargetSitePass()
Returns the target site password.

Returns:
String

GetTargetSiteUser

java.lang.String GetTargetSiteUser()
Returns the target site user.

Returns:
String



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.