public interface QueryManager
| Modifier and Type | Method and Description |
|---|---|
QueryHandler<Row> |
createRowQueryHandler(Query query,
java.util.List<QName> columns)
Creates a QueryHandler of Rows with a Query object and a List
of column names for which we seek within each Row.
|
QueryHandler<Row> createRowQueryHandler(Query query, java.util.List<QName> columns) throws SearchException
query - a Query object that represents the search requestcolumns - a List of QNames specifying which columns to returnSearchException - when the query is invalid or service has a problem
understanding the list of columns specified