public interface SecureObjectQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.ComparableTypePredicate<Short> |
accessLevelBrowse() |
org.w3c.cci2.ComparableTypePredicate<Short> |
accessLevelDelete() |
org.w3c.cci2.ComparableTypePredicate<Short> |
accessLevelUpdate() |
org.w3c.cci2.StringTypePredicate |
forAllOwner()
Adds a condition for the feature
owner to the predicate for SecureObject, which evaluates to false unless the values of the feature owner satisfy the given condition. |
PrincipalGroupQuery |
forAllOwningGroup()
Adds a condition for the feature
owningGroup to the predicate for SecureObject, which evaluates to false unless the value of the feature owningGroup satisfies the given condition. |
UserQuery |
forAllOwningUser()
Adds a condition for the feature
owningUser to the predicate for SecureObject, which evaluates to false unless the value of the feature owningUser satisfies the given condition. |
org.w3c.cci2.SimpleTypeOrder |
orderByAccessLevelBrowse()
Allows to adds a sort instruction for
SecureObject depending the feature accessLevelBrowse
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByAccessLevelDelete()
Allows to adds a sort instruction for
SecureObject depending the feature accessLevelDelete
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByAccessLevelUpdate()
Allows to adds a sort instruction for
SecureObject depending the feature accessLevelUpdate
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.MultivaluedFeaturePredicate |
owner()
Adds a constraint to the predicate for
SecureObject testing whether the feature owner has values or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
owningGroup()
Adds a constraint to the predicate for
SecureObject testing whether the feature owningGroup has values or not. |
org.w3c.cci2.OptionalFeaturePredicate |
owningUser()
Adds a constraint to the predicate for
SecureObject testing whether the value of the feature owningUser is null or not. |
org.w3c.cci2.StringTypePredicate |
thereExistsOwner()
Adds a condition for the feature
owner to the predicate for SecureObject, which evaluates to false unless the values of the feature owner satisfy the given condition. |
PrincipalGroupQuery |
thereExistsOwningGroup()
Adds a condition for the feature
owningGroup to the predicate for SecureObject, which evaluates to false unless the value of the feature owningGroup satisfies the given condition. |
UserQuery |
thereExistsOwningUser()
Adds a condition for the feature
owningUser to the predicate for SecureObject, which evaluates to false unless the value of the feature owningUser satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Short> accessLevelBrowse()
org.w3c.cci2.SimpleTypeOrder orderByAccessLevelBrowse()
SecureObject depending the feature accessLevelBrowse
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.ComparableTypePredicate<Short> accessLevelDelete()
org.w3c.cci2.SimpleTypeOrder orderByAccessLevelDelete()
SecureObject depending the feature accessLevelDelete
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.ComparableTypePredicate<Short> accessLevelUpdate()
org.w3c.cci2.SimpleTypeOrder orderByAccessLevelUpdate()
SecureObject depending the feature accessLevelUpdate
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.MultivaluedFeaturePredicate owner()
SecureObject testing whether the feature owner has values or not.org.w3c.cci2.StringTypePredicate thereExistsOwner()
owner to the predicate for SecureObject, which evaluates to false unless the values of the feature owner 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 forAllOwner()
owner to the predicate for SecureObject, which evaluates to false unless the values of the feature owner 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
org.w3c.cci2.MultivaluedFeaturePredicate owningGroup()
SecureObject testing whether the feature owningGroup has values or not.PrincipalGroupQuery thereExistsOwningGroup()
owningGroup to the predicate for SecureObject, which evaluates to false unless the value of the feature owningGroup satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
PrincipalGroupQuery forAllOwningGroup()
owningGroup to the predicate for SecureObject, which evaluates to false unless the value of the feature owningGroup 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 owningUser()
SecureObject testing whether the value of the feature owningUser is null or not.UserQuery thereExistsOwningUser()
owningUser to the predicate for SecureObject, which evaluates to false unless the value of the feature owningUser satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
UserQuery forAllOwningUser()
owningUser to the predicate for SecureObject, which evaluates to false unless the value of the feature owningUser 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.