|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
Part of fluent interface of SearchConditionBuilder
.
Method Summary | |
---|---|
CompleteCondition |
after(Date date)
Is date property after (greater than) given date? |
CompleteCondition |
after(Duration distanceFromNow)
Is date property after (greater than) date distant from now by given period of time? |
CompleteCondition |
before(Date date)
Is date property before (less than) given date? |
CompleteCondition |
before(Duration distanceFromNow)
Is date property before (less than) date distant from now by given period of time? |
CompleteCondition |
comparesTo(ConditionType op,
Date value)
Generic |
CompleteCondition |
comparesTo(ConditionType op,
Double value)
Generic |
CompleteCondition |
comparesTo(ConditionType op,
Duration value)
Generic |
CompleteCondition |
comparesTo(ConditionType op,
Integer value)
Generic |
CompleteCondition |
comparesTo(ConditionType op,
Long value)
Generic |
CompleteCondition |
comparesTo(ConditionType op,
String value)
Generic |
CompleteCondition |
equalTo(Date date,
Date... moreValues)
Is date property same as given date? |
CompleteCondition |
equalTo(Double number,
Double... moreValues)
Is numeric property equal to given double number? |
CompleteCondition |
equalTo(Duration distanceFromNow,
Duration... moreValues)
Is date property same as date distant from now by given period of time? |
CompleteCondition |
equalTo(Integer number,
Integer... moreValues)
Is numeric property equal to given long number? |
CompleteCondition |
equalTo(Long number,
Long... moreValues)
Is numeric property equal to given long number? |
CompleteCondition |
equalTo(String value,
String... moreValues)
Is textual property equal to given literal or matching given pattern? |
CompleteCondition |
greaterOrEqualTo(Double number)
Is numeric property greater or equal to given number? |
CompleteCondition |
greaterOrEqualTo(Integer number)
Is numeric property greater or equal to given number? |
CompleteCondition |
greaterOrEqualTo(Long number)
Is numeric property greater or equal to given number? |
CompleteCondition |
greaterThan(Double number)
Is numeric property greater than given number? |
CompleteCondition |
greaterThan(Integer number)
Is numeric property greater than given number? |
CompleteCondition |
greaterThan(Long number)
Is numeric property greater than given number? |
CompleteCondition |
lessOrEqualTo(Double number)
Is numeric property less or equal to given number? |
CompleteCondition |
lessOrEqualTo(Integer number)
Is numeric property less or equal to given number? |
CompleteCondition |
lessOrEqualTo(Long number)
Is numeric property less or equal to given number? |
CompleteCondition |
lessThan(Double number)
Is numeric property less than given number? |
CompleteCondition |
lessThan(Integer number)
Is numeric property less than given number? |
CompleteCondition |
lessThan(Long number)
Is numeric property less than given number? |
CompleteCondition |
lexicalAfter(String literal)
Is textual property lexically after (greater than) given literal? |
CompleteCondition |
lexicalBefore(String literal)
Is textual property lexically before (less than) given literal? |
CompleteCondition |
lexicalNotAfter(String literal)
Is textual property lexically not after (less or equal to) given literal? |
CompleteCondition |
lexicalNotBefore(String literal)
Is textual property lexically not before (greater or equal to) given literal? |
CompleteCondition |
notAfter(Date date)
Is date property not after (less or equal to) given date? |
CompleteCondition |
notAfter(Duration distanceFromNow)
Is date property not after (less or equal to) date distant from now by given period of time? |
CompleteCondition |
notBefore(Date date)
Is date property not before (greater or equal to) given date? |
CompleteCondition |
notBefore(Duration distanceFromNow)
Is date property not before (greater or equal to) date distant from now by given period of time? |
CompleteCondition |
notEqualTo(Date date)
Is date property different than given date? |
CompleteCondition |
notEqualTo(Double number)
Is numeric property different than given double number? |
CompleteCondition |
notEqualTo(Duration distanceFromNow)
Is date property different than date distant from now by given period of time? |
CompleteCondition |
notEqualTo(Integer number)
Is numeric property different than given int number? |
CompleteCondition |
notEqualTo(Long number)
Is numeric property different than given long number? |
CompleteCondition |
notEqualTo(String literalOrPattern)
Is textual property different than given literal or not matching given pattern? |
Method Detail |
---|
CompleteCondition equalTo(String value, String... moreValues)
CompleteCondition equalTo(Double number, Double... moreValues)
CompleteCondition equalTo(Long number, Long... moreValues)
CompleteCondition equalTo(Integer number, Integer... moreValues)
CompleteCondition equalTo(Date date, Date... moreValues)
CompleteCondition equalTo(Duration distanceFromNow, Duration... moreValues)
CompleteCondition notEqualTo(String literalOrPattern)
CompleteCondition notEqualTo(Double number)
CompleteCondition notEqualTo(Long number)
CompleteCondition notEqualTo(Integer number)
CompleteCondition notEqualTo(Date date)
CompleteCondition notEqualTo(Duration distanceFromNow)
CompleteCondition greaterThan(Double number)
CompleteCondition greaterThan(Long number)
CompleteCondition greaterThan(Integer number)
CompleteCondition lessThan(Double number)
CompleteCondition lessThan(Long number)
CompleteCondition lessThan(Integer number)
CompleteCondition greaterOrEqualTo(Double number)
CompleteCondition greaterOrEqualTo(Long number)
CompleteCondition greaterOrEqualTo(Integer number)
CompleteCondition lessOrEqualTo(Double number)
CompleteCondition lessOrEqualTo(Long number)
CompleteCondition lessOrEqualTo(Integer number)
CompleteCondition after(Date date)
CompleteCondition before(Date date)
CompleteCondition notBefore(Date date)
CompleteCondition notAfter(Date date)
CompleteCondition after(Duration distanceFromNow)
CompleteCondition before(Duration distanceFromNow)
CompleteCondition notAfter(Duration distanceFromNow)
CompleteCondition notBefore(Duration distanceFromNow)
CompleteCondition lexicalAfter(String literal)
CompleteCondition lexicalBefore(String literal)
CompleteCondition lexicalNotBefore(String literal)
CompleteCondition lexicalNotAfter(String literal)
CompleteCondition comparesTo(ConditionType op, String value)
CompleteCondition comparesTo(ConditionType op, Double value)
CompleteCondition comparesTo(ConditionType op, Long value)
CompleteCondition comparesTo(ConditionType op, Integer value)
CompleteCondition comparesTo(ConditionType op, Date value)
CompleteCondition comparesTo(ConditionType op, Duration value)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |