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