Uses of Interface
org.apache.cxf.jaxrs.ext.search.client.CompleteCondition
Packages that use CompleteCondition
-
Uses of CompleteCondition in org.apache.cxf.jaxrs.ext.search.client
Classes in org.apache.cxf.jaxrs.ext.search.client that implement CompleteConditionMethods in org.apache.cxf.jaxrs.ext.search.client that return CompleteConditionModifier and TypeMethodDescriptionIs date property after (greater than) given date?Is date property after (greater than) date distant from now by given period of time?FiqlSearchConditionBuilder.and(List<CompleteCondition> conditions) FiqlSearchConditionBuilder.and(CompleteCondition c1, CompleteCondition c2, CompleteCondition... cn) FiqlSearchConditionBuilder.Builder.and(List<CompleteCondition> conditions) FiqlSearchConditionBuilder.Builder.and(CompleteCondition c1, CompleteCondition c2, CompleteCondition... cn) PartialCondition.and(List<CompleteCondition> conditions) Conjunct multiple expressionsPartialCondition.and(CompleteCondition c1, CompleteCondition c2, CompleteCondition... cn) Conjunct multiple expressionsIs date property before (less than) given date?Is date property before (less than) date distant from now by given period of time?FiqlSearchConditionBuilder.Builder.comparesTo(ConditionType type, Double value) FiqlSearchConditionBuilder.Builder.comparesTo(ConditionType type, Integer value) FiqlSearchConditionBuilder.Builder.comparesTo(ConditionType type, Long value) FiqlSearchConditionBuilder.Builder.comparesTo(ConditionType type, String value) FiqlSearchConditionBuilder.Builder.comparesTo(ConditionType type, Date value) FiqlSearchConditionBuilder.Builder.comparesTo(ConditionType type, Duration value) Property.comparesTo(ConditionType op, Double value) GenericProperty.comparesTo(ConditionType op, Integer value) GenericProperty.comparesTo(ConditionType op, Long value) GenericProperty.comparesTo(ConditionType op, String value) GenericProperty.comparesTo(ConditionType op, Date value) GenericProperty.comparesTo(ConditionType op, Duration value) Genericprotected CompleteConditionprotected CompleteConditionFiqlSearchConditionBuilder.Builder.conditionsList(String op, List<CompleteCondition> conditions) Is numeric property equal to given double number?Is numeric property equal to given long number?Is numeric property equal to given long number?Is textual property equal to given literal or matching given pattern?Is date property same as given date?Is date property same as date distant from now by given period of time?FiqlSearchConditionBuilder.Builder.greaterOrEqualTo(Double number) FiqlSearchConditionBuilder.Builder.greaterOrEqualTo(Integer number) FiqlSearchConditionBuilder.Builder.greaterOrEqualTo(Long number) Property.greaterOrEqualTo(Double number) Is numeric property greater or equal to given number?Property.greaterOrEqualTo(Integer number) Is numeric property greater or equal to given number?Property.greaterOrEqualTo(Long number) Is numeric property greater or equal to given number?FiqlSearchConditionBuilder.Builder.greaterThan(Double number) FiqlSearchConditionBuilder.Builder.greaterThan(Integer number) FiqlSearchConditionBuilder.Builder.greaterThan(Long number) Property.greaterThan(Double number) Is numeric property greater than given number?Property.greaterThan(Integer number) Is numeric property greater than given number?Property.greaterThan(Long number) Is numeric property greater than given number?FiqlSearchConditionBuilder.Builder.lessOrEqualTo(Double number) FiqlSearchConditionBuilder.Builder.lessOrEqualTo(Integer number) FiqlSearchConditionBuilder.Builder.lessOrEqualTo(Long number) Property.lessOrEqualTo(Double number) Is numeric property less or equal to given number?Property.lessOrEqualTo(Integer number) Is numeric property less or equal to given number?Property.lessOrEqualTo(Long number) Is numeric property less or equal to given number?Is numeric property less than given number?Is numeric property less than given number?Is numeric property less than given number?FiqlSearchConditionBuilder.Builder.lexicalAfter(String literal) Property.lexicalAfter(String literal) Is textual property lexically after (greater than) given literal?FiqlSearchConditionBuilder.Builder.lexicalBefore(String literal) Property.lexicalBefore(String literal) Is textual property lexically before (less than) given literal?FiqlSearchConditionBuilder.Builder.lexicalNotAfter(String literal) Property.lexicalNotAfter(String literal) Is textual property lexically not after (less or equal to) given literal?FiqlSearchConditionBuilder.Builder.lexicalNotBefore(String literal) Property.lexicalNotBefore(String literal) Is textual property lexically not before (greater or equal to) given literal?Is date property not after (less or equal to) given date?Is date property not after (less or equal to) date distant from now by given period of time?Is date property not before (greater or equal to) given date?Is date property not before (greater or equal to) date distant from now by given period of time?FiqlSearchConditionBuilder.Builder.notEqualTo(Double number) FiqlSearchConditionBuilder.Builder.notEqualTo(Integer number) FiqlSearchConditionBuilder.Builder.notEqualTo(Long number) FiqlSearchConditionBuilder.Builder.notEqualTo(String literalOrPattern) FiqlSearchConditionBuilder.Builder.notEqualTo(Date date) FiqlSearchConditionBuilder.Builder.notEqualTo(Duration distanceFromNow) Property.notEqualTo(Double number) Is numeric property different than given double number?Property.notEqualTo(Integer number) Is numeric property different than given int number?Property.notEqualTo(Long number) Is numeric property different than given long number?Property.notEqualTo(String literalOrPattern) Is textual property different than given literal or not matching given pattern?Property.notEqualTo(Date date) Is date property different than given date?Property.notEqualTo(Duration distanceFromNow) Is date property different than date distant from now by given period of time?FiqlSearchConditionBuilder.Builder.or(List<CompleteCondition> conditions) FiqlSearchConditionBuilder.Builder.or(CompleteCondition c1, CompleteCondition c2, CompleteCondition... cn) FiqlSearchConditionBuilder.or(List<CompleteCondition> conditions) FiqlSearchConditionBuilder.or(CompleteCondition c1, CompleteCondition c2, CompleteCondition... cn) PartialCondition.or(List<CompleteCondition> conditions) Disjunct multiple expressionsPartialCondition.or(CompleteCondition c1, CompleteCondition c2, CompleteCondition... cn) Disjunct multiple expressionsCompleteCondition.wrap()Wraps the current expression in ()FiqlSearchConditionBuilder.Builder.wrap()Methods in org.apache.cxf.jaxrs.ext.search.client with parameters of type CompleteConditionModifier and TypeMethodDescriptionFiqlSearchConditionBuilder.and(CompleteCondition c1, CompleteCondition c2, CompleteCondition... cn) FiqlSearchConditionBuilder.Builder.and(CompleteCondition c1, CompleteCondition c2, CompleteCondition... cn) PartialCondition.and(CompleteCondition c1, CompleteCondition c2, CompleteCondition... cn) Conjunct multiple expressionsFiqlSearchConditionBuilder.Builder.or(CompleteCondition c1, CompleteCondition c2, CompleteCondition... cn) FiqlSearchConditionBuilder.or(CompleteCondition c1, CompleteCondition c2, CompleteCondition... cn) PartialCondition.or(CompleteCondition c1, CompleteCondition c2, CompleteCondition... cn) Disjunct multiple expressionsMethod parameters in org.apache.cxf.jaxrs.ext.search.client with type arguments of type CompleteConditionModifier and TypeMethodDescriptionFiqlSearchConditionBuilder.and(List<CompleteCondition> conditions) FiqlSearchConditionBuilder.Builder.and(List<CompleteCondition> conditions) PartialCondition.and(List<CompleteCondition> conditions) Conjunct multiple expressionsprotected CompleteConditionFiqlSearchConditionBuilder.Builder.conditionsList(String op, List<CompleteCondition> conditions) FiqlSearchConditionBuilder.Builder.or(List<CompleteCondition> conditions) FiqlSearchConditionBuilder.or(List<CompleteCondition> conditions) PartialCondition.or(List<CompleteCondition> conditions) Disjunct multiple expressions