org.opencrx.security.realm1.cci2
Interface PrincipalGroupQuery

All Superinterfaces:
AnyTypePredicate, org.openmdx.base.cci2.BasicObjectQuery, org.openmdx.base.cci2.ContextCapableQuery, org.openmdx.base.cci2.ExtentCapableQuery, org.openmdx.security.realm1.cci2.GroupQuery, PrincipalGroupQuery, org.openmdx.security.realm1.cci2.PrincipalQuery, org.openmdx.compatibility.view1.cci2.ViewCapableQuery

public interface PrincipalGroupQuery
extends PrincipalGroupQuery, org.openmdx.security.realm1.cci2.GroupQuery


Method Summary
 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.
 MultivaluedFeaturePredicate grantedRole()
          Adds a constraint to the predicate for PrincipalGroup testing whether the feature grantedRole has values or not.
 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.
 
Methods inherited from interface org.openmdx.security.realm1.cci2.PrincipalQuery
authCredential, credential, description, disabled, forAllAuthCredential, forAllCredential, forAllDescription, forAllIsMemberOf, isMemberOf, name, orderByDescription, orderByDisabled, orderByName, subject, thereExistsAuthCredential, thereExistsCredential, thereExistsDescription, thereExistsIsMemberOf
 
Methods inherited from interface org.openmdx.base.cci2.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

grantedRole

MultivaluedFeaturePredicate grantedRole()
Adds a constraint to the predicate for PrincipalGroup testing whether the feature grantedRole has values or not.


thereExistsGrantedRole

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllGrantedRole

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.

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-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.