org.opencrx.kernel.building1.cci2
Interface LinkableItemQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
FacilityQuery, InventoryItemQuery

public interface LinkableItemQuery
extends AnyTypePredicate


Method Summary
 LinkableItemLinkFromQuery forAllItemLinkFrom()
          Adds a condition for the feature itemLinkFrom to the predicate for LinkableItem, which evaluates to false unless the value of the feature itemLinkFrom satisfies the given condition.
 LinkableItemLinkToQuery forAllItemLinkTo()
          Adds a condition for the feature itemLinkTo to the predicate for LinkableItem, which evaluates to false unless the value of the feature itemLinkTo satisfies the given condition.
 MultivaluedFeaturePredicate itemLinkFrom()
          Adds a constraint to the predicate for LinkableItem testing whether the feature itemLinkFrom has values or not.
 MultivaluedFeaturePredicate itemLinkTo()
          Adds a constraint to the predicate for LinkableItem testing whether the feature itemLinkTo has values or not.
 LinkableItemLinkFromQuery thereExistsItemLinkFrom()
          Adds a condition for the feature itemLinkFrom to the predicate for LinkableItem, which evaluates to false unless the value of the feature itemLinkFrom satisfies the given condition.
 LinkableItemLinkToQuery thereExistsItemLinkTo()
          Adds a condition for the feature itemLinkTo to the predicate for LinkableItem, which evaluates to false unless the value of the feature itemLinkTo satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

itemLinkFrom

MultivaluedFeaturePredicate itemLinkFrom()
Adds a constraint to the predicate for LinkableItem testing whether the feature itemLinkFrom has values or not.


thereExistsItemLinkFrom

LinkableItemLinkFromQuery thereExistsItemLinkFrom()
Adds a condition for the feature itemLinkFrom to the predicate for LinkableItem, which evaluates to false unless the value of the feature itemLinkFrom satisfies the given condition.

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


forAllItemLinkFrom

LinkableItemLinkFromQuery forAllItemLinkFrom()
Adds a condition for the feature itemLinkFrom to the predicate for LinkableItem, which evaluates to false unless the value of the feature itemLinkFrom satisfies the given condition.

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


itemLinkTo

MultivaluedFeaturePredicate itemLinkTo()
Adds a constraint to the predicate for LinkableItem testing whether the feature itemLinkTo has values or not.


thereExistsItemLinkTo

LinkableItemLinkToQuery thereExistsItemLinkTo()
Adds a condition for the feature itemLinkTo to the predicate for LinkableItem, which evaluates to false unless the value of the feature itemLinkTo satisfies the given condition.

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


forAllItemLinkTo

LinkableItemLinkToQuery forAllItemLinkTo()
Adds a condition for the feature itemLinkTo to the predicate for LinkableItem, which evaluates to false unless the value of the feature itemLinkTo 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-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.