KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > depot1 > cci > DepotReferenceClass


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

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

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

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

80   public DepotReference extendBasicObject(
81       org.openmdx.base.cci.BasicObject _base
82     , short accessLevelBrowse
83     , short accessLevelDelete
84     , short accessLevelUpdate
85     , short depotUsage
86     , boolean holderQualifiesPosition
87     , String JavaDoc name
88   );
89 // ----------------------------------------------------------------------------
90
// ClassProxy/IntfInstanceExtenderRequiredAttributes
91
// ----------------------------------------------------------------------------
92
/**
93    * Creates an instance of class <code>DepotReference</code> based on the
94    * superclass <code>ContextCapable</code> and all required attributes not
95    * included in this superclass.
96    * This is a factory operation used to create instance objects of class
97    * <code>DepotReference</code>.
98    */

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

118   public DepotReference extendExtentCapable(
119       org.openmdx.base.cci.ExtentCapable _base
120     , short accessLevelBrowse
121     , short accessLevelDelete
122     , short accessLevelUpdate
123     , short depotUsage
124     , boolean holderQualifiesPosition
125     , String JavaDoc name
126   );
127 // ----------------------------------------------------------------------------
128
// ClassProxy/IntfInstanceExtenderRequiredAttributes
129
// ----------------------------------------------------------------------------
130
/**
131    * Creates an instance of class <code>DepotReference</code> based on the
132    * superclass <code>ViewCapable</code> and all required attributes not
133    * included in this superclass.
134    * This is a factory operation used to create instance objects of class
135    * <code>DepotReference</code>.
136    */

137   public DepotReference extendViewCapable(
138       org.openmdx.compatibility.view1.cci.ViewCapable _base
139     , short accessLevelBrowse
140     , short accessLevelDelete
141     , short accessLevelUpdate
142     , short depotUsage
143     , boolean holderQualifiesPosition
144     , String JavaDoc name
145   );
146 // ----------------------------------------------------------------------------
147
// ClassProxy/IntfEnd.vm
148
// ----------------------------------------------------------------------------
149
}
150
Popular Tags