org.opencrx.kernel.activity1.cci2
Interface AddWorkRecordResultQuery

All Superinterfaces:
AnyTypePredicate

public interface AddWorkRecordResultQuery
extends AnyTypePredicate


Method Summary
 ActivityWorkRecordQuery forAllWorkRecord()
          Adds a condition for the feature workRecord to the predicate for AddWorkRecordResult, which evaluates to false unless the value of the feature workRecord satisfies the given condition.
 ActivityWorkRecordQuery thereExistsWorkRecord()
          Adds a condition for the feature workRecord to the predicate for AddWorkRecordResult, which evaluates to false unless the value of the feature workRecord satisfies the given condition.
 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, equals, 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 condition for the feature workRecord to the predicate for AddWorkRecordResult, which evaluates to false unless the value of the feature workRecord satisfies the given condition.

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


forAllWorkRecord

ActivityWorkRecordQuery forAllWorkRecord()
Adds a condition for the feature workRecord to the predicate for AddWorkRecordResult, which evaluates to false unless the value of the feature workRecord 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-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.