WebCenter Interaction API  
 

IPTSBooleanQuery.addSubquery Method (IPTFilter)

Add an IPTFilter as a subquery of this IPTSBooleanQuery. Convenience method that is equivalent to creating a PropertyFilterQuery and then calling the IPTSQuery form of addSubquery.

void addSubquery(
   IPTFilter childFilter
);

Parameters

childFilter
the IPTFilter to add to the clause

See Also

IPTSBooleanQuery Interface | com.plumtree.server.search Namespace | IPTSBooleanQuery.addSubquery Overload List