public interface QueryFilterPropertyQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
booleanParam()
Adds a constraint to the predicate for
QueryFilterProperty testing whether the feature booleanParam has values or not. |
org.w3c.cci2.StringTypePredicate |
clause() |
org.w3c.cci2.MultivaluedFeaturePredicate |
dateParam()
Adds a constraint to the predicate for
QueryFilterProperty testing whether the feature dateParam has values or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
dateTimeParam()
Adds a constraint to the predicate for
QueryFilterProperty testing whether the feature dateTimeParam has values or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
decimalParam()
Adds a constraint to the predicate for
QueryFilterProperty testing whether the feature decimalParam has values or not. |
org.w3c.cci2.BooleanTypePredicate |
forAllBooleanParam()
Adds a condition for the feature
booleanParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature booleanParam satisfy the given condition. |
org.w3c.cci2.PartiallyOrderedTypePredicate<XMLGregorianCalendar> |
forAllDateParam()
Adds a condition for the feature
dateParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature dateParam satisfy the given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
forAllDateTimeParam()
Adds a condition for the feature
dateTimeParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature dateTimeParam satisfy the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
forAllDecimalParam()
Adds a condition for the feature
decimalParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature decimalParam satisfy the given condition. |
org.w3c.cci2.ComparableTypePredicate<Integer> |
forAllIntegerParam()
Adds a condition for the feature
integerParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature integerParam satisfy the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllStringParam()
Adds a condition for the feature
stringParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature stringParam satisfy the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate |
integerParam()
Adds a constraint to the predicate for
QueryFilterProperty testing whether the feature integerParam has values or not. |
org.w3c.cci2.SimpleTypeOrder |
orderByClause()
Allows to adds a sort instruction for
QueryFilterProperty depending the feature clause
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.MultivaluedFeaturePredicate |
stringParam()
Adds a constraint to the predicate for
QueryFilterProperty testing whether the feature stringParam has values or not. |
org.w3c.cci2.BooleanTypePredicate |
thereExistsBooleanParam()
Adds a condition for the feature
booleanParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature booleanParam satisfy the given condition. |
org.w3c.cci2.PartiallyOrderedTypePredicate<XMLGregorianCalendar> |
thereExistsDateParam()
Adds a condition for the feature
dateParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature dateParam satisfy the given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
thereExistsDateTimeParam()
Adds a condition for the feature
dateTimeParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature dateTimeParam satisfy the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
thereExistsDecimalParam()
Adds a condition for the feature
decimalParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature decimalParam satisfy the given condition. |
org.w3c.cci2.ComparableTypePredicate<Integer> |
thereExistsIntegerParam()
Adds a condition for the feature
integerParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature integerParam satisfy the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsStringParam()
Adds a condition for the feature
stringParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature stringParam satisfy the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate booleanParam()
QueryFilterProperty testing whether the feature booleanParam has values or not.org.w3c.cci2.BooleanTypePredicate thereExistsBooleanParam()
booleanParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature booleanParam satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.BooleanTypePredicate forAllBooleanParam()
booleanParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature booleanParam satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
org.w3c.cci2.StringTypePredicate clause()
org.w3c.cci2.SimpleTypeOrder orderByClause()
QueryFilterProperty depending the feature clause
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.MultivaluedFeaturePredicate dateParam()
QueryFilterProperty testing whether the feature dateParam has values or not.org.w3c.cci2.PartiallyOrderedTypePredicate<XMLGregorianCalendar> thereExistsDateParam()
dateParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature dateParam satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.PartiallyOrderedTypePredicate<XMLGregorianCalendar> forAllDateParam()
dateParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature dateParam satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
org.w3c.cci2.MultivaluedFeaturePredicate dateTimeParam()
QueryFilterProperty testing whether the feature dateTimeParam has values or not.org.w3c.cci2.ComparableTypePredicate<Date> thereExistsDateTimeParam()
dateTimeParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature dateTimeParam satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Date> forAllDateTimeParam()
dateTimeParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature dateTimeParam satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
org.w3c.cci2.MultivaluedFeaturePredicate decimalParam()
QueryFilterProperty testing whether the feature decimalParam has values or not.org.w3c.cci2.ComparableTypePredicate<BigDecimal> thereExistsDecimalParam()
decimalParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature decimalParam satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<BigDecimal> forAllDecimalParam()
decimalParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature decimalParam satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
org.w3c.cci2.MultivaluedFeaturePredicate integerParam()
QueryFilterProperty testing whether the feature integerParam has values or not.org.w3c.cci2.ComparableTypePredicate<Integer> thereExistsIntegerParam()
integerParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature integerParam satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Integer> forAllIntegerParam()
integerParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature integerParam satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
org.w3c.cci2.MultivaluedFeaturePredicate stringParam()
QueryFilterProperty testing whether the feature stringParam has values or not.org.w3c.cci2.StringTypePredicate thereExistsStringParam()
stringParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature stringParam satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllStringParam()
stringParam to the predicate for QueryFilterProperty, which evaluates to false unless the values of the feature stringParam satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.