KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > model1 > cci > EditableOperationClass


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

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

46   public EditableOperation createEditableOperation(
47       short accessLevelBrowse
48     , short accessLevelDelete
49     , short accessLevelUpdate
50     , String JavaDoc name
51   );
52 // ----------------------------------------------------------------------------
53
// ClassProxy/IntfInstanceExtenderRequiredAttributes
54
// ----------------------------------------------------------------------------
55
/**
56    * Creates an instance of class <code>EditableOperation</code> based on
57    * the superclass <code>SecureObject</code> and all required attributes
58    * not included in this superclass.
59    * This is a factory operation used to create instance objects of class
60    * <code>EditableOperation</code>.
61    */

62   public EditableOperation extendSecureObject(
63       org.opencrx.kernel.base.cci.SecureObject _base
64     , String JavaDoc name
65   );
66 // ----------------------------------------------------------------------------
67
// ClassProxy/IntfInstanceExtenderRequiredAttributes
68
// ----------------------------------------------------------------------------
69
/**
70    * Creates an instance of class <code>EditableOperation</code> based on
71    * the superclass <code>EditableElement</code> and all required attributes
72    * not included in this superclass.
73    * This is a factory operation used to create instance objects of class
74    * <code>EditableOperation</code>.
75    */

76   public EditableOperation extendEditableElement(
77       org.opencrx.kernel.model1.cci.EditableElement _base
78     , short accessLevelBrowse
79     , short accessLevelDelete
80     , short accessLevelUpdate
81   );
82 // ----------------------------------------------------------------------------
83
// ClassProxy/IntfInstanceExtenderRequiredAttributes
84
// ----------------------------------------------------------------------------
85
/**
86    * Creates an instance of class <code>EditableOperation</code> based on
87    * the superclass <code>BasicObject</code> and all required attributes not
88    * included in this superclass.
89    * This is a factory operation used to create instance objects of class
90    * <code>EditableOperation</code>.
91    */

92   public EditableOperation extendBasicObject(
93       org.openmdx.base.cci.BasicObject _base
94     , short accessLevelBrowse
95     , short accessLevelDelete
96     , short accessLevelUpdate
97     , String JavaDoc name
98   );
99 // ----------------------------------------------------------------------------
100
// ClassProxy/IntfInstanceExtenderRequiredAttributes
101
// ----------------------------------------------------------------------------
102
/**
103    * Creates an instance of class <code>EditableOperation</code> based on
104    * the superclass <code>ContextCapable</code> and all required attributes
105    * not included in this superclass.
106    * This is a factory operation used to create instance objects of class
107    * <code>EditableOperation</code>.
108    */

109   public EditableOperation extendContextCapable(
110       org.openmdx.base.cci.ContextCapable _base
111     , short accessLevelBrowse
112     , short accessLevelDelete
113     , short accessLevelUpdate
114     , String JavaDoc name
115   );
116 // ----------------------------------------------------------------------------
117
// ClassProxy/IntfInstanceExtenderRequiredAttributes
118
// ----------------------------------------------------------------------------
119
/**
120    * Creates an instance of class <code>EditableOperation</code> based on
121    * the superclass <code>ExtentCapable</code> and all required attributes
122    * not included in this superclass.
123    * This is a factory operation used to create instance objects of class
124    * <code>EditableOperation</code>.
125    */

126   public EditableOperation extendExtentCapable(
127       org.openmdx.base.cci.ExtentCapable _base
128     , short accessLevelBrowse
129     , short accessLevelDelete
130     , short accessLevelUpdate
131     , String JavaDoc name
132   );
133 // ----------------------------------------------------------------------------
134
// ClassProxy/IntfInstanceExtenderRequiredAttributes
135
// ----------------------------------------------------------------------------
136
/**
137    * Creates an instance of class <code>EditableOperation</code> based on
138    * the superclass <code>ViewCapable</code> and all required attributes not
139    * included in this superclass.
140    * This is a factory operation used to create instance objects of class
141    * <code>EditableOperation</code>.
142    */

143   public EditableOperation extendViewCapable(
144       org.openmdx.compatibility.view1.cci.ViewCapable _base
145     , short accessLevelBrowse
146     , short accessLevelDelete
147     , short accessLevelUpdate
148     , String JavaDoc name
149   );
150 // ----------------------------------------------------------------------------
151
// ClassProxy/IntfEnd.vm
152
// ----------------------------------------------------------------------------
153
}
154
Popular Tags