org.opencrx.kernel.activity1.query
Interface AddWorkRecordResultQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
AddWorkRecordResultFilterImpl

public interface AddWorkRecordResultQuery
extends AnyTypePredicate


Method Summary
 ActivityWorkRecordQuery forAllWorkRecord()
          Adds a constraint for the feature workRecord to the predicate.
 ActivityWorkRecordQuery thereExistsWorkRecord()
          Adds a constraint for the feature workRecord to the predicate.
 OptionalFeaturePredicate workRecord()
          Adds a constraint to the predicate for AddWorkRecordResult testing whether the value of the feature workRecord is null or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

workRecord

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


thereExistsWorkRecord

ActivityWorkRecordQuery thereExistsWorkRecord()
Adds a constraint for the feature workRecord to the predicate. The predicate for AddWorkRecordResult evaluates true if its value of feature workRecord 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!


forAllWorkRecord

ActivityWorkRecordQuery forAllWorkRecord()
Adds a constraint for the feature workRecord to the predicate. The predicate for AddWorkRecordResult evaluates true if its value of feature workRecord 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.