KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > document1 > cci > DocumentClass


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

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

46   public Document createDocument(
47       short accessLevelBrowse
48     , short accessLevelDelete
49     , short accessLevelUpdate
50     , short contentLanguage
51     , short documentState
52     , short documentType
53     , short literatureType
54   );
55 // ----------------------------------------------------------------------------
56
// ClassProxy/IntfInstanceExtenderRequiredAttributes
57
// ----------------------------------------------------------------------------
58
/**
59    * Creates an instance of class <code>Document</code> based on the
60    * superclass <code>Auditee</code> and all required attributes not
61    * included in this superclass.
62    * This is a factory operation used to create instance objects of class
63    * <code>Document</code>.
64    */

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

85   public Document extendImporter(
86       org.opencrx.kernel.base.cci.Importer _base
87     , short accessLevelBrowse
88     , short accessLevelDelete
89     , short accessLevelUpdate
90     , short contentLanguage
91     , short documentState
92     , short documentType
93     , short literatureType
94   );
95 // ----------------------------------------------------------------------------
96
// ClassProxy/IntfInstanceExtenderRequiredAttributes
97
// ----------------------------------------------------------------------------
98
/**
99    * Creates an instance of class <code>Document</code> based on the
100    * superclass <code>SecureObject</code> and all required attributes not
101    * included in this superclass.
102    * This is a factory operation used to create instance objects of class
103    * <code>Document</code>.
104    */

105   public Document extendSecureObject(
106       org.opencrx.kernel.base.cci.SecureObject _base
107     , short contentLanguage
108     , short documentState
109     , short documentType
110     , short literatureType
111   );
112 // ----------------------------------------------------------------------------
113
// ClassProxy/IntfInstanceExtenderRequiredAttributes
114
// ----------------------------------------------------------------------------
115
/**
116    * Creates an instance of class <code>Document</code> based on the
117    * superclass <code>XmlExporter</code> and all required attributes not
118    * included in this superclass.
119    * This is a factory operation used to create instance objects of class
120    * <code>Document</code>.
121    */

122   public Document extendXmlExporter(
123       org.opencrx.kernel.base.cci.XmlExporter _base
124     , short accessLevelBrowse
125     , short accessLevelDelete
126     , short accessLevelUpdate
127     , short contentLanguage
128     , short documentState
129     , short documentType
130     , short literatureType
131   );
132 // ----------------------------------------------------------------------------
133
// ClassProxy/IntfInstanceExtenderRequiredAttributes
134
// ----------------------------------------------------------------------------
135
/**
136    * Creates an instance of class <code>Document</code> based on the
137    * superclass <code>BasicObject</code> and all required attributes not
138    * included in this superclass.
139    * This is a factory operation used to create instance objects of class
140    * <code>Document</code>.
141    */

142   public Document extendBasicObject(
143       org.openmdx.base.cci.BasicObject _base
144     , short accessLevelBrowse
145     , short accessLevelDelete
146     , short accessLevelUpdate
147     , short contentLanguage
148     , short documentState
149     , short documentType
150     , short literatureType
151   );
152 // ----------------------------------------------------------------------------
153
// ClassProxy/IntfInstanceExtenderRequiredAttributes
154
// ----------------------------------------------------------------------------
155
/**
156    * Creates an instance of class <code>Document</code> based on the
157    * superclass <code>ContextCapable</code> and all required attributes not
158    * included in this superclass.
159    * This is a factory operation used to create instance objects of class
160    * <code>Document</code>.
161    */

162   public Document extendContextCapable(
163       org.openmdx.base.cci.ContextCapable _base
164     , short accessLevelBrowse
165     , short accessLevelDelete
166     , short accessLevelUpdate
167     , short contentLanguage
168     , short documentState
169     , short documentType
170     , short literatureType
171   );
172 // ----------------------------------------------------------------------------
173
// ClassProxy/IntfInstanceExtenderRequiredAttributes
174
// ----------------------------------------------------------------------------
175
/**
176    * Creates an instance of class <code>Document</code> based on the
177    * superclass <code>ExtentCapable</code> and all required attributes not
178    * included in this superclass.
179    * This is a factory operation used to create instance objects of class
180    * <code>Document</code>.
181    */

182   public Document extendExtentCapable(
183       org.openmdx.base.cci.ExtentCapable _base
184     , short accessLevelBrowse
185     , short accessLevelDelete
186     , short accessLevelUpdate
187     , short contentLanguage
188     , short documentState
189     , short documentType
190     , short literatureType
191   );
192 // ----------------------------------------------------------------------------
193
// ClassProxy/IntfInstanceExtenderRequiredAttributes
194
// ----------------------------------------------------------------------------
195
/**
196    * Creates an instance of class <code>Document</code> based on the
197    * superclass <code>ViewCapable</code> and all required attributes not
198    * included in this superclass.
199    * This is a factory operation used to create instance objects of class
200    * <code>Document</code>.
201    */

202   public Document extendViewCapable(
203       org.openmdx.compatibility.view1.cci.ViewCapable _base
204     , short accessLevelBrowse
205     , short accessLevelDelete
206     , short accessLevelUpdate
207     , short contentLanguage
208     , short documentState
209     , short documentType
210     , short literatureType
211   );
212 // ----------------------------------------------------------------------------
213
// ClassProxy/IntfEnd.vm
214
// ----------------------------------------------------------------------------
215
}
216
Popular Tags