org.opencrx.kernel.home1.cci2
Interface SearchResultQuery

All Superinterfaces:
AnyTypePredicate

public interface SearchResultQuery
extends AnyTypePredicate


Method Summary
 ObjectFinderQuery forAllObjectFinder()
          Adds a condition for the feature objectFinder to the predicate for SearchResult, which evaluates to false unless the value of the feature objectFinder satisfies the given condition.
 OptionalFeaturePredicate objectFinder()
          Adds a constraint to the predicate for SearchResult testing whether the value of the feature objectFinder is null or not.
 ObjectFinderQuery thereExistsObjectFinder()
          Adds a condition for the feature objectFinder to the predicate for SearchResult, which evaluates to false unless the value of the feature objectFinder satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

objectFinder

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


thereExistsObjectFinder

ObjectFinderQuery thereExistsObjectFinder()
Adds a condition for the feature objectFinder to the predicate for SearchResult, which evaluates to false unless the value of the feature objectFinder satisfies the given condition.

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


forAllObjectFinder

ObjectFinderQuery forAllObjectFinder()
Adds a condition for the feature objectFinder to the predicate for SearchResult, which evaluates to false unless the value of the feature objectFinder satisfies the given condition.

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



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