Aqualogic Interaction API  
 

IPTSearchQuery Members

IPTSearchQuery overview

Public Instance Methods

GetContentAsIPTFilter Returns an IPTFilter that corresponds to this search query. If the query cannot be represented as a filter, may return null or throw an exception, depending on implementation (be prepared to handle either case).
GetContentAsString Returns this search query as a simple string. If the query is too complex to be represented as a string, may return null or throw an exception, depending on implementation (be prepared to handle either case).
GetRFQuery Returns an OpenKernelSearch object that encapsulates this query. Client code should not call this method; it is used by IPTSearchRequest.

See Also

IPTSearchQuery Interface | com.plumtree.server Namespace | IPTSearchRequest