KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openmdx > security > realm1 > cci > Group


1 // ----------------------------------------------------------------------------
2
// Instance/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:39:05 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.openmdx.security.realm1.cci;
14
15 public interface Group
16   extends
17  org.openmdx.security.realm1.cci.Principal {
18 // ----------------------------------------------------------------------------
19
// Instance/IntfReferenceGet0_nWithFilter
20
// ----------------------------------------------------------------------------
21
/**
22    * Retrieves a collection containing all the elements for the reference
23    * <code>member</code>.
24    * @return A collection containing all the elements for this reference.
25    * @exception JmiException If the values cannot be retrieved for some reason.
26    */

27   public java.util.Collection JavaDoc getMember(
28   );
29
30   /**
31    * Retrieves the value for the reference <code>member</code> for the
32    * specified filter.
33    * @param filter filter which is applied to the set of referenced objects.
34    * @return The filtered collection of referenced objects.
35    * @exception JmiException If the value cannot be retrieved for some reason.
36    */

37   public java.util.List JavaDoc getMember(
38     org.openmdx.security.realm1.cci.PrincipalFilter filter
39   );
40
41 // ----------------------------------------------------------------------------
42
// Instance/IntfReferenceGet0_nWithQualifier
43
// ----------------------------------------------------------------------------
44
/**
45    * Retrieves the value for the reference <code>member</code> for the
46    * specified qualifier attribute value.
47    * @param principalContainer The value for the qualifier attribute that qualifies this reference.
48    * @return The collection of referenced objects.
49    * @exception JmiException If the value cannot be retrieved for some reason.
50    */

51   public java.util.Collection JavaDoc getMember(
52     org.openmdx.security.realm1.cci.Realm principalContainer
53   );
54
55   /**
56    * @param filter filter which is applied to the set of referenced objects.
57    * @return The filtered collection of referenced objects.
58    * @exception JmiException If the value cannot be retrieved for some reason.
59    */

60   public java.util.List JavaDoc getMember(
61     org.openmdx.security.realm1.cci.Realm principalContainer,
62     org.openmdx.security.realm1.cci.PrincipalFilter filter
63   );
64 // ----------------------------------------------------------------------------
65
// Instance/IntfEnd.vm
66
// ----------------------------------------------------------------------------
67
}
68
Popular Tags