Aqualogic Interaction API  
 

IPTIndexer.Matched Method 

Check the current Profile results to determine if a given card matches a given query. Returns true if it matched, false otherwise. Should only be called after {@link #CommitAsProfiled(int)}

bool Matched(
   int lCardID,
   int lQueryID
);

Parameters

lCardID
Object ID of the card to check.
lQueryID
int ID of the query to match against

Return Value

True if the card matched the query, false otherwise.

See Also

IPTIndexer Interface | com.plumtree.server Namespace