public abstract class AbstractQueryFilter extends java.lang.Object implements QueryFilter
| Modifier and Type | Field and Description |
|---|---|
protected QueryFilter |
next |
QUERY_DELIMETER| Modifier | Constructor and Description |
|---|---|
protected |
AbstractQueryFilter(QueryFilter next)
Creates a query filter, with the next filter specified by next.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
query(java.lang.String query)
Performs a query given the query string
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitqueryprotected QueryFilter next
protected AbstractQueryFilter(QueryFilter next)
next - - the next query filterpublic java.util.List query(java.lang.String query)
throws java.lang.Exception
query in interface QueryFilterquery - - query stringjava.lang.ExceptionCopyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.