|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LinkableItemQuery
| 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 |
|---|
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
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||