public interface ReferencePropertyQuery extends PropertyQuery
| Modifier and Type | Method and Description |
|---|---|
org.openmdx.base.cci2.BasicObjectQuery |
forAllReferenceValue()
Adds a condition for the feature
referenceValue to the predicate for ReferenceProperty, which evaluates to false unless the value of the feature referenceValue satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
referenceValue()
Adds a constraint to the predicate for
ReferenceProperty testing whether the value of the feature referenceValue is null or not. |
org.openmdx.base.cci2.BasicObjectQuery |
thereExistsReferenceValue()
Adds a condition for the feature
referenceValue to the predicate for ReferenceProperty, which evaluates to false unless the value of the feature referenceValue satisfies the given condition. |
description, domain, forAllDescription, forAllDomain, name, orderByDescription, orderByName, thereExistsDescription, thereExistsDomainaccessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUsercreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.OptionalFeaturePredicate referenceValue()
ReferenceProperty testing whether the value of the feature referenceValue is null or not.org.openmdx.base.cci2.BasicObjectQuery thereExistsReferenceValue()
referenceValue to the predicate for ReferenceProperty, which evaluates to false unless the value of the feature referenceValue satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.openmdx.base.cci2.BasicObjectQuery forAllReferenceValue()
referenceValue to the predicate for ReferenceProperty, which evaluates to false unless the value of the feature referenceValue 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.