public interface PropertySetEntryQuery extends SecureObjectQuery, org.openmdx.base.cci2.BasicObjectQuery
| Type | Property and Description |
|---|---|
PropertyQuery |
forAll
Adds a condition for the feature
property to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature property satisfies the given condition. |
PropertyQuery |
thereExists
Adds a condition for the feature
property to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature property satisfies the given condition. |
| Modifier and Type | Method and Description |
|---|---|
PropertyQuery |
forAllProperty()
Adds a condition for the feature
property to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature property satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllPropertyDescription()
Adds a condition for the feature
propertyDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyDescription satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllPropertyName()
Adds a condition for the feature
propertyName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyName satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllPropertySetDescription()
Adds a condition for the feature
propertySetDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetDescription satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllPropertySetName()
Adds a condition for the feature
propertySetName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetName satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllStringifiedValue()
Adds a condition for the feature
stringifiedValue to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature stringifiedValue satisfies the given condition. |
org.w3c.cci2.SimpleTypeOrder |
orderByPropertyDescription()
Allows to adds a sort instruction for
PropertySetEntry depending the feature propertyDescription
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByPropertyName()
Allows to adds a sort instruction for
PropertySetEntry depending the feature propertyName
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByPropertySetDescription()
Allows to adds a sort instruction for
PropertySetEntry depending the feature propertySetDescription
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByPropertySetName()
Allows to adds a sort instruction for
PropertySetEntry depending the feature propertySetName
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByStringifiedValue()
Allows to adds a sort instruction for
PropertySetEntry depending the feature stringifiedValue
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.OptionalFeaturePredicate |
property()
Adds a constraint to the predicate for
PropertySetEntry testing whether the value of the feature property is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
propertyDescription()
Adds a constraint to the predicate for
PropertySetEntry testing whether the value of the feature propertyDescription is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
propertyName()
Adds a constraint to the predicate for
PropertySetEntry testing whether the value of the feature propertyName is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
propertySetDescription()
Adds a constraint to the predicate for
PropertySetEntry testing whether the value of the feature propertySetDescription is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
propertySetName()
Adds a constraint to the predicate for
PropertySetEntry testing whether the value of the feature propertySetName is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
stringifiedValue()
Adds a constraint to the predicate for
PropertySetEntry testing whether the value of the feature stringifiedValue is null or not. |
PropertyQuery |
thereExistsProperty()
Adds a condition for the feature
property to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature property satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsPropertyDescription()
Adds a condition for the feature
propertyDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyDescription satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsPropertyName()
Adds a condition for the feature
propertyName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyName satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsPropertySetDescription()
Adds a condition for the feature
propertySetDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetDescription satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsPropertySetName()
Adds a condition for the feature
propertySetName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetName satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsStringifiedValue()
Adds a condition for the feature
stringifiedValue to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature stringifiedValue satisfies the given condition. |
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUsercreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByPropertyQuery thereExistsProperty
property to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature property satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
PropertyQuery forAllProperty
property to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature property 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 property()
PropertySetEntry testing whether the value of the feature property is null or not.PropertyQuery thereExistsProperty()
property to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature property satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
PropertyQuery forAllProperty()
property to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature property 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 propertyDescription()
PropertySetEntry testing whether the value of the feature propertyDescription is null or not.org.w3c.cci2.StringTypePredicate thereExistsPropertyDescription()
propertyDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyDescription satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllPropertyDescription()
propertyDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyDescription satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByPropertyDescription()
PropertySetEntry depending the feature propertyDescription
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate propertyName()
PropertySetEntry testing whether the value of the feature propertyName is null or not.org.w3c.cci2.StringTypePredicate thereExistsPropertyName()
propertyName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyName satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllPropertyName()
propertyName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyName satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByPropertyName()
PropertySetEntry depending the feature propertyName
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate propertySetDescription()
PropertySetEntry testing whether the value of the feature propertySetDescription is null or not.org.w3c.cci2.StringTypePredicate thereExistsPropertySetDescription()
propertySetDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetDescription satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllPropertySetDescription()
propertySetDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetDescription satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByPropertySetDescription()
PropertySetEntry depending the feature propertySetDescription
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate propertySetName()
PropertySetEntry testing whether the value of the feature propertySetName is null or not.org.w3c.cci2.StringTypePredicate thereExistsPropertySetName()
propertySetName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetName satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllPropertySetName()
propertySetName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetName satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByPropertySetName()
PropertySetEntry depending the feature propertySetName
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate stringifiedValue()
PropertySetEntry testing whether the value of the feature stringifiedValue is null or not.org.w3c.cci2.StringTypePredicate thereExistsStringifiedValue()
stringifiedValue to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature stringifiedValue satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllStringifiedValue()
stringifiedValue to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature stringifiedValue satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByStringifiedValue()
PropertySetEntry depending the feature stringifiedValue
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.