public interface LinkableItemLinkFromQuery extends SecureObjectQuery, LinkableItemLinkQuery, org.openmdx.base.cci2.BasicObjectQuery
| Modifier and Type | Method and Description |
|---|---|
LinkableItemQuery |
forAllLinkFrom()
Adds a condition for the feature
linkFrom to the predicate for LinkableItemLinkFrom, which evaluates to false unless the value of the feature linkFrom satisfies the given condition. |
LinkableItemLinkToQuery |
forAllLinkTo()
Adds a condition for the feature
linkTo to the predicate for LinkableItemLinkFrom, which evaluates to false unless the value of the feature linkTo satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
linkFrom()
Adds a constraint to the predicate for
LinkableItemLinkFrom testing whether the value of the feature linkFrom is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
linkTo()
Adds a constraint to the predicate for
LinkableItemLinkFrom testing whether the value of the feature linkTo is null or not. |
LinkableItemQuery |
thereExistsLinkFrom()
Adds a condition for the feature
linkFrom to the predicate for LinkableItemLinkFrom, which evaluates to false unless the value of the feature linkFrom satisfies the given condition. |
LinkableItemLinkToQuery |
thereExistsLinkTo()
Adds a condition for the feature
linkTo to the predicate for LinkableItemLinkFrom, which evaluates to false unless the value of the feature linkTo satisfies the given condition. |
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUserdescription, forAllDescription, forAllValidFrom, forAllValidTo, linkType, name, orderByDescription, orderByLinkType, orderByName, orderByValidFrom, orderByValidTo, thereExistsDescription, thereExistsValidFrom, thereExistsValidTo, validFrom, validTocreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.OptionalFeaturePredicate linkFrom()
LinkableItemLinkFrom testing whether the value of the feature linkFrom is null or not.LinkableItemQuery thereExistsLinkFrom()
linkFrom to the predicate for LinkableItemLinkFrom, which evaluates to false unless the value of the feature linkFrom satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
LinkableItemQuery forAllLinkFrom()
linkFrom to the predicate for LinkableItemLinkFrom, which evaluates to false unless the value of the feature linkFrom satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.OptionalFeaturePredicate linkTo()
LinkableItemLinkFrom testing whether the value of the feature linkTo is null or not.LinkableItemLinkToQuery thereExistsLinkTo()
linkTo to the predicate for LinkableItemLinkFrom, which evaluates to false unless the value of the feature linkTo satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
LinkableItemLinkToQuery forAllLinkTo()
linkTo to the predicate for LinkableItemLinkFrom, which evaluates to false unless the value of the feature linkTo 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.