|
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 |
equalTo(Date date)
Is date property same as given date? |
CompleteCondition |
equalTo(double number)
Is numeric property equal to given double number? |
CompleteCondition |
equalTo(Duration distanceFromNow)
Is date property same as date distant from now by given period of time? |
CompleteCondition |
equalTo(long number)
Is numeric property equal to given long number? |
CompleteCondition |
equalTo(String literalOrPattern)
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(long number)
Is numeric property greater or equal to given number? |
CompleteCondition |
greaterThan(double 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(long number)
Is numeric property less or equal to given number? |
CompleteCondition |
lessThan(double 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(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 literalOrPattern)
CompleteCondition equalTo(double number)
CompleteCondition equalTo(long number)
CompleteCondition equalTo(Date date)
CompleteCondition equalTo(Duration distanceFromNow)
CompleteCondition notEqualTo(String literalOrPattern)
CompleteCondition notEqualTo(double number)
CompleteCondition notEqualTo(long number)
CompleteCondition notEqualTo(Date date)
CompleteCondition notEqualTo(Duration distanceFromNow)
CompleteCondition greaterThan(double number)
CompleteCondition greaterThan(long number)
CompleteCondition lessThan(double number)
CompleteCondition lessThan(long number)
CompleteCondition greaterOrEqualTo(double number)
CompleteCondition greaterOrEqualTo(long number)
CompleteCondition lessOrEqualTo(double number)
CompleteCondition lessOrEqualTo(long 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)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |