Aqualogic Interaction API  
 

IPTIndexer.LoadQuery Method 

Load a query (in the form of an IPTFilter) into the current set of filter queries, returning an integer id that can be used to refer to the filter later. The caller should keep track of the integer ids generated in the course of calling LoadQuery() multiple times.

int LoadQuery(
   object vSearchFilter
);

Parameters

vSearchFilter
IPTFilter representing a filter query to be used for taxonomization. Should not be null.

Return Value

int ID of this query in the current set of filters. This id can be used later with the {@link #Matched(int,int)} method to determine whether a particular card matched a particular filter.

See Also

IPTIndexer Interface | com.plumtree.server Namespace