public interface CheckPermissionsParamsQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.StringTypePredicate |
forAllPrincipalName()
Adds a condition for the feature
principalName to the predicate for CheckPermissionsParams, which evaluates to false unless the value of the feature principalName satisfies the given condition. |
org.w3c.cci2.StringTypeOrder |
orderByPrincipalName()
Allows to adds a sort instruction for
CheckPermissionsParams depending the feature principalName
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.OptionalFeaturePredicate |
principalName()
Adds a constraint to the predicate for
CheckPermissionsParams testing whether the value of the feature principalName is null or not. |
org.w3c.cci2.StringTypePredicate |
thereExistsPrincipalName()
Adds a condition for the feature
principalName to the predicate for CheckPermissionsParams, which evaluates to false unless the value of the feature principalName satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate principalName()
CheckPermissionsParams testing whether the value of the feature principalName is null or not.org.w3c.cci2.StringTypePredicate thereExistsPrincipalName()
principalName to the predicate for CheckPermissionsParams, which evaluates to false unless the value of the feature principalName 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 forAllPrincipalName()
principalName to the predicate for CheckPermissionsParams, which evaluates to false unless the value of the feature principalName satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.StringTypeOrder orderByPrincipalName()
CheckPermissionsParams depending the feature principalName
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.