public interface CodeValueContainerQuery extends ExporterQuery, ImporterQuery, SecureObjectQuery, org.openmdx.base.cci2.BasicObjectQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
entry()
Adds a constraint to the predicate for
CodeValueContainer testing whether the feature entry has values or not. |
AbstractEntryQuery |
forAllEntry()
Adds a condition for the feature
entry to the predicate for CodeValueContainer, which evaluates to false unless the value of the feature entry satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllName()
Adds a condition for the feature
name to the predicate for CodeValueContainer, which evaluates to false unless the values of the feature name satisfy the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate |
name()
Adds a constraint to the predicate for
CodeValueContainer testing whether the feature name has values or not. |
AbstractEntryQuery |
thereExistsEntry()
Adds a condition for the feature
entry to the predicate for CodeValueContainer, which evaluates to false unless the value of the feature entry satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsName()
Adds a condition for the feature
name to the predicate for CodeValueContainer, which evaluates to false unless the values of the feature name satisfy the given condition. |
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUsercreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.MultivaluedFeaturePredicate entry()
CodeValueContainer testing whether the feature entry has values or not.AbstractEntryQuery thereExistsEntry()
entry to the predicate for CodeValueContainer, which evaluates to false unless the value of the feature entry satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AbstractEntryQuery forAllEntry()
entry to the predicate for CodeValueContainer, which evaluates to false unless the value of the feature entry 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 name()
CodeValueContainer testing whether the feature name has values or not.org.w3c.cci2.StringTypePredicate thereExistsName()
name to the predicate for CodeValueContainer, which evaluates to false unless the values of the feature name satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllName()
name to the predicate for CodeValueContainer, which evaluates to false unless the values of the feature name satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. 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.