|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchContext
Represents the current search expression.
| Method Summary | ||
|---|---|---|
|
getCondition(Class<T> cls)
Returns the typed search condition representing the search expression which is extracted from the request URI |
|
|
getCondition(Class<T> cls,
Map<String,String> beanProperties)
Returns the typed search condition representing the search expression which is extracted from the request URI |
|
|
getCondition(Class<T> cls,
Map<String,String> beanProperties,
Map<String,String> parserProperties)
Returns the typed search condition representing the search expression which is extracted from the request URI |
|
|
getCondition(String expression,
Class<T> cls)
Returns the typed search condition representing the provided search expression |
|
|
getCondition(String expression,
Class<T> cls,
Map<String,String> beanProperties)
Returns the typed search condition representing the provided search expression |
|
|
getCondition(String expression,
Class<T> cls,
Map<String,String> beanProperties,
Map<String,String> parserProperties)
Returns the typed search condition representing the provided search expression |
|
String |
getSearchExpression()
Returns the search expression |
|
| Method Detail |
|---|
<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(Class<T> cls,
Map<String,String> beanProperties)
cls - the type of the bean(s) the new search condition will
attempt to matchbeanProperties - mapping between search and bean properties
<T> SearchCondition<T> getCondition(Class<T> cls,
Map<String,String> beanProperties,
Map<String,String> parserProperties)
cls - the type of the bean(s) the new search condition will
attempt to matchbeanProperties - mapping between search and bean propertiesparserProperties - parser properties
<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 match
<T> SearchCondition<T> getCondition(String expression,
Class<T> cls,
Map<String,String> beanProperties)
expression - the search expressioncls - the type of the bean(s) the new search condition will
attempt to matchbeanProperties - mapping between search and bean properties
<T> SearchCondition<T> getCondition(String expression,
Class<T> cls,
Map<String,String> beanProperties,
Map<String,String> parserProperties)
expression - the search expressioncls - the type of the bean(s) the new search condition will
attempt to matchbeanProperties - mapping between search and bean propertiesparserProperties - parser properties
String getSearchExpression()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||