org.opencrx.kernel.home1.cci2
Interface SearchBasicParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface SearchBasicParamsQuery
extends AnyTypePredicate


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

searchExpression

OptionalFeaturePredicate searchExpression()
Adds a constraint to the predicate for SearchBasicParams testing whether the value of the feature searchExpression is null or not.


thereExistsSearchExpression

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllSearchExpression

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderBySearchExpression

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!



This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.