Aqualogic Interaction API  
 

IPTSQuery Interface

A search query that may be used within an IPTSQueryRequest. See IPTSQueryRequest.setQuery and IPTSQueryRequest.restrictTo This is the base interface that all queries implement.

Queries may be composed together using the IPTSBooleanQuery subinterface. Also, queries may be restricted to specific areas within the Plumtree applications (such as folders or projects) using IPTSQuery objects returned by factory methods in IPTSPortalCollection and IPTSCollabCollection.

com.plumtree.server.search.IPTSQuery
   com.plumtree.server.search.IPTSBooleanQuery
   com.plumtree.server.search.IPTSModifiableQuery

public interface IPTSQuery

Types that implement IPTSQuery

TypeDescription

Requirements

Namespace: com.plumtree.server.search

Assembly: plumtreeserver (in plumtreeserver.dll)

See Also

com.plumtree.server.search Namespace