|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryFilterPropertyQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
booleanParam()
Adds a constraint to the predicate for QueryFilterProperty
testing whether the feature booleanParam has values or
not. |
StringTypePredicate |
clause()
|
MultivaluedFeaturePredicate |
dateParam()
Adds a constraint to the predicate for QueryFilterProperty
testing whether the feature dateParam has values or not. |
MultivaluedFeaturePredicate |
dateTimeParam()
Adds a constraint to the predicate for QueryFilterProperty
testing whether the feature dateTimeParam has values or
not. |
MultivaluedFeaturePredicate |
decimalParam()
Adds a constraint to the predicate for QueryFilterProperty
testing whether the feature decimalParam has values or
not. |
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. |
PartiallyOrderedTypePredicate<javax.xml.datatype.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. |
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. |
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. |
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. |
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. |
MultivaluedFeaturePredicate |
integerParam()
Adds a constraint to the predicate for QueryFilterProperty
testing whether the feature integerParam has values or
not. |
MultivaluedTypeOrder |
orderByBooleanParam()
Allows to adds a sort instruction for QueryFilterProperty
depending the feature booleanParam
Note: The order in which orderBy…
instructions are given is relevant! |
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! |
MultivaluedTypeOrder |
orderByDateParam()
Allows to adds a sort instruction for QueryFilterProperty
depending the feature dateParam
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedTypeOrder |
orderByDateTimeParam()
Allows to adds a sort instruction for QueryFilterProperty
depending the feature dateTimeParam
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedTypeOrder |
orderByDecimalParam()
Allows to adds a sort instruction for QueryFilterProperty
depending the feature decimalParam
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedTypeOrder |
orderByIntegerParam()
Allows to adds a sort instruction for QueryFilterProperty
depending the feature integerParam
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedTypeOrder |
orderByStringParam()
Allows to adds a sort instruction for QueryFilterProperty
depending the feature stringParam
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedFeaturePredicate |
stringParam()
Adds a constraint to the predicate for QueryFilterProperty
testing whether the feature stringParam has values or not. |
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. |
PartiallyOrderedTypePredicate<javax.xml.datatype.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. |
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. |
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. |
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. |
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. |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AbstractFilterPropertyQuery |
|---|
description, forAllDescription, forAllIsActive, isActive, name, orderByDescription, orderByIsActive, orderByName, thereExistsDescription, thereExistsIsActive |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate booleanParam()
QueryFilterProperty
testing whether the feature booleanParam has values or
not.
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
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
MultivaluedTypeOrder orderByBooleanParam()
QueryFilterProperty
depending the feature booleanParam
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate clause()
SimpleTypeOrder orderByClause()
QueryFilterProperty
depending the feature clause
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate dateParam()
QueryFilterProperty
testing whether the feature dateParam has values or not.
PartiallyOrderedTypePredicate<javax.xml.datatype.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
PartiallyOrderedTypePredicate<javax.xml.datatype.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
MultivaluedTypeOrder orderByDateParam()
QueryFilterProperty
depending the feature dateParam
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate dateTimeParam()
QueryFilterProperty
testing whether the feature dateTimeParam has values or
not.
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
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
MultivaluedTypeOrder orderByDateTimeParam()
QueryFilterProperty
depending the feature dateTimeParam
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate decimalParam()
QueryFilterProperty
testing whether the feature decimalParam has values or
not.
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
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
MultivaluedTypeOrder orderByDecimalParam()
QueryFilterProperty
depending the feature decimalParam
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate integerParam()
QueryFilterProperty
testing whether the feature integerParam has values or
not.
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
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
MultivaluedTypeOrder orderByIntegerParam()
QueryFilterProperty
depending the feature integerParam
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate stringParam()
QueryFilterProperty
testing whether the feature stringParam has values or not.
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
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
MultivaluedTypeOrder orderByStringParam()
QueryFilterProperty
depending the feature stringParam
Note: The order in which orderBy…
instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||