KickJava   Java API By Example, From Geeks To Geeks.

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


1 // ----------------------------------------------------------------------------
2
// ClassProxy/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 RoleClass
16   extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 {
17
18   /**
19    * Creates an instance of class <code>Role</code>.
20    * This is a factory operation used to create instance objects of class
21    * <code>Role</code>.
22    */

23   public Role createRole(
24   );
25
26   /**
27    * Creates an instance of class <code>Role</code> based on the specified
28    * Object instance.
29    * This is a factory operation used to create instance objects of class
30    * <code>Role</code>.
31    * @param object The Object instance this class is based on. Object must
32    * be instanceof RefObject, Object_1_0 or Path.
33    */

34   public Role getRole(
35     Object JavaDoc object
36   );
37 // ----------------------------------------------------------------------------
38
// ClassProxy/IntfInstanceCreatorRequiredAttributes
39
// ----------------------------------------------------------------------------
40
/**
41    * Creates an instance of class <code>Role</code> based on all required
42    * attributes.
43    * This is a factory operation used to create instance objects of class
44    * <code>Role</code>.
45    */

46   public Role createRole(
47       boolean disabled
48   );
49 // ----------------------------------------------------------------------------
50
// ClassProxy/IntfInstanceExtenderRequiredAttributes
51
// ----------------------------------------------------------------------------
52
/**
53    * Creates an instance of class <code>Role</code> based on the superclass
54    * <code>BasicObject</code> and all required attributes not included in
55    * this superclass.
56    * This is a factory operation used to create instance objects of class
57    * <code>Role</code>.
58    */

59   public Role extendBasicObject(
60       org.openmdx.base.cci.BasicObject _base
61     , boolean disabled
62   );
63 // ----------------------------------------------------------------------------
64
// ClassProxy/IntfInstanceExtenderRequiredAttributes
65
// ----------------------------------------------------------------------------
66
/**
67    * Creates an instance of class <code>Role</code> based on the superclass
68    * <code>ContextCapable</code> and all required attributes not included in
69    * this superclass.
70    * This is a factory operation used to create instance objects of class
71    * <code>Role</code>.
72    */

73   public Role extendContextCapable(
74       org.openmdx.base.cci.ContextCapable _base
75     , boolean disabled
76   );
77 // ----------------------------------------------------------------------------
78
// ClassProxy/IntfInstanceExtenderRequiredAttributes
79
// ----------------------------------------------------------------------------
80
/**
81    * Creates an instance of class <code>Role</code> based on the superclass
82    * <code>ExtentCapable</code> and all required attributes not included in
83    * this superclass.
84    * This is a factory operation used to create instance objects of class
85    * <code>Role</code>.
86    */

87   public Role extendExtentCapable(
88       org.openmdx.base.cci.ExtentCapable _base
89     , boolean disabled
90   );
91 // ----------------------------------------------------------------------------
92
// ClassProxy/IntfInstanceExtenderRequiredAttributes
93
// ----------------------------------------------------------------------------
94
/**
95    * Creates an instance of class <code>Role</code> based on the superclass
96    * <code>ViewCapable</code> and all required attributes not included in
97    * this superclass.
98    * This is a factory operation used to create instance objects of class
99    * <code>Role</code>.
100    */

101   public Role extendViewCapable(
102       org.openmdx.compatibility.view1.cci.ViewCapable _base
103     , boolean disabled
104   );
105 // ----------------------------------------------------------------------------
106
// ClassProxy/IntfEnd.vm
107
// ----------------------------------------------------------------------------
108
}
109
Popular Tags