public interface CustomerFilterPropertyQuery extends ContractAttributeFilterPropertyQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
customer()
Adds a constraint to the predicate for
CustomerFilterProperty testing whether the feature customer has values or not. |
AccountQuery |
forAllCustomer()
Adds a condition for the feature
customer to the predicate for CustomerFilterProperty, which evaluates to false unless the value of the feature customer satisfies the given condition. |
AccountQuery |
thereExistsCustomer()
Adds a condition for the feature
customer to the predicate for CustomerFilterProperty, which evaluates to false unless the value of the feature customer satisfies the given condition. |
filterOperator, filterQuantor, orderByFilterOperator, orderByFilterQuantordescription, forAllDescription, forAllIsActive, isActive, name, orderByDescription, orderByIsActive, orderByName, thereExistsDescription, thereExistsIsActiveaccessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUsercreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.MultivaluedFeaturePredicate customer()
CustomerFilterProperty testing whether the feature customer has values or not.AccountQuery thereExistsCustomer()
customer to the predicate for CustomerFilterProperty, which evaluates to false unless the value of the feature customer satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AccountQuery forAllCustomer()
customer to the predicate for CustomerFilterProperty, which evaluates to false unless the value of the feature customer 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.