org.opencrx.security.realm1.cci
Interface PrincipalGroupFilter

All Superinterfaces:
BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, GroupFilter, PrincipalFilter, PrincipalGroupFilter, RefFilter_1_0, Serializable, ViewCapableFilter

public interface PrincipalGroupFilter
extends PrincipalGroupFilter, GroupFilter


Method Summary
 void forAllGrantedRole(short operator, Collection filterValues)
           
 void forAllGrantedRole(short operator, Role[] filterValues)
           
 void thereExistsGrantedRole(short operator, Collection filterValues)
           
 void thereExistsGrantedRole(short operator, Role[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.security.realm1.cci.PrincipalFilter
forAllCredential, forAllCredential, forAllDescription, forAllDescription, forAllDisabled, forAllDisabled, forAllIsMemberOf, forAllIsMemberOf, forAllName, forAllName, forAllSubject, forAllSubject, orderByDescription, orderByDisabled, orderByName, thereExistsCredential, thereExistsCredential, thereExistsDescription, thereExistsDescription, thereExistsDisabled, thereExistsDisabled, thereExistsIsMemberOf, thereExistsIsMemberOf, thereExistsName, thereExistsName, thereExistsSubject, thereExistsSubject
 
Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci.ContextCapableFilter
forAllContext, forAllContext, thereExistsContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.cci.ExtentCapableFilter
forAllIdentity, forAllIdentity, orderByIdentity, thereExistsIdentity, thereExistsIdentity
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllGrantedRole

void forAllGrantedRole(short operator,
                       Role[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsGrantedRole

void thereExistsGrantedRole(short operator,
                            Role[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllGrantedRole

void forAllGrantedRole(short operator,
                       Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsGrantedRole

void thereExistsGrantedRole(short operator,
                            Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators


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