Uses of Interface
org.apache.cxf.jaxrs.ext.search.SearchCondition
-
-
Uses of SearchCondition in org.apache.cxf.jaxrs.ext.search
Classes in org.apache.cxf.jaxrs.ext.search that implement SearchCondition Modifier and Type Class Description classAbstractComplexCondition<T>classAndSearchCondition<T>Composite 'and' search conditionclassOrSearchCondition<T>Composite 'or' search conditionclassPrimitiveSearchCondition<T>classSimpleSearchCondition<T>Simple search condition comparing primitive objects or complex object by its getters.Fields in org.apache.cxf.jaxrs.ext.search with type parameters of type SearchCondition Modifier and Type Field Description protected List<SearchCondition<T>>AbstractComplexCondition. conditionsMethods in org.apache.cxf.jaxrs.ext.search that return SearchCondition Modifier and Type Method Description <T> SearchCondition<T>SearchContext. getCondition(Class<T> cls)Returns the typed search condition representing the search expression which is extracted from the request URI<T> SearchCondition<T>SearchContext. getCondition(Class<T> cls, Map<String,String> beanProperties)Returns the typed search condition representing the search expression which is extracted from the request URI<T> SearchCondition<T>SearchContext. 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<T> SearchCondition<T>SearchContext. getCondition(String expression, Class<T> cls)Returns the typed search condition representing the provided search expression<T> SearchCondition<T>SearchContext. getCondition(String expression, Class<T> cls, Map<String,String> beanProperties)Returns the typed search condition representing the provided search expression<T> SearchCondition<T>SearchContext. getCondition(String expression, Class<T> cls, Map<String,String> beanProperties, Map<String,String> parserProperties)Returns the typed search condition representing the provided search expression<T> SearchCondition<T>SearchContextImpl. getCondition(Class<T> cls)<T> SearchCondition<T>SearchContextImpl. getCondition(Class<T> cls, Map<String,String> beanProperties)<T> SearchCondition<T>SearchContextImpl. getCondition(Class<T> cls, Map<String,String> beanProperties, Map<String,String> parserProperties)<T> SearchCondition<T>SearchContextImpl. getCondition(String expression, Class<T> cls)<T> SearchCondition<T>SearchContextImpl. getCondition(String expression, Class<T> cls, Map<String,String> beanProperties)<T> SearchCondition<T>SearchContextImpl. getCondition(String expression, Class<T> cls, Map<String,String> beanProperties, Map<String,String> parserProperties)SearchCondition<T>SearchConditionParser. parse(String searchExpression)Methods in org.apache.cxf.jaxrs.ext.search that return types with arguments of type SearchCondition Modifier and Type Method Description List<SearchCondition<T>>AbstractComplexCondition. getSearchConditions()List<SearchCondition<T>>PrimitiveSearchCondition. getSearchConditions()List<SearchCondition<T>>SearchCondition. getSearchConditions()List of conditions this SearchCondition may represent.List<SearchCondition<T>>SimpleSearchCondition. getSearchConditions()Methods in org.apache.cxf.jaxrs.ext.search with parameters of type SearchCondition Modifier and Type Method Description static <T> StringSearchUtils. toSQL(SearchCondition<T> sc, String table, String... columns)voidSearchConditionVisitor. visit(SearchCondition<T> sc)Method parameters in org.apache.cxf.jaxrs.ext.search with type arguments of type SearchCondition Modifier and Type Method Description voidAbstractComplexCondition. setConditions(List<SearchCondition<T>> conditions)Constructor parameters in org.apache.cxf.jaxrs.ext.search with type arguments of type SearchCondition Constructor Description AbstractComplexCondition(List<SearchCondition<T>> conditions, ConditionType cType)AndSearchCondition(List<SearchCondition<T>> conditions)OrSearchCondition(List<SearchCondition<T>> conditions) -
Uses of SearchCondition in org.apache.cxf.jaxrs.ext.search.collections
Classes in org.apache.cxf.jaxrs.ext.search.collections that implement SearchCondition Modifier and Type Class Description classCollectionCheckCondition<T> -
Uses of SearchCondition in org.apache.cxf.jaxrs.ext.search.fiql
Methods in org.apache.cxf.jaxrs.ext.search.fiql that return SearchCondition Modifier and Type Method Description SearchCondition<T>FiqlParser.ASTNode. build()SearchCondition<T>FiqlParser. parse(String fiqlExpression)Parses expression and builds search filter. -
Uses of SearchCondition in org.apache.cxf.jaxrs.ext.search.jpa
Methods in org.apache.cxf.jaxrs.ext.search.jpa with parameters of type SearchCondition Modifier and Type Method Description voidAbstractJPATypedQueryVisitor. visit(SearchCondition<T> sc)voidJPALanguageVisitor. visit(SearchCondition<T> sc) -
Uses of SearchCondition in org.apache.cxf.jaxrs.ext.search.ldap
Methods in org.apache.cxf.jaxrs.ext.search.ldap with parameters of type SearchCondition Modifier and Type Method Description voidLdapQueryVisitor. visit(SearchCondition<T> sc) -
Uses of SearchCondition in org.apache.cxf.jaxrs.ext.search.lucene
Methods in org.apache.cxf.jaxrs.ext.search.lucene with parameters of type SearchCondition Modifier and Type Method Description voidLuceneQueryVisitor. visit(SearchCondition<T> sc) -
Uses of SearchCondition in org.apache.cxf.jaxrs.ext.search.odata
Methods in org.apache.cxf.jaxrs.ext.search.odata that return SearchCondition Modifier and Type Method Description SearchCondition<T>ODataParser. parse(String searchExpression) -
Uses of SearchCondition in org.apache.cxf.jaxrs.ext.search.sql
Methods in org.apache.cxf.jaxrs.ext.search.sql with parameters of type SearchCondition Modifier and Type Method Description voidSQLPrinterVisitor. visit(SearchCondition<T> sc)
-