|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AddActivityFollowUpParamsQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
activityNumber()
Adds a constraint to the predicate for AddActivityFollowUpParams testing whether the value of the feature activityNumber is null or not. |
MultivaluedFeaturePredicate |
category()
Adds a constraint to the predicate for AddActivityFollowUpParams testing whether the feature category has values or not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for AddActivityFollowUpParams testing whether the value of the feature description is null or not. |
StringTypePredicate |
forAllActivityNumber()
Adds a condition for the feature activityNumber to the predicate for AddActivityFollowUpParams, which evaluates to false unless the value of the feature activityNumber satisfies the given condition. |
StringTypePredicate |
forAllCategory()
Adds a condition for the feature category to the predicate for AddActivityFollowUpParams, which evaluates to false unless the values of the feature category satisfy the given condition. |
StringTypePredicate |
forAllDescription()
Adds a condition for the feature description to the predicate for AddActivityFollowUpParams, which evaluates to false unless the value of the feature description satisfies the given condition. |
StringTypePredicate |
forAllReportingCustomerNumber()
Adds a condition for the feature reportingCustomerNumber to the predicate for AddActivityFollowUpParams, which evaluates to false unless the value of the feature reportingCustomerNumber satisfies the given condition. |
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByActivityNumber()
Allows to adds a sort instruction for AddActivityFollowUpParams depending the feature activityNumber
Note: The order in which orderBy… instructions are given is relevant! |
MultivaluedTypeOrder |
orderByCategory()
Allows to adds a sort instruction for AddActivityFollowUpParams depending the feature category
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for AddActivityFollowUpParams depending the feature description
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for AddActivityFollowUpParams depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByReportingCustomerNumber()
Allows to adds a sort instruction for AddActivityFollowUpParams depending the feature reportingCustomerNumber
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByTransitionName()
Allows to adds a sort instruction for AddActivityFollowUpParams depending the feature transitionName
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
reportingCustomerNumber()
Adds a constraint to the predicate for AddActivityFollowUpParams testing whether the value of the feature reportingCustomerNumber is null or not. |
StringTypePredicate |
thereExistsActivityNumber()
Adds a condition for the feature activityNumber to the predicate for AddActivityFollowUpParams, which evaluates to false unless the value of the feature activityNumber satisfies the given condition. |
StringTypePredicate |
thereExistsCategory()
Adds a condition for the feature category to the predicate for AddActivityFollowUpParams, which evaluates to false unless the values of the feature category satisfy the given condition. |
StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature description to the predicate for AddActivityFollowUpParams, which evaluates to false unless the value of the feature description satisfies the given condition. |
StringTypePredicate |
thereExistsReportingCustomerNumber()
Adds a condition for the feature reportingCustomerNumber to the predicate for AddActivityFollowUpParams, which evaluates to false unless the value of the feature reportingCustomerNumber satisfies the given condition. |
StringTypePredicate |
transitionName()
|
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate activityNumber()
AddActivityFollowUpParams testing whether the value of the feature activityNumber is null or not.
StringTypePredicate thereExistsActivityNumber()
activityNumber to the predicate for AddActivityFollowUpParams, which evaluates to false unless the value of the feature activityNumber satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllActivityNumber()
activityNumber to the predicate for AddActivityFollowUpParams, which evaluates to false unless the value of the feature activityNumber satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByActivityNumber()
AddActivityFollowUpParams depending the feature activityNumber
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate category()
AddActivityFollowUpParams testing whether the feature category has values or not.
StringTypePredicate thereExistsCategory()
category to the predicate for AddActivityFollowUpParams, which evaluates to false unless the values of the feature category satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
StringTypePredicate forAllCategory()
category to the predicate for AddActivityFollowUpParams, which evaluates to false unless the values of the feature category satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
MultivaluedTypeOrder orderByCategory()
AddActivityFollowUpParams depending the feature category
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate description()
AddActivityFollowUpParams testing whether the value of the feature description is null or not.
StringTypePredicate thereExistsDescription()
description to the predicate for AddActivityFollowUpParams, which evaluates to false unless the value of the feature description satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllDescription()
description to the predicate for AddActivityFollowUpParams, which evaluates to false unless the value of the feature description satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByDescription()
AddActivityFollowUpParams depending the feature description
Note: The order in which orderBy… instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
AddActivityFollowUpParams depending the feature name
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate reportingCustomerNumber()
AddActivityFollowUpParams testing whether the value of the feature reportingCustomerNumber is null or not.
StringTypePredicate thereExistsReportingCustomerNumber()
reportingCustomerNumber to the predicate for AddActivityFollowUpParams, which evaluates to false unless the value of the feature reportingCustomerNumber satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllReportingCustomerNumber()
reportingCustomerNumber to the predicate for AddActivityFollowUpParams, which evaluates to false unless the value of the feature reportingCustomerNumber satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByReportingCustomerNumber()
AddActivityFollowUpParams depending the feature reportingCustomerNumber
Note: The order in which orderBy… instructions are given is relevant!
StringTypePredicate transitionName()
SimpleTypeOrder orderByTransitionName()
AddActivityFollowUpParams depending the feature transitionName
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||