public interface CheckPermissionsResultQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.StringTypePredicate |
forAllGrantedPermissionsDelete()
Adds a condition for the feature
grantedPermissionsDelete to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature grantedPermissionsDelete satisfy the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllGrantedPermissionsRead()
Adds a condition for the feature
grantedPermissionsRead to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature grantedPermissionsRead satisfy the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllGrantedPermissionsUpdate()
Adds a condition for the feature
grantedPermissionsUpdate to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature grantedPermissionsUpdate satisfy the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate |
grantedPermissionsDelete()
Adds a constraint to the predicate for
CheckPermissionsResult testing whether the feature grantedPermissionsDelete has values or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
grantedPermissionsRead()
Adds a constraint to the predicate for
CheckPermissionsResult testing whether the feature grantedPermissionsRead has values or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
grantedPermissionsUpdate()
Adds a constraint to the predicate for
CheckPermissionsResult testing whether the feature grantedPermissionsUpdate has values or not. |
org.w3c.cci2.BooleanTypePredicate |
hasDeletePermission() |
org.w3c.cci2.BooleanTypePredicate |
hasReadPermission() |
org.w3c.cci2.BooleanTypePredicate |
hasUpdatePermission() |
org.w3c.cci2.SimpleTypeOrder |
orderByHasDeletePermission()
Allows to adds a sort instruction for
CheckPermissionsResult depending the feature hasDeletePermission
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByHasReadPermission()
Allows to adds a sort instruction for
CheckPermissionsResult depending the feature hasReadPermission
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByHasUpdatePermission()
Allows to adds a sort instruction for
CheckPermissionsResult depending the feature hasUpdatePermission
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.StringTypePredicate |
thereExistsGrantedPermissionsDelete()
Adds a condition for the feature
grantedPermissionsDelete to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature grantedPermissionsDelete satisfy the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsGrantedPermissionsRead()
Adds a condition for the feature
grantedPermissionsRead to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature grantedPermissionsRead satisfy the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsGrantedPermissionsUpdate()
Adds a condition for the feature
grantedPermissionsUpdate to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature grantedPermissionsUpdate satisfy the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate grantedPermissionsDelete()
CheckPermissionsResult testing whether the feature grantedPermissionsDelete has values or not.org.w3c.cci2.StringTypePredicate thereExistsGrantedPermissionsDelete()
grantedPermissionsDelete to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature grantedPermissionsDelete 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 forAllGrantedPermissionsDelete()
grantedPermissionsDelete to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature grantedPermissionsDelete 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 grantedPermissionsRead()
CheckPermissionsResult testing whether the feature grantedPermissionsRead has values or not.org.w3c.cci2.StringTypePredicate thereExistsGrantedPermissionsRead()
grantedPermissionsRead to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature grantedPermissionsRead 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 forAllGrantedPermissionsRead()
grantedPermissionsRead to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature grantedPermissionsRead 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 grantedPermissionsUpdate()
CheckPermissionsResult testing whether the feature grantedPermissionsUpdate has values or not.org.w3c.cci2.StringTypePredicate thereExistsGrantedPermissionsUpdate()
grantedPermissionsUpdate to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature grantedPermissionsUpdate 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 forAllGrantedPermissionsUpdate()
grantedPermissionsUpdate to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature grantedPermissionsUpdate 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.BooleanTypePredicate hasDeletePermission()
org.w3c.cci2.SimpleTypeOrder orderByHasDeletePermission()
CheckPermissionsResult depending the feature hasDeletePermission
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.BooleanTypePredicate hasReadPermission()
org.w3c.cci2.SimpleTypeOrder orderByHasReadPermission()
CheckPermissionsResult depending the feature hasReadPermission
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.BooleanTypePredicate hasUpdatePermission()
org.w3c.cci2.SimpleTypeOrder orderByHasUpdatePermission()
CheckPermissionsResult depending the feature hasUpdatePermission
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.