org.opencrx.security.realm1.query
Interface PrincipalGroupQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ExtentCapableQuery, GroupQuery, PrincipalGroupQuery, PrincipalQuery, ViewCapableQuery

public interface PrincipalGroupQuery
extends PrincipalGroupQuery, GroupQuery


Method Summary
 RoleQuery forAllGrantedRole()
          Adds a constraint for the feature grantedRole to the predicate.
 MultivaluedFeaturePredicate grantedRole()
          Adds a constraint to the predicate for PrincipalGroup testing whether the feature grantedRole has values or not.
 RoleQuery thereExistsGrantedRole()
          Adds a constraint for the feature grantedRole to the predicate.
 
Methods inherited from interface org.openmdx.security.realm1.query.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.query.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.query.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.query.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

RoleQuery thereExistsGrantedRole()
Adds a constraint for the feature grantedRole to the predicate. The predicate for PrincipalGroup evaluates true if its value of feature grantedRole satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllGrantedRole

RoleQuery forAllGrantedRole()
Adds a constraint for the feature grantedRole to the predicate. The predicate for PrincipalGroup evaluates true if its value of feature grantedRole satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.