org.opencrx.kernel.activity1.cci2
Interface ActivityDoFollowUpParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface ActivityDoFollowUpParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate assignTo()
          Adds a constraint to the predicate for ActivityDoFollowUpParams testing whether the value of the feature assignTo is null or not.
 OptionalFeaturePredicate followUpText()
          Adds a constraint to the predicate for ActivityDoFollowUpParams testing whether the value of the feature followUpText is null or not.
 OptionalFeaturePredicate followUpTitle()
          Adds a constraint to the predicate for ActivityDoFollowUpParams testing whether the value of the feature followUpTitle is null or not.
 ContactQuery forAllAssignTo()
          Adds a condition for the feature assignTo to the predicate for ActivityDoFollowUpParams, which evaluates to false unless the value of the feature assignTo satisfies the given condition.
 StringTypePredicate forAllFollowUpText()
          Adds a condition for the feature followUpText to the predicate for ActivityDoFollowUpParams, which evaluates to false unless the value of the feature followUpText satisfies the given condition.
 StringTypePredicate forAllFollowUpTitle()
          Adds a condition for the feature followUpTitle to the predicate for ActivityDoFollowUpParams, which evaluates to false unless the value of the feature followUpTitle satisfies the given condition.
 SimpleTypeOrder orderByFollowUpText()
          Allows to adds a sort instruction for ActivityDoFollowUpParams depending the feature followUpText Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByFollowUpTitle()
          Allows to adds a sort instruction for ActivityDoFollowUpParams depending the feature followUpTitle Note: The order in which orderBy… instructions are given is relevant!
 ContactQuery thereExistsAssignTo()
          Adds a condition for the feature assignTo to the predicate for ActivityDoFollowUpParams, which evaluates to false unless the value of the feature assignTo satisfies the given condition.
 StringTypePredicate thereExistsFollowUpText()
          Adds a condition for the feature followUpText to the predicate for ActivityDoFollowUpParams, which evaluates to false unless the value of the feature followUpText satisfies the given condition.
 StringTypePredicate thereExistsFollowUpTitle()
          Adds a condition for the feature followUpTitle to the predicate for ActivityDoFollowUpParams, which evaluates to false unless the value of the feature followUpTitle satisfies the given condition.
 ActivityProcessTransitionQuery transition()
           
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

assignTo

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


thereExistsAssignTo

ContactQuery thereExistsAssignTo()
Adds a condition for the feature assignTo to the predicate for ActivityDoFollowUpParams, which evaluates to false unless the value of the feature assignTo satisfies the given condition.

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


forAllAssignTo

ContactQuery forAllAssignTo()
Adds a condition for the feature assignTo to the predicate for ActivityDoFollowUpParams, which evaluates to false unless the value of the feature assignTo satisfies the given condition.

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


followUpText

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


thereExistsFollowUpText

StringTypePredicate thereExistsFollowUpText()
Adds a condition for the feature followUpText to the predicate for ActivityDoFollowUpParams, which evaluates to false unless the value of the feature followUpText satisfies the given condition.

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


forAllFollowUpText

StringTypePredicate forAllFollowUpText()
Adds a condition for the feature followUpText to the predicate for ActivityDoFollowUpParams, which evaluates to false unless the value of the feature followUpText satisfies the given condition.

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


orderByFollowUpText

SimpleTypeOrder orderByFollowUpText()
Allows to adds a sort instruction for ActivityDoFollowUpParams depending the feature followUpText Note: The order in which orderBy… instructions are given is relevant!


followUpTitle

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


thereExistsFollowUpTitle

StringTypePredicate thereExistsFollowUpTitle()
Adds a condition for the feature followUpTitle to the predicate for ActivityDoFollowUpParams, which evaluates to false unless the value of the feature followUpTitle satisfies the given condition.

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


forAllFollowUpTitle

StringTypePredicate forAllFollowUpTitle()
Adds a condition for the feature followUpTitle to the predicate for ActivityDoFollowUpParams, which evaluates to false unless the value of the feature followUpTitle satisfies the given condition.

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


orderByFollowUpTitle

SimpleTypeOrder orderByFollowUpTitle()
Allows to adds a sort instruction for ActivityDoFollowUpParams depending the feature followUpTitle Note: The order in which orderBy… instructions are given is relevant!


transition

ActivityProcessTransitionQuery transition()


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