com.plumtree.remote.search
Interface ISearchContext


public interface ISearchContext

Interface that provides a way to connect with the portal via the PRC.


Method Summary
 java.lang.String getPortalUUID()
          Gets the UUID that uniquely identifies this portal.
 java.lang.String getSoapURI()
          Gets the SOAP endpoint to connect to the portal via the PRC.
 

Method Detail

getPortalUUID

public java.lang.String getPortalUUID()
Gets the UUID that uniquely identifies this portal.

Returns:
portal UUID

getSoapURI

public java.lang.String getSoapURI()
Gets the SOAP endpoint to connect to the portal via the PRC. Create a URL from the endpoint to use in RemoteSessionFactory.getTokenContext

Returns:
the SOAP endpoint
See Also:
RemoteSessionFactory.getTokenContext(java.net.URL endpoint, String loginToken)


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.