org.opencrx.kernel.address1.query
Interface WebAddressableQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
WebAddressQuery, WebAddressQuery, WebAddressQuery, WebAddressQuery
All Known Implementing Classes:
WebAddressableFilterImpl, WebAddressFilterImpl, WebAddressFilterImpl, WebAddressFilterImpl, WebAddressFilterImpl

public interface WebAddressableQuery
extends AnyTypePredicate


Method Summary
 ResourceIdentifierTypePredicate forAllWebUrl()
          Adds a constraint for the feature webUrl to the predicate.
 SimpleTypeOrder orderByWebUrl()
          Allows to adds a sort instruction for WebAddressable depending the feature webUrl Note: The order in which orderBy… instructions are given is relevant!
 ResourceIdentifierTypePredicate thereExistsWebUrl()
          Adds a constraint for the feature webUrl to the predicate.
 OptionalFeaturePredicate webUrl()
          Adds a constraint to the predicate for WebAddressable testing whether the value of the feature webUrl is null or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

webUrl

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


thereExistsWebUrl

ResourceIdentifierTypePredicate thereExistsWebUrl()
Adds a constraint for the feature webUrl to the predicate. The predicate for WebAddressable evaluates true if its value of feature webUrl satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllWebUrl

ResourceIdentifierTypePredicate forAllWebUrl()
Adds a constraint for the feature webUrl to the predicate. The predicate for WebAddressable evaluates true if its value of feature webUrl satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByWebUrl

SimpleTypeOrder orderByWebUrl()
Allows to adds a sort instruction for WebAddressable depending the feature webUrl Note: The order in which orderBy… instructions are given is relevant!



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