public interface DocumentLanguageFilterPropertyQuery extends DocumentAttributeFilterPropertyQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
contentLanguage()
Adds a constraint to the predicate for
DocumentLanguageFilterProperty testing whether the feature contentLanguage has values or not. |
org.w3c.cci2.ComparableTypePredicate<Short> |
forAllContentLanguage()
Adds a condition for the feature
contentLanguage to the predicate for DocumentLanguageFilterProperty, which evaluates to false unless the values of the feature contentLanguage satisfy the given condition. |
org.w3c.cci2.ComparableTypePredicate<Short> |
thereExistsContentLanguage()
Adds a condition for the feature
contentLanguage to the predicate for DocumentLanguageFilterProperty, which evaluates to false unless the values of the feature contentLanguage satisfy 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 contentLanguage()
DocumentLanguageFilterProperty testing whether the feature contentLanguage has values or not.org.w3c.cci2.ComparableTypePredicate<Short> thereExistsContentLanguage()
contentLanguage to the predicate for DocumentLanguageFilterProperty, which evaluates to false unless the values of the feature contentLanguage satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Short> forAllContentLanguage()
contentLanguage to the predicate for DocumentLanguageFilterProperty, which evaluates to false unless the values of the feature contentLanguage satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. 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.