public interface AbstractFilterContractQuery extends AbstractFilterQuery
| Type | Property and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
filter
Adds a constraint to the predicate for
AbstractFilterContract testing whether the feature filterProperty has values or not. |
ContractFilterPropertyQuery |
forAllFilter
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. |
ContractFilterPropertyQuery |
thereExistsFilter
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. |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
filteredContract()
Adds a constraint to the predicate for
AbstractFilterContract testing whether the feature filteredContract has values or not. |
org.w3c.cci2.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. |
AbstractFilterContract testing whether the feature filterProperty has values or not.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
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
org.w3c.cci2.MultivaluedFeaturePredicate filterProperty()
AbstractFilterContract testing whether the feature filterProperty has values or not.ContractFilterPropertyQuery thereExistsFilterProperty()
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
ContractFilterPropertyQuery forAllFilterProperty()
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
org.w3c.cci2.MultivaluedFeaturePredicate filteredContract()
AbstractFilterContract testing whether the feature filteredContract has values or not.AbstractContractQuery thereExistsFilteredContract()
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
AbstractContractQuery forAllFilteredContract()
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-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.