KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public ActivityProcessTransition createActivityProcessTransition(
47       String JavaDoc name
48     , short newActivityState
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>ActivityProcessTransition</code>
59    * based on the superclass <code>Auditee</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>ActivityProcessTransition</code>.
63    */

64   public ActivityProcessTransition extendAuditee(
65       org.opencrx.kernel.base.cci.Auditee _base
66     , String JavaDoc name
67     , short newActivityState
68     , short accessLevelBrowse
69     , short accessLevelDelete
70     , short accessLevelUpdate
71     , boolean disabled
72   );
73 // ----------------------------------------------------------------------------
74
// ClassProxy/IntfInstanceExtenderRequiredAttributes
75
// ----------------------------------------------------------------------------
76
/**
77    * Creates an instance of class <code>ActivityProcessTransition</code>
78    * based on the superclass <code>Bookmarkable</code> and all required
79    * attributes not included in this superclass.
80    * This is a factory operation used to create instance objects of class
81    * <code>ActivityProcessTransition</code>.
82    */

83   public ActivityProcessTransition extendBookmarkable(
84       org.opencrx.kernel.base.cci.Bookmarkable _base
85     , String JavaDoc name
86     , short newActivityState
87     , short accessLevelBrowse
88     , short accessLevelDelete
89     , short accessLevelUpdate
90     , boolean disabled
91   );
92 // ----------------------------------------------------------------------------
93
// ClassProxy/IntfInstanceExtenderRequiredAttributes
94
// ----------------------------------------------------------------------------
95
/**
96    * Creates an instance of class <code>ActivityProcessTransition</code>
97    * based on the superclass <code>Cloneable</code> and all required
98    * attributes not included in this superclass.
99    * This is a factory operation used to create instance objects of class
100    * <code>ActivityProcessTransition</code>.
101    */

102   public ActivityProcessTransition extendCloneable(
103       org.opencrx.kernel.base.cci.Cloneable _base
104     , String JavaDoc name
105     , short newActivityState
106     , short accessLevelBrowse
107     , short accessLevelDelete
108     , short accessLevelUpdate
109     , boolean disabled
110   );
111 // ----------------------------------------------------------------------------
112
// ClassProxy/IntfInstanceExtenderRequiredAttributes
113
// ----------------------------------------------------------------------------
114
/**
115    * Creates an instance of class <code>ActivityProcessTransition</code>
116    * based on the superclass <code>Importer</code> and all required
117    * attributes not included in this superclass.
118    * This is a factory operation used to create instance objects of class
119    * <code>ActivityProcessTransition</code>.
120    */

121   public ActivityProcessTransition extendImporter(
122       org.opencrx.kernel.base.cci.Importer _base
123     , String JavaDoc name
124     , short newActivityState
125     , short accessLevelBrowse
126     , short accessLevelDelete
127     , short accessLevelUpdate
128     , boolean disabled
129   );
130 // ----------------------------------------------------------------------------
131
// ClassProxy/IntfInstanceExtenderRequiredAttributes
132
// ----------------------------------------------------------------------------
133
/**
134    * Creates an instance of class <code>ActivityProcessTransition</code>
135    * based on the superclass <code>SecureObject</code> and all required
136    * attributes not included in this superclass.
137    * This is a factory operation used to create instance objects of class
138    * <code>ActivityProcessTransition</code>.
139    */

140   public ActivityProcessTransition extendSecureObject(
141       org.opencrx.kernel.base.cci.SecureObject _base
142     , String JavaDoc name
143     , short newActivityState
144     , boolean disabled
145   );
146 // ----------------------------------------------------------------------------
147
// ClassProxy/IntfInstanceExtenderRequiredAttributes
148
// ----------------------------------------------------------------------------
149
/**
150    * Creates an instance of class <code>ActivityProcessTransition</code>
151    * based on the superclass <code>SubscriptionTarget</code> and all
152    * required attributes not included in this superclass.
153    * This is a factory operation used to create instance objects of class
154    * <code>ActivityProcessTransition</code>.
155    */

156   public ActivityProcessTransition extendSubscriptionTarget(
157       org.opencrx.kernel.base.cci.SubscriptionTarget _base
158     , String JavaDoc name
159     , short newActivityState
160     , short accessLevelBrowse
161     , short accessLevelDelete
162     , short accessLevelUpdate
163     , boolean disabled
164   );
165 // ----------------------------------------------------------------------------
166
// ClassProxy/IntfInstanceExtenderRequiredAttributes
167
// ----------------------------------------------------------------------------
168
/**
169    * Creates an instance of class <code>ActivityProcessTransition</code>
170    * based on the superclass <code>XmlExporter</code> and all required
171    * attributes not included in this superclass.
172    * This is a factory operation used to create instance objects of class
173    * <code>ActivityProcessTransition</code>.
174    */

175   public ActivityProcessTransition extendXmlExporter(
176       org.opencrx.kernel.base.cci.XmlExporter _base
177     , String JavaDoc name
178     , short newActivityState
179     , short accessLevelBrowse
180     , short accessLevelDelete
181     , short accessLevelUpdate
182     , boolean disabled
183   );
184 // ----------------------------------------------------------------------------
185
// ClassProxy/IntfInstanceExtenderRequiredAttributes
186
// ----------------------------------------------------------------------------
187
/**
188    * Creates an instance of class <code>ActivityProcessTransition</code>
189    * based on the superclass <code>CrxObject</code> and all required
190    * attributes not included in this superclass.
191    * This is a factory operation used to create instance objects of class
192    * <code>ActivityProcessTransition</code>.
193    */

194   public ActivityProcessTransition extendCrxObject(
195       org.opencrx.kernel.generic.cci.CrxObject _base
196     , String JavaDoc name
197     , short newActivityState
198   );
199 // ----------------------------------------------------------------------------
200
// ClassProxy/IntfInstanceExtenderRequiredAttributes
201
// ----------------------------------------------------------------------------
202
/**
203    * Creates an instance of class <code>ActivityProcessTransition</code>
204    * based on the superclass <code>BasicObject</code> and all required
205    * attributes not included in this superclass.
206    * This is a factory operation used to create instance objects of class
207    * <code>ActivityProcessTransition</code>.
208    */

209   public ActivityProcessTransition extendBasicObject(
210       org.openmdx.base.cci.BasicObject _base
211     , String JavaDoc name
212     , short newActivityState
213     , short accessLevelBrowse
214     , short accessLevelDelete
215     , short accessLevelUpdate
216     , boolean disabled
217   );
218 // ----------------------------------------------------------------------------
219
// ClassProxy/IntfInstanceExtenderRequiredAttributes
220
// ----------------------------------------------------------------------------
221
/**
222    * Creates an instance of class <code>ActivityProcessTransition</code>
223    * based on the superclass <code>ContextCapable</code> and all required
224    * attributes not included in this superclass.
225    * This is a factory operation used to create instance objects of class
226    * <code>ActivityProcessTransition</code>.
227    */

228   public ActivityProcessTransition extendContextCapable(
229       org.openmdx.base.cci.ContextCapable _base
230     , String JavaDoc name
231     , short newActivityState
232     , short accessLevelBrowse
233     , short accessLevelDelete
234     , short accessLevelUpdate
235     , boolean disabled
236   );
237 // ----------------------------------------------------------------------------
238
// ClassProxy/IntfInstanceExtenderRequiredAttributes
239
// ----------------------------------------------------------------------------
240
/**
241    * Creates an instance of class <code>ActivityProcessTransition</code>
242    * based on the superclass <code>ExtentCapable</code> and all required
243    * attributes not included in this superclass.
244    * This is a factory operation used to create instance objects of class
245    * <code>ActivityProcessTransition</code>.
246    */

247   public ActivityProcessTransition extendExtentCapable(
248       org.openmdx.base.cci.ExtentCapable _base
249     , String JavaDoc name
250     , short newActivityState
251     , short accessLevelBrowse
252     , short accessLevelDelete
253     , short accessLevelUpdate
254     , boolean disabled
255   );
256 // ----------------------------------------------------------------------------
257
// ClassProxy/IntfInstanceExtenderRequiredAttributes
258
// ----------------------------------------------------------------------------
259
/**
260    * Creates an instance of class <code>ActivityProcessTransition</code>
261    * based on the superclass <code>ViewCapable</code> and all required
262    * attributes not included in this superclass.
263    * This is a factory operation used to create instance objects of class
264    * <code>ActivityProcessTransition</code>.
265    */

266   public ActivityProcessTransition extendViewCapable(
267       org.openmdx.compatibility.view1.cci.ViewCapable _base
268     , String JavaDoc name
269     , short newActivityState
270     , short accessLevelBrowse
271     , short accessLevelDelete
272     , short accessLevelUpdate
273     , boolean disabled
274   );
275 // ----------------------------------------------------------------------------
276
// ClassProxy/IntfEnd.vm
277
// ----------------------------------------------------------------------------
278
}
279
Popular Tags