public interface SearchContext
| Modifier and Type | Method and Description |
|---|---|
<T> SearchCondition<T> |
getCondition(Class<T> cls)
Returns the typed search condition representing
the search expression which is extracted from
the request URI
|
<T> SearchCondition<T> |
getCondition(String expression,
Class<T> cls)
Returns the typed search condition representing
the provided search expression
|
String |
getSearchExpression()
Returns the search expression
|
<T> SearchCondition<T> getCondition(Class<T> cls)
cls - the type of the bean(s) the new search condition will
attempt to match<T> SearchCondition<T> getCondition(String expression, Class<T> cls)
expression - the search expressioncls - the type of the bean(s) the new search condition will
attempt to matchString getSearchExpression()
Apache CXF