org.opencrx.kernel.activity1.cci2
Interface AbstractFilterActivityQuery

All Superinterfaces:
AbstractFilterQuery, AnyTypePredicate
All Known Subinterfaces:
ActivityFilterGlobalQuery, ActivityFilterGroupQuery

public interface AbstractFilterActivityQuery
extends AbstractFilterQuery


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

filterProperty

MultivaluedFeaturePredicate filterProperty()
Adds a constraint to the predicate for AbstractFilterActivity testing whether the feature filterProperty has values or not.


thereExistsFilterProperty

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllFilterProperty

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


filteredActivity

MultivaluedFeaturePredicate filteredActivity()
Adds a constraint to the predicate for AbstractFilterActivity testing whether the feature filteredActivity has values or not.


thereExistsFilteredActivity

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllFilteredActivity

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.

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-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.