KickJava   Java API By Example, From Geeks To Geeks.

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


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

23   public Permission createPermission(
24   );
25
26   /**
27    * Creates an instance of class <code>Permission</code> based on the
28    * specified Object instance.
29    * This is a factory operation used to create instance objects of class
30    * <code>Permission</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 Permission getPermission(
35     Object JavaDoc object
36   );
37 // ----------------------------------------------------------------------------
38
// ClassProxy/IntfInstanceCreatorRequiredAttributes
39
// ----------------------------------------------------------------------------
40
/**
41    * Creates an instance of class <code>Permission</code> based on all
42    * required attributes.
43    * This is a factory operation used to create instance objects of class
44    * <code>Permission</code>.
45    */

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

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

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

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

101   public Permission extendViewCapable(
102       org.openmdx.compatibility.view1.cci.ViewCapable _base
103     , org.openmdx.security.realm1.cci.Privilege privilege
104   );
105 // ----------------------------------------------------------------------------
106
// ClassProxy/IntfEnd.vm
107
// ----------------------------------------------------------------------------
108
}
109
Popular Tags