com.plumtree.remote.search
Interface ISearchContext


public interface ISearchContext

An interface that provides a way to connect with the portal via the Plumtree Remote Client (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:
SOAP endpoint
See Also:
RemoteSessionFactory.getTokenContext(java.net.URL endpoint, String loginToken)


For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.