KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > activity1 > cci > ActivityCreationActionClass


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.opencrx.kernel.activity1.cci;
14
15 public interface ActivityCreationActionClass
16   extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 {
17
18   /**
19    * Creates an instance of class <code>ActivityCreationAction</code>.
20    * This is a factory operation used to create instance objects of class
21    * <code>ActivityCreationAction</code>.
22    */

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

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

64   public ActivityCreationAction extendActivityProcessAction(
65       org.opencrx.kernel.activity1.cci.ActivityProcessAction _base
66     , String JavaDoc activityName
67   );
68 // ----------------------------------------------------------------------------
69
// ClassProxy/IntfInstanceExtenderRequiredAttributes
70
// ----------------------------------------------------------------------------
71
/**
72    * Creates an instance of class <code>ActivityCreationAction</code> based
73    * on the superclass <code>Auditee</code> and all required attributes not
74    * included in this superclass.
75    * This is a factory operation used to create instance objects of class
76    * <code>ActivityCreationAction</code>.
77    */

78   public ActivityCreationAction extendAuditee(
79       org.opencrx.kernel.base.cci.Auditee _base
80     , String JavaDoc activityName
81     , String JavaDoc name
82     , short accessLevelBrowse
83     , short accessLevelDelete
84     , short accessLevelUpdate
85     , boolean disabled
86   );
87 // ----------------------------------------------------------------------------
88
// ClassProxy/IntfInstanceExtenderRequiredAttributes
89
// ----------------------------------------------------------------------------
90
/**
91    * Creates an instance of class <code>ActivityCreationAction</code> based
92    * on the superclass <code>Bookmarkable</code> and all required attributes
93    * not included in this superclass.
94    * This is a factory operation used to create instance objects of class
95    * <code>ActivityCreationAction</code>.
96    */

97   public ActivityCreationAction extendBookmarkable(
98       org.opencrx.kernel.base.cci.Bookmarkable _base
99     , String JavaDoc activityName
100     , String JavaDoc name
101     , short accessLevelBrowse
102     , short accessLevelDelete
103     , short accessLevelUpdate
104     , boolean disabled
105   );
106 // ----------------------------------------------------------------------------
107
// ClassProxy/IntfInstanceExtenderRequiredAttributes
108
// ----------------------------------------------------------------------------
109
/**
110    * Creates an instance of class <code>ActivityCreationAction</code> based
111    * on the superclass <code>Cloneable</code> and all required attributes
112    * not included in this superclass.
113    * This is a factory operation used to create instance objects of class
114    * <code>ActivityCreationAction</code>.
115    */

116   public ActivityCreationAction extendCloneable(
117       org.opencrx.kernel.base.cci.Cloneable _base
118     , String JavaDoc activityName
119     , String JavaDoc name
120     , short accessLevelBrowse
121     , short accessLevelDelete
122     , short accessLevelUpdate
123     , boolean disabled
124   );
125 // ----------------------------------------------------------------------------
126
// ClassProxy/IntfInstanceExtenderRequiredAttributes
127
// ----------------------------------------------------------------------------
128
/**
129    * Creates an instance of class <code>ActivityCreationAction</code> based
130    * on the superclass <code>Importer</code> and all required attributes not
131    * included in this superclass.
132    * This is a factory operation used to create instance objects of class
133    * <code>ActivityCreationAction</code>.
134    */

135   public ActivityCreationAction extendImporter(
136       org.opencrx.kernel.base.cci.Importer _base
137     , String JavaDoc activityName
138     , String JavaDoc name
139     , short accessLevelBrowse
140     , short accessLevelDelete
141     , short accessLevelUpdate
142     , boolean disabled
143   );
144 // ----------------------------------------------------------------------------
145
// ClassProxy/IntfInstanceExtenderRequiredAttributes
146
// ----------------------------------------------------------------------------
147
/**
148    * Creates an instance of class <code>ActivityCreationAction</code> based
149    * on the superclass <code>SecureObject</code> and all required attributes
150    * not included in this superclass.
151    * This is a factory operation used to create instance objects of class
152    * <code>ActivityCreationAction</code>.
153    */

154   public ActivityCreationAction extendSecureObject(
155       org.opencrx.kernel.base.cci.SecureObject _base
156     , String JavaDoc activityName
157     , String JavaDoc name
158     , boolean disabled
159   );
160 // ----------------------------------------------------------------------------
161
// ClassProxy/IntfInstanceExtenderRequiredAttributes
162
// ----------------------------------------------------------------------------
163
/**
164    * Creates an instance of class <code>ActivityCreationAction</code> based
165    * on the superclass <code>SubscriptionTarget</code> and all required
166    * attributes not included in this superclass.
167    * This is a factory operation used to create instance objects of class
168    * <code>ActivityCreationAction</code>.
169    */

170   public ActivityCreationAction extendSubscriptionTarget(
171       org.opencrx.kernel.base.cci.SubscriptionTarget _base
172     , String JavaDoc activityName
173     , String JavaDoc name
174     , short accessLevelBrowse
175     , short accessLevelDelete
176     , short accessLevelUpdate
177     , boolean disabled
178   );
179 // ----------------------------------------------------------------------------
180
// ClassProxy/IntfInstanceExtenderRequiredAttributes
181
// ----------------------------------------------------------------------------
182
/**
183    * Creates an instance of class <code>ActivityCreationAction</code> based
184    * on the superclass <code>XmlExporter</code> and all required attributes
185    * not included in this superclass.
186    * This is a factory operation used to create instance objects of class
187    * <code>ActivityCreationAction</code>.
188    */

189   public ActivityCreationAction extendXmlExporter(
190       org.opencrx.kernel.base.cci.XmlExporter _base
191     , String JavaDoc activityName
192     , String JavaDoc name
193     , short accessLevelBrowse
194     , short accessLevelDelete
195     , short accessLevelUpdate
196     , boolean disabled
197   );
198 // ----------------------------------------------------------------------------
199
// ClassProxy/IntfInstanceExtenderRequiredAttributes
200
// ----------------------------------------------------------------------------
201
/**
202    * Creates an instance of class <code>ActivityCreationAction</code> based
203    * on the superclass <code>CrxObject</code> and all required attributes
204    * not included in this superclass.
205    * This is a factory operation used to create instance objects of class
206    * <code>ActivityCreationAction</code>.
207    */

208   public ActivityCreationAction extendCrxObject(
209       org.opencrx.kernel.generic.cci.CrxObject _base
210     , String JavaDoc activityName
211     , String JavaDoc name
212   );
213 // ----------------------------------------------------------------------------
214
// ClassProxy/IntfInstanceExtenderRequiredAttributes
215
// ----------------------------------------------------------------------------
216
/**
217    * Creates an instance of class <code>ActivityCreationAction</code> based
218    * on the superclass <code>BasicObject</code> and all required attributes
219    * not included in this superclass.
220    * This is a factory operation used to create instance objects of class
221    * <code>ActivityCreationAction</code>.
222    */

223   public ActivityCreationAction extendBasicObject(
224       org.openmdx.base.cci.BasicObject _base
225     , String JavaDoc activityName
226     , String JavaDoc name
227     , short accessLevelBrowse
228     , short accessLevelDelete
229     , short accessLevelUpdate
230     , boolean disabled
231   );
232 // ----------------------------------------------------------------------------
233
// ClassProxy/IntfInstanceExtenderRequiredAttributes
234
// ----------------------------------------------------------------------------
235
/**
236    * Creates an instance of class <code>ActivityCreationAction</code> based
237    * on the superclass <code>ContextCapable</code> and all required
238    * attributes not included in this superclass.
239    * This is a factory operation used to create instance objects of class
240    * <code>ActivityCreationAction</code>.
241    */

242   public ActivityCreationAction extendContextCapable(
243       org.openmdx.base.cci.ContextCapable _base
244     , String JavaDoc activityName
245     , String JavaDoc name
246     , short accessLevelBrowse
247     , short accessLevelDelete
248     , short accessLevelUpdate
249     , boolean disabled
250   );
251 // ----------------------------------------------------------------------------
252
// ClassProxy/IntfInstanceExtenderRequiredAttributes
253
// ----------------------------------------------------------------------------
254
/**
255    * Creates an instance of class <code>ActivityCreationAction</code> based
256    * on the superclass <code>ExtentCapable</code> and all required
257    * attributes not included in this superclass.
258    * This is a factory operation used to create instance objects of class
259    * <code>ActivityCreationAction</code>.
260    */

261   public ActivityCreationAction extendExtentCapable(
262       org.openmdx.base.cci.ExtentCapable _base
263     , String JavaDoc activityName
264     , String JavaDoc name
265     , short accessLevelBrowse
266     , short accessLevelDelete
267     , short accessLevelUpdate
268     , boolean disabled
269   );
270 // ----------------------------------------------------------------------------
271
// ClassProxy/IntfInstanceExtenderRequiredAttributes
272
// ----------------------------------------------------------------------------
273
/**
274    * Creates an instance of class <code>ActivityCreationAction</code> based
275    * on the superclass <code>ViewCapable</code> and all required attributes
276    * not included in this superclass.
277    * This is a factory operation used to create instance objects of class
278    * <code>ActivityCreationAction</code>.
279    */

280   public ActivityCreationAction extendViewCapable(
281       org.openmdx.compatibility.view1.cci.ViewCapable _base
282     , String JavaDoc activityName
283     , String JavaDoc name
284     , short accessLevelBrowse
285     , short accessLevelDelete
286     , short accessLevelUpdate
287     , boolean disabled
288   );
289 // ----------------------------------------------------------------------------
290
// ClassProxy/IntfEnd.vm
291
// ----------------------------------------------------------------------------
292
}
293
Popular Tags