|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GetActivitiesByQueryParamsQuery
Method Summary | |
---|---|
OptionalFeaturePredicate |
customerNumber()
Adds a constraint to the predicate for GetActivitiesByQueryParams testing whether the value of the feature customerNumber is null or not. |
StringTypePredicate |
forAllCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetActivitiesByQueryParams , which evaluates to false unless the value of the feature customerNumber satisfies the given condition. |
ComparableTypePredicate<Integer> |
forAllPercentCompleteThreshold()
Adds a condition for the feature percentCompleteThreshold to the predicate for GetActivitiesByQueryParams , which evaluates to false unless the value of the feature percentCompleteThreshold satisfies the given condition. |
SimpleTypeOrder |
orderByCustomerNumber()
Allows to adds a sort instruction for GetActivitiesByQueryParams depending the feature customerNumber
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByPercentCompleteThreshold()
Allows to adds a sort instruction for GetActivitiesByQueryParams depending the feature percentCompleteThreshold
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
percentCompleteThreshold()
Adds a constraint to the predicate for GetActivitiesByQueryParams testing whether the value of the feature percentCompleteThreshold is null or not. |
StringTypePredicate |
thereExistsCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetActivitiesByQueryParams , which evaluates to false unless the value of the feature customerNumber satisfies the given condition. |
ComparableTypePredicate<Integer> |
thereExistsPercentCompleteThreshold()
Adds a condition for the feature percentCompleteThreshold to the predicate for GetActivitiesByQueryParams , which evaluates to false unless the value of the feature percentCompleteThreshold satisfies the given condition. |
Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
Method Detail |
---|
OptionalFeaturePredicate customerNumber()
GetActivitiesByQueryParams
testing whether the value of the feature customerNumber
is null
or not.
StringTypePredicate thereExistsCustomerNumber()
customerNumber
to the predicate for GetActivitiesByQueryParams
, which evaluates to false
unless the value of the feature customerNumber
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
StringTypePredicate forAllCustomerNumber()
customerNumber
to the predicate for GetActivitiesByQueryParams
, which evaluates to false
unless the value of the feature customerNumber
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
SimpleTypeOrder orderByCustomerNumber()
GetActivitiesByQueryParams
depending the feature customerNumber
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate percentCompleteThreshold()
GetActivitiesByQueryParams
testing whether the value of the feature percentCompleteThreshold
is null
or not.
ComparableTypePredicate<Integer> thereExistsPercentCompleteThreshold()
percentCompleteThreshold
to the predicate for GetActivitiesByQueryParams
, which evaluates to false
unless the value of the feature percentCompleteThreshold
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
ComparableTypePredicate<Integer> forAllPercentCompleteThreshold()
percentCompleteThreshold
to the predicate for GetActivitiesByQueryParams
, which evaluates to false
unless the value of the feature percentCompleteThreshold
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
SimpleTypeOrder orderByPercentCompleteThreshold()
GetActivitiesByQueryParams
depending the feature percentCompleteThreshold
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 |