KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > activity1 > cci > ResourceAssignmentClass


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

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

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

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

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

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

114   public ResourceAssignment extendExtentCapable(
115       org.openmdx.base.cci.ExtentCapable _base
116     , String JavaDoc name
117     , short resourceRole
118     , short accessLevelBrowse
119     , short accessLevelDelete
120     , short accessLevelUpdate
121   );
122 // ----------------------------------------------------------------------------
123
// ClassProxy/IntfInstanceExtenderRequiredAttributes
124
// ----------------------------------------------------------------------------
125
/**
126    * Creates an instance of class <code>ResourceAssignment</code> based on
127    * the superclass <code>ViewCapable</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>ResourceAssignment</code>.
131    */

132   public ResourceAssignment extendViewCapable(
133       org.openmdx.compatibility.view1.cci.ViewCapable _base
134     , String JavaDoc name
135     , short resourceRole
136     , short accessLevelBrowse
137     , short accessLevelDelete
138     , short accessLevelUpdate
139   );
140 // ----------------------------------------------------------------------------
141
// ClassProxy/IntfEnd.vm
142
// ----------------------------------------------------------------------------
143
}
144
Popular Tags