org.opencrx.kernel.account1.cci2
Interface AbstractFilterAddressQuery

All Superinterfaces:
AbstractFilterQuery, AnyTypePredicate
All Known Subinterfaces:
AddressFilterGlobalQuery

public interface AbstractFilterAddressQuery
extends AbstractFilterQuery


Method Summary
 MultivaluedFeaturePredicate addressFilterProperty()
          Adds a constraint to the predicate for AbstractFilterAddress testing whether the feature addressFilterProperty has values or not.
 MultivaluedFeaturePredicate filteredAddress()
          Adds a constraint to the predicate for AbstractFilterAddress testing whether the feature filteredAddress has values or not.
 AddressFilterPropertyQuery forAllAddressFilterProperty()
          Adds a condition for the feature addressFilterProperty to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature addressFilterProperty satisfies the given condition.
 AccountAddressQuery forAllFilteredAddress()
          Adds a condition for the feature filteredAddress to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature filteredAddress satisfies the given condition.
 AddressFilterPropertyQuery thereExistsAddressFilterProperty()
          Adds a condition for the feature addressFilterProperty to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature addressFilterProperty satisfies the given condition.
 AccountAddressQuery thereExistsFilteredAddress()
          Adds a condition for the feature filteredAddress to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature filteredAddress satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

addressFilterProperty

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


thereExistsAddressFilterProperty

AddressFilterPropertyQuery thereExistsAddressFilterProperty()
Adds a condition for the feature addressFilterProperty to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature addressFilterProperty satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllAddressFilterProperty

AddressFilterPropertyQuery forAllAddressFilterProperty()
Adds a condition for the feature addressFilterProperty to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature addressFilterProperty satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


filteredAddress

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


thereExistsFilteredAddress

AccountAddressQuery thereExistsFilteredAddress()
Adds a condition for the feature filteredAddress to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature filteredAddress satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllFilteredAddress

AccountAddressQuery forAllFilteredAddress()
Adds a condition for the feature filteredAddress to the predicate for AbstractFilterAddress, which evaluates to false unless the value of the feature filteredAddress satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied



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