|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityDoFollowUpParamsQuery
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 |
---|
OptionalFeaturePredicate assignTo()
ActivityDoFollowUpParams
testing whether the value of the feature assignTo
is null
or not.
ContactQuery thereExistsAssignTo()
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
ContactQuery forAllAssignTo()
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
OptionalFeaturePredicate followUpText()
ActivityDoFollowUpParams
testing whether the value of the feature followUpText
is null
or not.
StringTypePredicate thereExistsFollowUpText()
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
StringTypePredicate forAllFollowUpText()
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
SimpleTypeOrder orderByFollowUpText()
ActivityDoFollowUpParams
depending the feature followUpText
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate followUpTitle()
ActivityDoFollowUpParams
testing whether the value of the feature followUpTitle
is null
or not.
StringTypePredicate thereExistsFollowUpTitle()
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
StringTypePredicate forAllFollowUpTitle()
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
SimpleTypeOrder orderByFollowUpTitle()
ActivityDoFollowUpParams
depending the feature followUpTitle
Note: The order in which orderBy…
instructions are given is relevant!
ActivityProcessTransitionQuery transition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |