KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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

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

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

93   public ResourceIdentifier extendDocumentRevision(
94       org.opencrx.kernel.document1.cci.DocumentRevision _base
95     , String JavaDoc uri
96   );
97 // ----------------------------------------------------------------------------
98
// ClassProxy/IntfInstanceExtenderRequiredAttributes
99
// ----------------------------------------------------------------------------
100
/**
101    * Creates an instance of class <code>ResourceIdentifier</code> based on
102    * the superclass <code>BasicObject</code> and all required attributes not
103    * included in this superclass.
104    * This is a factory operation used to create instance objects of class
105    * <code>ResourceIdentifier</code>.
106    */

107   public ResourceIdentifier extendBasicObject(
108       org.openmdx.base.cci.BasicObject _base
109     , short accessLevelBrowse
110     , short accessLevelDelete
111     , short accessLevelUpdate
112     , String JavaDoc uri
113   );
114 // ----------------------------------------------------------------------------
115
// ClassProxy/IntfInstanceExtenderRequiredAttributes
116
// ----------------------------------------------------------------------------
117
/**
118    * Creates an instance of class <code>ResourceIdentifier</code> based on
119    * the superclass <code>ContextCapable</code> and all required attributes
120    * not included in this superclass.
121    * This is a factory operation used to create instance objects of class
122    * <code>ResourceIdentifier</code>.
123    */

124   public ResourceIdentifier extendContextCapable(
125       org.openmdx.base.cci.ContextCapable _base
126     , short accessLevelBrowse
127     , short accessLevelDelete
128     , short accessLevelUpdate
129     , String JavaDoc uri
130   );
131 // ----------------------------------------------------------------------------
132
// ClassProxy/IntfInstanceExtenderRequiredAttributes
133
// ----------------------------------------------------------------------------
134
/**
135    * Creates an instance of class <code>ResourceIdentifier</code> based on
136    * the superclass <code>ExtentCapable</code> and all required attributes
137    * not included in this superclass.
138    * This is a factory operation used to create instance objects of class
139    * <code>ResourceIdentifier</code>.
140    */

141   public ResourceIdentifier extendExtentCapable(
142       org.openmdx.base.cci.ExtentCapable _base
143     , short accessLevelBrowse
144     , short accessLevelDelete
145     , short accessLevelUpdate
146     , String JavaDoc uri
147   );
148 // ----------------------------------------------------------------------------
149
// ClassProxy/IntfInstanceExtenderRequiredAttributes
150
// ----------------------------------------------------------------------------
151
/**
152    * Creates an instance of class <code>ResourceIdentifier</code> based on
153    * the superclass <code>ViewCapable</code> and all required attributes not
154    * included in this superclass.
155    * This is a factory operation used to create instance objects of class
156    * <code>ResourceIdentifier</code>.
157    */

158   public ResourceIdentifier extendViewCapable(
159       org.openmdx.compatibility.view1.cci.ViewCapable _base
160     , short accessLevelBrowse
161     , short accessLevelDelete
162     , short accessLevelUpdate
163     , String JavaDoc uri
164   );
165 // ----------------------------------------------------------------------------
166
// ClassProxy/IntfEnd.vm
167
// ----------------------------------------------------------------------------
168
}
169
Popular Tags