public interface AbstractFilterAccountQuery extends AbstractFilterQuery
| Type | Property and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
accountFilter
Adds a constraint to the predicate for
AbstractFilterAccount testing whether the feature accountFilterProperty has values or not. |
AccountFilterPropertyQuery |
forAllAccountFilter
Adds a condition for the feature
accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty satisfies the given condition. |
AccountFilterPropertyQuery |
thereExistsAccountFilter
Adds a condition for the feature
accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty satisfies the given condition. |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
accountFilterProperty()
Adds a constraint to the predicate for
AbstractFilterAccount testing whether the feature accountFilterProperty has values or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
filteredAccount()
Adds a constraint to the predicate for
AbstractFilterAccount testing whether the feature filteredAccount has values or not. |
AccountFilterPropertyQuery |
forAllAccountFilterProperty()
Adds a condition for the feature
accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty satisfies the given condition. |
AccountQuery |
forAllFilteredAccount()
Adds a condition for the feature
filteredAccount to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature filteredAccount satisfies the given condition. |
AccountFilterPropertyQuery |
thereExistsAccountFilterProperty()
Adds a condition for the feature
accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty satisfies the given condition. |
AccountQuery |
thereExistsFilteredAccount()
Adds a condition for the feature
filteredAccount to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature filteredAccount satisfies the given condition. |
AbstractFilterAccount testing whether the feature accountFilterProperty has values or not.accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty 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 accountFilterProperty()
AbstractFilterAccount testing whether the feature accountFilterProperty has values or not.AccountFilterPropertyQuery thereExistsAccountFilterProperty()
accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AccountFilterPropertyQuery forAllAccountFilterProperty()
accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty 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 filteredAccount()
AbstractFilterAccount testing whether the feature filteredAccount has values or not.AccountQuery thereExistsFilteredAccount()
filteredAccount to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature filteredAccount satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AccountQuery forAllFilteredAccount()
filteredAccount to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature filteredAccount 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.