KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > security > realm1 > cci > PrincipalGroupFilter


1 // ----------------------------------------------------------------------------
2
// Filter/IntfBegin
3
// ----------------------------------------------------------------------------
4
//////////////////////////////////////////////////////////////////////////////
5
//
6
// Name: $Id: JMIAbstractMapper.java,v 1.11 2006/01/21 23:09:07 wfro Exp $
7
// Generated by: openMDX JMI Mapper
8
// Date: Mon Apr 03 11:38:56 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.security.realm1.cci;
14
15 /**
16  */

17 public interface PrincipalGroupFilter
18   extends
19   org.opencrx.kernel.base.cci.PrincipalGroupFilter,
20   org.openmdx.security.realm1.cci.GroupFilter {
21      
22 // ----------------------------------------------------------------------------
23
// Filter/IntfReference
24
// ----------------------------------------------------------------------------
25
/**
26    * @param operator The operator for this filter.
27    * @see org.openmdx.compatibility.base.query.FilterOperators
28    */

29   public void forAllGrantedRole (
30     short operator,
31     org.openmdx.security.realm1.cci.Role[] filterValues
32   );
33
34   /**
35    * @param operator The operator for this filter.
36    * @see org.openmdx.compatibility.base.query.FilterOperators
37    */

38   public void thereExistsGrantedRole (
39     short operator,
40     org.openmdx.security.realm1.cci.Role[] filterValues
41   );
42
43   /**
44    * @param operator The operator for this filter.
45    * @see org.openmdx.compatibility.base.query.FilterOperators
46    */

47   public void forAllGrantedRole (
48     short operator,
49     java.util.Collection JavaDoc filterValues
50   );
51
52   /**
53    * @param operator The operator for this filter.
54    * @see org.openmdx.compatibility.base.query.FilterOperators
55    */

56   public void thereExistsGrantedRole (
57     short operator,
58     java.util.Collection JavaDoc filterValues
59   );
60        
61 // ----------------------------------------------------------------------------
62
// Filter/IntfEnd
63
// ----------------------------------------------------------------------------
64
}
65
Popular Tags