Apache CXF API

Package org.apache.cxf.jaxrs.ext.search

Interface Summary
QueryContext Captures the converted search expression.
SearchCondition<T> Can be used to build plain or complex/composite search conditions.
SearchConditionParser<T> Search Expression Parser converts an expression into SearchCondition.
SearchConditionVisitor<T,E> Interface for visitors to SearchCondition objects.
SearchContext Represents the current search expression.
 

Class Summary
AbstractComplexCondition<T>  
AbstractSearchConditionParser<T>  
AndSearchCondition<T> Composite 'and' search condition
Beanspector<T> Bean introspection utility.
Beanspector.TypeInfo  
InterfaceProxy  
OrSearchCondition<T> Composite 'or' search condition
PrimitiveSearchCondition<T>  
PrimitiveStatement Encapsulates a basic search statement such as a = b, i < 5, etc
QueryContextProvider  
SearchBean Utility bean for simplifying the way Search expressions can be captured and subsequently introspected or converted into different language expressions
SearchContextImpl  
SearchContextProvider  
SearchUtils  
SimpleSearchCondition<T> Simple search condition comparing primitive objects or complex object by its getters.
 

Enum Summary
ConditionType Possisble condition types
 

Exception Summary
PropertyNotFoundException  
SearchParseException  
 


Apache CXF API

Apache CXF