public interface PrincipalGroupQuery extends PrincipalGroupQuery, org.openmdx.security.realm1.cci2.GroupQuery
| Modifier and Type | Method and Description |
|---|---|
org.openmdx.security.realm1.cci2.RoleQuery |
forAllGrantedRole()
Adds a condition for the feature
grantedRole to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature grantedRole satisfies the given condition. |
org.w3c.cci2.BooleanTypePredicate |
forAllIsFinal()
Adds a condition for the feature
isFinal to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature isFinal satisfies the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate |
grantedRole()
Adds a constraint to the predicate for
PrincipalGroup testing whether the feature grantedRole has values or not. |
org.w3c.cci2.OptionalFeaturePredicate |
isFinal()
Adds a constraint to the predicate for
PrincipalGroup testing whether the value of the feature isFinal is null or not. |
org.w3c.cci2.SimpleTypeOrder |
orderByIsFinal()
Allows to adds a sort instruction for
PrincipalGroup depending the feature isFinal
Note: The order in which orderBy… instructions are given is relevant! |
org.openmdx.security.realm1.cci2.RoleQuery |
thereExistsGrantedRole()
Adds a condition for the feature
grantedRole to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature grantedRole satisfies the given condition. |
org.w3c.cci2.BooleanTypePredicate |
thereExistsIsFinal()
Adds a condition for the feature
isFinal to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature isFinal satisfies the given condition. |
forAllMember, member, thereExistsMemberauthCredential, credential, description, disabled, forAllAuthCredential, forAllCredential, forAllDescription, forAllDisabled, forAllIsMemberOf, forAllSubject, isMemberOf, name, orderByDescription, orderByDisabled, orderByName, realm, subject, thereExistsAuthCredential, thereExistsCredential, thereExistsDescription, thereExistsDisabled, thereExistsIsMemberOf, thereExistsSubjectcreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.MultivaluedFeaturePredicate grantedRole()
PrincipalGroup testing whether the feature grantedRole has values or not.org.openmdx.security.realm1.cci2.RoleQuery thereExistsGrantedRole()
grantedRole to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature grantedRole satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.openmdx.security.realm1.cci2.RoleQuery forAllGrantedRole()
grantedRole to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature grantedRole 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 isFinal()
PrincipalGroup testing whether the value of the feature isFinal is null or not.org.w3c.cci2.BooleanTypePredicate thereExistsIsFinal()
isFinal to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature isFinal 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.BooleanTypePredicate forAllIsFinal()
isFinal to the predicate for PrincipalGroup, which evaluates to false unless the value of the feature isFinal 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 orderByIsFinal()
PrincipalGroup depending the feature isFinal
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.