|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompleteCondition | |
---|---|
org.apache.cxf.jaxrs.ext.search.client |
Uses of CompleteCondition in org.apache.cxf.jaxrs.ext.search.client |
---|
Methods in org.apache.cxf.jaxrs.ext.search.client that return CompleteCondition | |
---|---|
CompleteCondition |
Property.after(Date date)
Is date property after (greater than) given date? |
CompleteCondition |
Property.after(Duration distanceFromNow)
Is date property after (greater than) date distant from now by given period of time? |
CompleteCondition |
FiqlSearchConditionBuilder.and(CompleteCondition c1,
CompleteCondition c2,
CompleteCondition... cn)
|
CompleteCondition |
PartialCondition.and(CompleteCondition c1,
CompleteCondition c2,
CompleteCondition... cn)
Conjunct multiple expressions |
CompleteCondition |
Property.before(Date date)
Is date property before (less than) given date? |
CompleteCondition |
Property.before(Duration distanceFromNow)
Is date property before (less than) date distant from now by given period of time? |
CompleteCondition |
Property.equalTo(Date date)
Is date property same as given date? |
CompleteCondition |
Property.equalTo(double number)
Is numeric property equal to given double number? |
CompleteCondition |
Property.equalTo(Duration distanceFromNow)
Is date property same as date distant from now by given period of time? |
CompleteCondition |
Property.equalTo(long number)
Is numeric property equal to given long number? |
CompleteCondition |
Property.equalTo(String literalOrPattern)
Is textual property equal to given literal or matching given pattern? |
CompleteCondition |
Property.greaterOrEqualTo(double number)
Is numeric property greater or equal to given number? |
CompleteCondition |
Property.greaterOrEqualTo(long number)
Is numeric property greater or equal to given number? |
CompleteCondition |
Property.greaterThan(double number)
Is numeric property greater than given number? |
CompleteCondition |
Property.greaterThan(long number)
Is numeric property greater than given number? |
CompleteCondition |
Property.lessOrEqualTo(double number)
Is numeric property less or equal to given number? |
CompleteCondition |
Property.lessOrEqualTo(long number)
Is numeric property less or equal to given number? |
CompleteCondition |
Property.lessThan(double number)
Is numeric property less than given number? |
CompleteCondition |
Property.lessThan(long number)
Is numeric property less than given number? |
CompleteCondition |
Property.lexicalAfter(String literal)
Is textual property lexically after (greater than) given literal? |
CompleteCondition |
Property.lexicalBefore(String literal)
Is textual property lexically before (less than) given literal? |
CompleteCondition |
Property.lexicalNotAfter(String literal)
Is textual property lexically not after (less or equal to) given literal? |
CompleteCondition |
Property.lexicalNotBefore(String literal)
Is textual property lexically not before (greater or equal to) given literal? |
CompleteCondition |
Property.notAfter(Date date)
Is date property not after (less or equal to) given date? |
CompleteCondition |
Property.notAfter(Duration distanceFromNow)
Is date property not after (less or equal to) date distant from now by given period of time? |
CompleteCondition |
Property.notBefore(Date date)
Is date property not before (greater or equal to) given date? |
CompleteCondition |
Property.notBefore(Duration distanceFromNow)
Is date property not before (greater or equal to) date distant from now by given period of time? |
CompleteCondition |
Property.notEqualTo(Date date)
Is date property different than given date? |
CompleteCondition |
Property.notEqualTo(double number)
Is numeric property different than given double number? |
CompleteCondition |
Property.notEqualTo(Duration distanceFromNow)
Is date property different than date distant from now by given period of time? |
CompleteCondition |
Property.notEqualTo(long number)
Is numeric property different than given long number? |
CompleteCondition |
Property.notEqualTo(String literalOrPattern)
Is textual property different than given literal or not matching given pattern? |
CompleteCondition |
FiqlSearchConditionBuilder.or(CompleteCondition c1,
CompleteCondition c2,
CompleteCondition... cn)
|
CompleteCondition |
PartialCondition.or(CompleteCondition c1,
CompleteCondition c2,
CompleteCondition... cn)
Disjunct multiple expressions |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |