KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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

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

81   public DocumentFolder extendSecureObject(
82       org.opencrx.kernel.base.cci.SecureObject _base
83     , String JavaDoc description
84     , String JavaDoc name
85   );
86 // ----------------------------------------------------------------------------
87
// ClassProxy/IntfInstanceExtenderRequiredAttributes
88
// ----------------------------------------------------------------------------
89
/**
90    * Creates an instance of class <code>DocumentFolder</code> based on the
91    * superclass <code>BasicObject</code> and all required attributes not
92    * included in this superclass.
93    * This is a factory operation used to create instance objects of class
94    * <code>DocumentFolder</code>.
95    */

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

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

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

150   public DocumentFolder extendViewCapable(
151       org.openmdx.compatibility.view1.cci.ViewCapable _base
152     , short accessLevelBrowse
153     , short accessLevelDelete
154     , short accessLevelUpdate
155     , String JavaDoc description
156     , String JavaDoc name
157   );
158 // ----------------------------------------------------------------------------
159
// ClassProxy/IntfEnd.vm
160
// ----------------------------------------------------------------------------
161
}
162
Popular Tags