org.opencrx.kernel.base.cci2
Interface QueryFilterPropertyQuery

All Superinterfaces:
AbstractFilterPropertyQuery, AnyTypePredicate
All Known Subinterfaces:
AccountQueryFilterPropertyQuery, ActivityQueryFilterPropertyQuery, AddressQueryFilterPropertyQuery, ProductQueryFilterPropertyQuery

public interface QueryFilterPropertyQuery
extends AbstractFilterPropertyQuery


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

booleanParam

MultivaluedFeaturePredicate booleanParam()
Adds a constraint to the predicate for QueryFilterProperty testing whether the feature booleanParam has values or not.


thereExistsBooleanParam

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllBooleanParam

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByBooleanParam

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!


clause

StringTypePredicate clause()

orderByClause

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!


dateParam

MultivaluedFeaturePredicate dateParam()
Adds a constraint to the predicate for QueryFilterProperty testing whether the feature dateParam has values or not.


thereExistsDateParam

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllDateParam

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByDateParam

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!


dateTimeParam

MultivaluedFeaturePredicate dateTimeParam()
Adds a constraint to the predicate for QueryFilterProperty testing whether the feature dateTimeParam has values or not.


thereExistsDateTimeParam

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllDateTimeParam

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByDateTimeParam

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!


decimalParam

MultivaluedFeaturePredicate decimalParam()
Adds a constraint to the predicate for QueryFilterProperty testing whether the feature decimalParam has values or not.


thereExistsDecimalParam

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllDecimalParam

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByDecimalParam

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!


integerParam

MultivaluedFeaturePredicate integerParam()
Adds a constraint to the predicate for QueryFilterProperty testing whether the feature integerParam has values or not.


thereExistsIntegerParam

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllIntegerParam

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByIntegerParam

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!


stringParam

MultivaluedFeaturePredicate stringParam()
Adds a constraint to the predicate for QueryFilterProperty testing whether the feature stringParam has values or not.


thereExistsStringParam

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllStringParam

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByStringParam

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!



This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.