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 Query
handleQuery(Query node)
Return true ifnode
meets the selection criteria.
-
-
-
Method Detail
-
handleQuery
public Query handleQuery(Query node)
Return true ifnode
meets the selection criteria.- Specified by:
handleQuery
in interfaceQueryHandler
-
-