KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openmdx > security > authorization1 > cci > ModelReferencePrivilegeClass


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:02 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.openmdx.security.authorization1.cci;
14
15 public interface ModelReferencePrivilegeClass
16   extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 {
17
18   /**
19    * Creates an instance of class <code>ModelReferencePrivilege</code>.
20    * This is a factory operation used to create instance objects of class
21    * <code>ModelReferencePrivilege</code>.
22    */

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

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

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

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

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

101   public ModelReferencePrivilege extendViewCapable(
102       org.openmdx.compatibility.view1.cci.ViewCapable _base
103     , String JavaDoc name
104   );
105 // ----------------------------------------------------------------------------
106
// ClassProxy/IntfInstanceExtenderRequiredAttributes
107
// ----------------------------------------------------------------------------
108
/**
109    * Creates an instance of class <code>ModelReferencePrivilege</code> based
110    * on the superclass <code>Filter</code> and all required attributes not
111    * included in this superclass.
112    * This is a factory operation used to create instance objects of class
113    * <code>ModelReferencePrivilege</code>.
114    */

115   public ModelReferencePrivilege extendFilter(
116       org.openmdx.filter1.cci.Filter _base
117     , String JavaDoc name
118   );
119 // ----------------------------------------------------------------------------
120
// ClassProxy/IntfEnd.vm
121
// ----------------------------------------------------------------------------
122
}
123
Popular Tags