Package com.attivio.util.query
Class QueryParameterSelector
- java.lang.Object
 - 
- com.attivio.util.query.QueryParameterSelector
 
 
- 
- All Implemented Interfaces:
 QueryHandler
public final class QueryParameterSelector extends java.lang.Object implements QueryHandler
A query selector is used to select if a query node should be accepted for traversal.WARNING: this is an experimental API and may change in the near future.
 
- 
- 
Constructor Summary
Constructors Constructor Description QueryParameterSelector(java.lang.String parameter, java.lang.String value) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryhandleQuery(Query node)Return true ifnodemeets the selection criteria. 
 - 
 
- 
- 
Method Detail
- 
handleQuery
public Query handleQuery(Query node)
Return true ifnodemeets the selection criteria.- Specified by:
 handleQueryin interfaceQueryHandler
 
 - 
 
 -