org.opencrx.kernel.contract1.cci2
Interface AbstractFilterContractQuery

All Superinterfaces:
AbstractFilterQuery, AnyTypePredicate
All Known Subinterfaces:
ContractFilterGlobalQuery

public interface AbstractFilterContractQuery
extends AbstractFilterQuery


Method Summary
 MultivaluedFeaturePredicate filteredContract()
          Adds a constraint to the predicate for AbstractFilterContract testing whether the feature filteredContract has values or not.
 MultivaluedFeaturePredicate filterProperty()
          Adds a constraint to the predicate for AbstractFilterContract testing whether the feature filterProperty has values or not.
 AbstractContractQuery forAllFilteredContract()
          Adds a condition for the feature filteredContract to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filteredContract satisfies the given condition.
 ContractFilterPropertyQuery forAllFilterProperty()
          Adds a condition for the feature filterProperty to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filterProperty satisfies the given condition.
 AbstractContractQuery thereExistsFilteredContract()
          Adds a condition for the feature filteredContract to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filteredContract satisfies the given condition.
 ContractFilterPropertyQuery thereExistsFilterProperty()
          Adds a condition for the feature filterProperty to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filterProperty satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

filterProperty

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


thereExistsFilterProperty

ContractFilterPropertyQuery thereExistsFilterProperty()
Adds a condition for the feature filterProperty to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filterProperty satisfies the given condition.

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


forAllFilterProperty

ContractFilterPropertyQuery forAllFilterProperty()
Adds a condition for the feature filterProperty to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filterProperty satisfies the given condition.

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


filteredContract

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


thereExistsFilteredContract

AbstractContractQuery thereExistsFilteredContract()
Adds a condition for the feature filteredContract to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filteredContract satisfies the given condition.

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


forAllFilteredContract

AbstractContractQuery forAllFilteredContract()
Adds a condition for the feature filteredContract to the predicate for AbstractFilterContract, which evaluates to false unless the value of the feature filteredContract 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-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.