public interface IncompletePropertyCondition
CompletePropertyCondition.withConditionName(String). If no condition name is set,
a validation error occurs on save or execute.
This has the effect of creating a "template":
a query that cannot be run but can be parameterized on execution using
ExecutableQuery.queryParameters().| Modifier and Type | Method and Description |
|---|---|
CompletePropertyCondition |
after(Date date)
Sets this condition to a "greater than" condition.
|
CompletePropertyCondition |
afterOrOn(Date date)
Sets this condition to a "greater than or equal to" condition.
|
CompletePropertyCondition |
before(Date date)
Sets this condition to a "less than" condition.
|
CompletePropertyCondition |
beforeOrOn(Date date)
Sets this condition to a "less than or equal to" condition.
|
CompletePropertyCondition |
contains(int value)
Sets this condition to a "contains" condition.
|
CompletePropertyCondition |
contains(String value)
Sets this condition to a "contains" condition.
|
CompletePropertyCondition |
containsAny(Collection<String> values)
Sets this condition to a "containsAny" condition.
|
CompletePropertyCondition |
greaterOrEqual(Number value)
Deprecated.
since 8.0. Use
greaterThanOrEqualTo(Number) |
CompletePropertyCondition |
greaterThan(Number value)
Sets this condition to a "greater than" condition.
|
CompletePropertyCondition |
greaterThan(String value)
Sets this condition to a "greater than" condition.
|
CompletePropertyCondition |
greaterThanOrEqualTo(Number value)
Sets this condition to a "greater than or equal to" condition.
|
CompletePropertyCondition |
greaterThanOrEqualTo(String value)
Sets this condition to a "greater than or equal to" condition.
|
CompletePropertyCondition |
in(Collection<?> value)
Sets this condition to a "in collection" condition.
|
CompletePropertyCondition |
in(int[] values)
Sets this condition to a "in integer array" condition.
|
CompletePropertyCondition |
in(String[] values)
Sets this condition to a "in String array" condition.
|
CompletePropertyCondition |
isEqualTo(Object value)
Sets this condition to a "is equal to" condition.
|
CompletePropertyCondition |
isNotEqualTo(Object value)
Sets this condition to a "is not equal to" condition.
|
CompletePropertyCondition |
isNull()
Sets this condition to a "is null" condition.
|
CompletePropertyCondition |
lessThan(Number value)
Sets this condition to a "less than" condition.
|
CompletePropertyCondition |
lessThan(String value)
Sets this condition to a "less than" condition.
|
CompletePropertyCondition |
lessThanOrEqualTo(Number value)
Sets this condition to a "less than or equal to" condition.
|
CompletePropertyCondition |
lessThanOrEqualTo(String value)
Sets this condition to a "less than or equal to" condition.
|
CompletePropertyCondition |
like(String value)
Sets this condition to a "like" condition.
|
CompletePropertyCondition isNull()
CompletePropertyCondition isEqualTo(Object value)
CompletePropertyCondition isNotEqualTo(Object value)
CompletePropertyCondition like(String value)
CompletePropertyCondition greaterThan(Number value)
CompletePropertyCondition greaterThan(String value)
CompletePropertyCondition after(Date date)
@Deprecated CompletePropertyCondition greaterOrEqual(Number value)
greaterThanOrEqualTo(Number)CompletePropertyCondition greaterThanOrEqualTo(Number value)
CompletePropertyCondition greaterThanOrEqualTo(String value)
CompletePropertyCondition afterOrOn(Date date)
CompletePropertyCondition lessThan(Number value)
CompletePropertyCondition lessThan(String value)
CompletePropertyCondition before(Date date)
CompletePropertyCondition lessThanOrEqualTo(Number value)
CompletePropertyCondition lessThanOrEqualTo(String value)
CompletePropertyCondition beforeOrOn(Date date)
CompletePropertyCondition in(Collection<?> value)
CompletePropertyCondition in(int[] values)
CompletePropertyCondition in(String[] values)
CompletePropertyCondition contains(String value)
CompletePropertyCondition contains(int value)
CompletePropertyCondition containsAny(Collection<String> values)
Documentation Feedback
Copyright 2011 - 2023 Micro Focus or one of its affiliates.