public interface SearchBasicParamsQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.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. |
org.w3c.cci2.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! |
org.w3c.cci2.OptionalFeaturePredicate |
searchExpression()
Adds a constraint to the predicate for
SearchBasicParams testing whether the value of the feature searchExpression is null or not. |
org.w3c.cci2.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. |
org.w3c.cci2.OptionalFeaturePredicate searchExpression()
SearchBasicParams testing whether the value of the feature searchExpression is null or not.org.w3c.cci2.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
org.w3c.cci2.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
org.w3c.cci2.SimpleTypeOrder orderBySearchExpression()
SearchBasicParams depending the feature searchExpression
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.