public interface LinkableItemQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
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. |
org.w3c.cci2.MultivaluedFeaturePredicate |
itemLinkFrom()
Adds a constraint to the predicate for
LinkableItem testing whether the feature itemLinkFrom has values or not. |
org.w3c.cci2.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. |
org.w3c.cci2.MultivaluedFeaturePredicate itemLinkFrom()
LinkableItem testing whether the feature itemLinkFrom has values or not.LinkableItemLinkFromQuery thereExistsItemLinkFrom()
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
LinkableItemLinkFromQuery forAllItemLinkFrom()
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
org.w3c.cci2.MultivaluedFeaturePredicate itemLinkTo()
LinkableItem testing whether the feature itemLinkTo has values or not.LinkableItemLinkToQuery thereExistsItemLinkTo()
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
LinkableItemLinkToQuery forAllItemLinkTo()
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-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.