|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractFilterActivityQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
filteredActivity()
Adds a constraint to the predicate for AbstractFilterActivity testing whether the feature filteredActivity has values or not. |
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. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
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
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||