WebCenter Interaction API  
 

IPTSBooleanQuery.addSubquery Method (IPTSField, Boolean)

Add a comparison involving a boolean field as a child of this IPTSBooleanQuery. Convenience method that is equivalent to calling IPTSearchFactory.createComparisonQuery and then calling the IPTSQuery form of addSubquery.

void addSubquery(
   IPTSField booleanField,
   bool comparisonValue
);

Parameters

booleanField
the field to compare. Must have type PTSFieldType.BOOLEAN.
comparisonValue
either true or false.

See Also

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