Interface Property
- All Known Implementing Classes:
FiqlSearchConditionBuilder.Builder
public interface Property
Part of fluent interface of
SearchConditionBuilder.-
Method Summary
Modifier and TypeMethodDescriptionIs date property after (greater than) given date?Is date property after (greater than) date distant from now by given period of time?Is date property before (less than) given date?Is date property before (less than) date distant from now by given period of time?comparesTo(ConditionType op, Double value) GenericcomparesTo(ConditionType op, Integer value) GenericcomparesTo(ConditionType op, Long value) GenericcomparesTo(ConditionType op, String value) GenericcomparesTo(ConditionType op, Date value) GenericcomparesTo(ConditionType op, Duration value) GenericIs 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?greaterOrEqualTo(Double number) Is numeric property greater or equal to given number?greaterOrEqualTo(Integer number) Is numeric property greater or equal to given number?greaterOrEqualTo(Long number) Is numeric property greater or equal to given number?greaterThan(Double number) Is numeric property greater than given number?greaterThan(Integer number) Is numeric property greater than given number?greaterThan(Long number) Is numeric property greater than given number?lessOrEqualTo(Double number) Is numeric property less or equal to given number?lessOrEqualTo(Integer number) Is numeric property less or equal to given number?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?lexicalAfter(String literal) Is textual property lexically after (greater than) given literal?lexicalBefore(String literal) Is textual property lexically before (less than) given literal?lexicalNotAfter(String literal) Is textual property lexically not after (less or equal to) given literal?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?notEqualTo(Double number) Is numeric property different than given double number?notEqualTo(Integer number) Is numeric property different than given int number?notEqualTo(Long number) Is numeric property different than given long number?notEqualTo(String literalOrPattern) Is textual property different than given literal or not matching given pattern?notEqualTo(Date date) Is date property different than given date?notEqualTo(Duration distanceFromNow) Is date property different than date distant from now by given period of time?
-
Method Details
-
equalTo
Is textual property equal to given literal or matching given pattern? -
equalTo
Is numeric property equal to given double number? -
equalTo
Is numeric property equal to given long number? -
equalTo
Is numeric property equal to given long number? -
equalTo
Is date property same as given date? -
equalTo
Is date property same as date distant from now by given period of time? -
notEqualTo
Is textual property different than given literal or not matching given pattern? -
notEqualTo
Is numeric property different than given double number? -
notEqualTo
Is numeric property different than given long number? -
notEqualTo
Is numeric property different than given int number? -
notEqualTo
Is date property different than given date? -
notEqualTo
Is date property different than date distant from now by given period of time? -
greaterThan
Is numeric property greater than given number? -
greaterThan
Is numeric property greater than given number? -
greaterThan
Is numeric property greater than given number? -
lessThan
Is numeric property less than given number? -
lessThan
Is numeric property less than given number? -
lessThan
Is numeric property less than given number? -
greaterOrEqualTo
Is numeric property greater or equal to given number? -
greaterOrEqualTo
Is numeric property greater or equal to given number? -
greaterOrEqualTo
Is numeric property greater or equal to given number? -
lessOrEqualTo
Is numeric property less or equal to given number? -
lessOrEqualTo
Is numeric property less or equal to given number? -
lessOrEqualTo
Is numeric property less or equal to given number? -
after
Is date property after (greater than) given date? -
before
Is date property before (less than) given date? -
notBefore
Is date property not before (greater or equal to) given date? -
notAfter
Is date property not after (less or equal to) given date? -
after
Is date property after (greater than) date distant from now by given period of time? -
before
Is date property before (less than) date distant from now by given period of time? -
notAfter
Is date property not after (less or equal to) date distant from now by given period of time? -
notBefore
Is date property not before (greater or equal to) date distant from now by given period of time? -
lexicalAfter
Is textual property lexically after (greater than) given literal? -
lexicalBefore
Is textual property lexically before (less than) given literal? -
lexicalNotBefore
Is textual property lexically not before (greater or equal to) given literal? -
lexicalNotAfter
Is textual property lexically not after (less or equal to) given literal? -
comparesTo
Generic -
comparesTo
Generic -
comparesTo
Generic -
comparesTo
Generic -
comparesTo
Generic -
comparesTo
Generic
-