Aqualogic Interaction API  
 

IPTSession.GetSearchFactory Method 

Instantiates and returns an IPTSearchFactory initialized with our Session parameters. Methods on the IPTSearchFactory let you instantiate other objects needed to run search queries.

Should only be called after the IPTSession has been connected.
IPTSearchFactory GetSearchFactory();

Return Value

com.plumtree.server.search.IPTSearchFactory

See Also

IPTSession Interface | com.plumtree.server Namespace