Aqualogic Interaction API  
 

IPTFederatedSearchAgent Interface

This is the interface for the federated search agent. It allows another portal to request a federated search of this portal.

More specifically, in the COM implementation, the server side of a federated search request is handled by PTFederatedSearchServer (in the Extensibility package). PTFederatedSearchServer creates an PTSearchProxy, which instantiates an IPTFederatedSearchAgent, which, in turn, creates local portal search objects (e.g. IPTSearchRequest) to actually run the search.

For a list of all members of this type, see IPTFederatedSearchAgent Members.

public interface IPTFederatedSearchAgent : IPTUnknown

Types that implement IPTFederatedSearchAgent

TypeDescription

Requirements

Namespace: com.plumtree.server

Assembly: plumtreeserver (in plumtreeserver.dll)

See Also

IPTFederatedSearchAgent Members | com.plumtree.server Namespace