org.opencrx.kernel.activity1.query
Interface NewActivityResultQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
NewActivityResultFilterImpl

public interface NewActivityResultQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate activity()
          Adds a constraint to the predicate for NewActivityResult testing whether the value of the feature activity is null or not.
 ActivityQuery forAllActivity()
          Adds a constraint for the feature activity to the predicate.
 ActivityQuery thereExistsActivity()
          Adds a constraint for the feature activity to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

activity

OptionalFeaturePredicate activity()
Adds a constraint to the predicate for NewActivityResult testing whether the value of the feature activity is null or not.


thereExistsActivity

ActivityQuery thereExistsActivity()
Adds a constraint for the feature activity to the predicate. The predicate for NewActivityResult evaluates true if its value of feature activity satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllActivity

ActivityQuery forAllActivity()
Adds a constraint for the feature activity to the predicate. The predicate for NewActivityResult evaluates true if its value of feature activity satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.