public interface AbstractFilterDocumentQuery extends AbstractFilterQuery
| Type | Property and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
filter
Adds a constraint to the predicate for
AbstractFilterDocument testing whether the feature filterProperty has values or not. |
DocumentFilterPropertyQuery |
forAllFilter
Adds a condition for the feature
filterProperty to the predicate for AbstractFilterDocument, which evaluates to false unless the value of the feature filterProperty satisfies the given condition. |
DocumentFilterPropertyQuery |
thereExistsFilter
Adds a condition for the feature
filterProperty to the predicate for AbstractFilterDocument, 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 |
filteredDocument()
Adds a constraint to the predicate for
AbstractFilterDocument testing whether the feature filteredDocument has values or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
filterProperty()
Adds a constraint to the predicate for
AbstractFilterDocument testing whether the feature filterProperty has values or not. |
DocumentQuery |
forAllFilteredDocument()
Adds a condition for the feature
filteredDocument to the predicate for AbstractFilterDocument, which evaluates to false unless the value of the feature filteredDocument satisfies the given condition. |
DocumentFilterPropertyQuery |
forAllFilterProperty()
Adds a condition for the feature
filterProperty to the predicate for AbstractFilterDocument, which evaluates to false unless the value of the feature filterProperty satisfies the given condition. |
DocumentQuery |
thereExistsFilteredDocument()
Adds a condition for the feature
filteredDocument to the predicate for AbstractFilterDocument, which evaluates to false unless the value of the feature filteredDocument satisfies the given condition. |
DocumentFilterPropertyQuery |
thereExistsFilterProperty()
Adds a condition for the feature
filterProperty to the predicate for AbstractFilterDocument, which evaluates to false unless the value of the feature filterProperty satisfies the given condition. |
AbstractFilterDocument testing whether the feature filterProperty has values or not.filterProperty to the predicate for AbstractFilterDocument, 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 AbstractFilterDocument, 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()
AbstractFilterDocument testing whether the feature filterProperty has values or not.DocumentFilterPropertyQuery thereExistsFilterProperty()
filterProperty to the predicate for AbstractFilterDocument, 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
DocumentFilterPropertyQuery forAllFilterProperty()
filterProperty to the predicate for AbstractFilterDocument, 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 filteredDocument()
AbstractFilterDocument testing whether the feature filteredDocument has values or not.DocumentQuery thereExistsFilteredDocument()
filteredDocument to the predicate for AbstractFilterDocument, which evaluates to false unless the value of the feature filteredDocument satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
DocumentQuery forAllFilteredDocument()
filteredDocument to the predicate for AbstractFilterDocument, which evaluates to false unless the value of the feature filteredDocument 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.