KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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

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

89   public Constraint extendBookmarkable(
90       org.opencrx.kernel.base.cci.Bookmarkable _base
91     , short accessLevelBrowse
92     , short accessLevelDelete
93     , short accessLevelUpdate
94     , boolean disabled
95     , short evaluationPolicy
96     , String JavaDoc expression
97     , String JavaDoc language
98     , String JavaDoc name
99     , String JavaDoc qualifiedName
100   );
101 // ----------------------------------------------------------------------------
102
// ClassProxy/IntfInstanceExtenderRequiredAttributes
103
// ----------------------------------------------------------------------------
104
/**
105    * Creates an instance of class <code>Constraint</code> based on the
106    * superclass <code>Cloneable</code> and all required attributes not
107    * included in this superclass.
108    * This is a factory operation used to create instance objects of class
109    * <code>Constraint</code>.
110    */

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

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

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

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

196   public Constraint extendXmlExporter(
197       org.opencrx.kernel.base.cci.XmlExporter _base
198     , short accessLevelBrowse
199     , short accessLevelDelete
200     , short accessLevelUpdate
201     , boolean disabled
202     , short evaluationPolicy
203     , String JavaDoc expression
204     , String JavaDoc language
205     , String JavaDoc name
206     , String JavaDoc qualifiedName
207   );
208 // ----------------------------------------------------------------------------
209
// ClassProxy/IntfInstanceExtenderRequiredAttributes
210
// ----------------------------------------------------------------------------
211
/**
212    * Creates an instance of class <code>Constraint</code> based on the
213    * superclass <code>CrxObject</code> and all required attributes not
214    * included in this superclass.
215    * This is a factory operation used to create instance objects of class
216    * <code>Constraint</code>.
217    */

218   public Constraint extendCrxObject(
219       org.opencrx.kernel.generic.cci.CrxObject _base
220     , short evaluationPolicy
221     , String JavaDoc expression
222     , String JavaDoc language
223     , String JavaDoc name
224     , String JavaDoc qualifiedName
225   );
226 // ----------------------------------------------------------------------------
227
// ClassProxy/IntfInstanceExtenderRequiredAttributes
228
// ----------------------------------------------------------------------------
229
/**
230    * Creates an instance of class <code>Constraint</code> based on the
231    * superclass <code>Element</code> and all required attributes not
232    * included in this superclass.
233    * This is a factory operation used to create instance objects of class
234    * <code>Constraint</code>.
235    */

236   public Constraint extendElement(
237       org.opencrx.kernel.model1.cci.Element _base
238     , short evaluationPolicy
239     , String JavaDoc expression
240     , String JavaDoc language
241   );
242 // ----------------------------------------------------------------------------
243
// ClassProxy/IntfInstanceExtenderRequiredAttributes
244
// ----------------------------------------------------------------------------
245
/**
246    * Creates an instance of class <code>Constraint</code> based on the
247    * superclass <code>BasicObject</code> and all required attributes not
248    * included in this superclass.
249    * This is a factory operation used to create instance objects of class
250    * <code>Constraint</code>.
251    */

252   public Constraint extendBasicObject(
253       org.openmdx.base.cci.BasicObject _base
254     , short accessLevelBrowse
255     , short accessLevelDelete
256     , short accessLevelUpdate
257     , boolean disabled
258     , short evaluationPolicy
259     , String JavaDoc expression
260     , String JavaDoc language
261     , String JavaDoc name
262     , String JavaDoc qualifiedName
263   );
264 // ----------------------------------------------------------------------------
265
// ClassProxy/IntfInstanceExtenderRequiredAttributes
266
// ----------------------------------------------------------------------------
267
/**
268    * Creates an instance of class <code>Constraint</code> based on the
269    * superclass <code>ContextCapable</code> and all required attributes not
270    * included in this superclass.
271    * This is a factory operation used to create instance objects of class
272    * <code>Constraint</code>.
273    */

274   public Constraint extendContextCapable(
275       org.openmdx.base.cci.ContextCapable _base
276     , short accessLevelBrowse
277     , short accessLevelDelete
278     , short accessLevelUpdate
279     , boolean disabled
280     , short evaluationPolicy
281     , String JavaDoc expression
282     , String JavaDoc language
283     , String JavaDoc name
284     , String JavaDoc qualifiedName
285   );
286 // ----------------------------------------------------------------------------
287
// ClassProxy/IntfInstanceExtenderRequiredAttributes
288
// ----------------------------------------------------------------------------
289
/**
290    * Creates an instance of class <code>Constraint</code> based on the
291    * superclass <code>ExtentCapable</code> and all required attributes not
292    * included in this superclass.
293    * This is a factory operation used to create instance objects of class
294    * <code>Constraint</code>.
295    */

296   public Constraint extendExtentCapable(
297       org.openmdx.base.cci.ExtentCapable _base
298     , short accessLevelBrowse
299     , short accessLevelDelete
300     , short accessLevelUpdate
301     , boolean disabled
302     , short evaluationPolicy
303     , String JavaDoc expression
304     , String JavaDoc language
305     , String JavaDoc name
306     , String JavaDoc qualifiedName
307   );
308 // ----------------------------------------------------------------------------
309
// ClassProxy/IntfInstanceExtenderRequiredAttributes
310
// ----------------------------------------------------------------------------
311
/**
312    * Creates an instance of class <code>Constraint</code> based on the
313    * superclass <code>ViewCapable</code> and all required attributes not
314    * included in this superclass.
315    * This is a factory operation used to create instance objects of class
316    * <code>Constraint</code>.
317    */

318   public Constraint extendViewCapable(
319       org.openmdx.compatibility.view1.cci.ViewCapable _base
320     , short accessLevelBrowse
321     , short accessLevelDelete
322     , short accessLevelUpdate
323     , boolean disabled
324     , short evaluationPolicy
325     , String JavaDoc expression
326     , String JavaDoc language
327     , String JavaDoc name
328     , String JavaDoc qualifiedName
329   );
330 // ----------------------------------------------------------------------------
331
// ClassProxy/IntfEnd.vm
332
// ----------------------------------------------------------------------------
333
}
334
Popular Tags