org.opencrx.kernel.activity1.cci2
Interface LinkToAndFollowUpParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface LinkToAndFollowUpParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate activity()
          Adds a constraint to the predicate for LinkToAndFollowUpParams testing whether the value of the feature activity is null or not.
 ActivityQuery forAllActivity()
          Adds a condition for the feature activity to the predicate for LinkToAndFollowUpParams, which evaluates to false unless the value of the feature activity satisfies the given condition.
 ActivityProcessTransitionQuery forAllTransition()
          Adds a condition for the feature transition to the predicate for LinkToAndFollowUpParams, which evaluates to false unless the value of the feature transition satisfies the given condition.
 ActivityQuery thereExistsActivity()
          Adds a condition for the feature activity to the predicate for LinkToAndFollowUpParams, which evaluates to false unless the value of the feature activity satisfies the given condition.
 ActivityProcessTransitionQuery thereExistsTransition()
          Adds a condition for the feature transition to the predicate for LinkToAndFollowUpParams, which evaluates to false unless the value of the feature transition satisfies the given condition.
 OptionalFeaturePredicate transition()
          Adds a constraint to the predicate for LinkToAndFollowUpParams testing whether the value of the feature transition is null or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

activity

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


thereExistsActivity

ActivityQuery thereExistsActivity()
Adds a condition for the feature activity to the predicate for LinkToAndFollowUpParams, which evaluates to false unless the value of the feature activity satisfies the given condition.

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


forAllActivity

ActivityQuery forAllActivity()
Adds a condition for the feature activity to the predicate for LinkToAndFollowUpParams, which evaluates to false unless the value of the feature activity satisfies the given condition.

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


transition

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


thereExistsTransition

ActivityProcessTransitionQuery thereExistsTransition()
Adds a condition for the feature transition to the predicate for LinkToAndFollowUpParams, which evaluates to false unless the value of the feature transition satisfies the given condition.

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


forAllTransition

ActivityProcessTransitionQuery forAllTransition()
Adds a condition for the feature transition to the predicate for LinkToAndFollowUpParams, which evaluates to false unless the value of the feature transition 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.