public interface IndexedQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
IndexEntryQuery |
forAllIndexEntry()
Adds a condition for the feature
indexEntry to the predicate for Indexed, which evaluates to false unless the value of the feature indexEntry satisfies the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate |
indexEntry()
Adds a constraint to the predicate for
Indexed testing whether the feature indexEntry has values or not. |
IndexEntryQuery |
thereExistsIndexEntry()
Adds a condition for the feature
indexEntry to the predicate for Indexed, which evaluates to false unless the value of the feature indexEntry satisfies the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate indexEntry()
Indexed testing whether the feature indexEntry has values or not.IndexEntryQuery thereExistsIndexEntry()
indexEntry to the predicate for Indexed, which evaluates to false unless the value of the feature indexEntry satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
IndexEntryQuery forAllIndexEntry()
indexEntry to the predicate for Indexed, which evaluates to false unless the value of the feature indexEntry 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.