com.plumtree.server.search
Interface IPTSQuery

All Known Subinterfaces:
IPTSBooleanQuery, IPTSModifiableQuery

public interface IPTSQuery

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.