org.opencrx.kernel.activity1.query
Interface ActivityDoFollowUpParamsQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
ActivityDoFollowUpParamsFilterImpl

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 constraint for the feature assignTo to the predicate.
 StringTypePredicate forAllFollowUpText()
          Adds a constraint for the feature followUpText to the predicate.
 StringTypePredicate forAllFollowUpTitle()
          Adds a constraint for the feature followUpTitle to the predicate.
 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 constraint for the feature assignTo to the predicate.
 StringTypePredicate thereExistsFollowUpText()
          Adds a constraint for the feature followUpText to the predicate.
 StringTypePredicate thereExistsFollowUpTitle()
          Adds a constraint for the feature followUpTitle to the predicate.
 ActivityProcessTransitionQuery transition()
           
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, 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 constraint for the feature assignTo to the predicate. The predicate for ActivityDoFollowUpParams evaluates true if its value of feature assignTo 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!


forAllAssignTo

ContactQuery forAllAssignTo()
Adds a constraint for the feature assignTo to the predicate. The predicate for ActivityDoFollowUpParams evaluates true if its value of feature assignTo 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!


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 constraint for the feature followUpText to the predicate. The predicate for ActivityDoFollowUpParams evaluates true if its value of feature followUpText 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!


forAllFollowUpText

StringTypePredicate forAllFollowUpText()
Adds a constraint for the feature followUpText to the predicate. The predicate for ActivityDoFollowUpParams evaluates true if its value of feature followUpText 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!


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 constraint for the feature followUpTitle to the predicate. The predicate for ActivityDoFollowUpParams evaluates true if its value of feature followUpTitle 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!


forAllFollowUpTitle

StringTypePredicate forAllFollowUpTitle()
Adds a constraint for the feature followUpTitle to the predicate. The predicate for ActivityDoFollowUpParams evaluates true if its value of feature followUpTitle 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!


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-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.