org.opencrx.kernel.activity1.cci2
Interface AddWorkAndExpenseRecordResultQuery

All Superinterfaces:
AnyTypePredicate

public interface AddWorkAndExpenseRecordResultQuery
extends AnyTypePredicate


Method Summary
 WorkAndExpenseRecordQuery forAllWorkRecord()
          Adds a condition for the feature workRecord to the predicate for AddWorkAndExpenseRecordResult, which evaluates to false unless the value of the feature workRecord satisfies the given condition.
 WorkAndExpenseRecordQuery thereExistsWorkRecord()
          Adds a condition for the feature workRecord to the predicate for AddWorkAndExpenseRecordResult, which evaluates to false unless the value of the feature workRecord satisfies the given condition.
 OptionalFeaturePredicate workRecord()
          Adds a constraint to the predicate for AddWorkAndExpenseRecordResult 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 AddWorkAndExpenseRecordResult testing whether the value of the feature workRecord is null or not.


thereExistsWorkRecord

WorkAndExpenseRecordQuery thereExistsWorkRecord()
Adds a condition for the feature workRecord to the predicate for AddWorkAndExpenseRecordResult, 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

WorkAndExpenseRecordQuery forAllWorkRecord()
Adds a condition for the feature workRecord to the predicate for AddWorkAndExpenseRecordResult, 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-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.