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