Uses of Interface
org.apache.cxf.jaxrs.ext.search.SearchCondition
Packages that use SearchCondition
Package
Description
-
Uses of SearchCondition in org.apache.cxf.jaxrs.ext.search
Classes in org.apache.cxf.jaxrs.ext.search that implement SearchConditionModifier and TypeClassDescriptionclassclassComposite 'and' search conditionclassComposite 'or' search conditionclassclassSimple search condition comparing primitive objects or complex object by its getters.Fields in org.apache.cxf.jaxrs.ext.search with type parameters of type SearchConditionModifier and TypeFieldDescriptionprotected List<SearchCondition<T>>AbstractComplexCondition.conditionsMethods in org.apache.cxf.jaxrs.ext.search that return SearchConditionModifier and TypeMethodDescription<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>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><T> SearchCondition<T>SearchContextImpl.getCondition(String expression, Class<T> cls, Map<String, String> beanProperties, Map<String, String> parserProperties) Methods in org.apache.cxf.jaxrs.ext.search that return types with arguments of type SearchConditionModifier and TypeMethodDescriptionAbstractComplexCondition.getSearchConditions()PrimitiveSearchCondition.getSearchConditions()SearchCondition.getSearchConditions()List of conditions this SearchCondition may represent.SimpleSearchCondition.getSearchConditions()Methods in org.apache.cxf.jaxrs.ext.search with parameters of type SearchConditionModifier and TypeMethodDescriptionstatic <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 SearchConditionModifier and TypeMethodDescriptionvoidAbstractComplexCondition.setConditions(List<SearchCondition<T>> conditions) Constructor parameters in org.apache.cxf.jaxrs.ext.search with type arguments of type SearchConditionModifierConstructorDescriptionprotectedAbstractComplexCondition(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 -
Uses of SearchCondition in org.apache.cxf.jaxrs.ext.search.fiql
Methods in org.apache.cxf.jaxrs.ext.search.fiql that return SearchConditionModifier and TypeMethodDescriptionFiqlParser.ASTNode.build()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 SearchConditionModifier and TypeMethodDescriptionvoidAbstractJPATypedQueryVisitor.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 -
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 -
Uses of SearchCondition in org.apache.cxf.jaxrs.ext.search.odata
Methods in org.apache.cxf.jaxrs.ext.search.odata that return SearchCondition -
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