KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public ActivityLinkFrom createActivityLinkFrom(
47       short activityLinkType
48     , String JavaDoc name
49     , short accessLevelBrowse
50     , short accessLevelDelete
51     , short accessLevelUpdate
52   );
53 // ----------------------------------------------------------------------------
54
// ClassProxy/IntfInstanceExtenderRequiredAttributes
55
// ----------------------------------------------------------------------------
56
/**
57    * Creates an instance of class <code>ActivityLinkFrom</code> based on the
58    * superclass <code>SecureObject</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>ActivityLinkFrom</code>.
62    */

63   public ActivityLinkFrom extendSecureObject(
64       org.opencrx.kernel.base.cci.SecureObject _base
65     , short activityLinkType
66     , String JavaDoc name
67   );
68 // ----------------------------------------------------------------------------
69
// ClassProxy/IntfInstanceExtenderRequiredAttributes
70
// ----------------------------------------------------------------------------
71
/**
72    * Creates an instance of class <code>ActivityLinkFrom</code> based on the
73    * 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>ActivityLinkFrom</code>.
77    */

78   public ActivityLinkFrom extendBasicObject(
79       org.openmdx.base.cci.BasicObject _base
80     , short activityLinkType
81     , String JavaDoc name
82     , short accessLevelBrowse
83     , short accessLevelDelete
84     , short accessLevelUpdate
85   );
86 // ----------------------------------------------------------------------------
87
// ClassProxy/IntfInstanceExtenderRequiredAttributes
88
// ----------------------------------------------------------------------------
89
/**
90    * Creates an instance of class <code>ActivityLinkFrom</code> based on the
91    * superclass <code>ContextCapable</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>ActivityLinkFrom</code>.
95    */

96   public ActivityLinkFrom extendContextCapable(
97       org.openmdx.base.cci.ContextCapable _base
98     , short activityLinkType
99     , String JavaDoc name
100     , short accessLevelBrowse
101     , short accessLevelDelete
102     , short accessLevelUpdate
103   );
104 // ----------------------------------------------------------------------------
105
// ClassProxy/IntfInstanceExtenderRequiredAttributes
106
// ----------------------------------------------------------------------------
107
/**
108    * Creates an instance of class <code>ActivityLinkFrom</code> based on the
109    * superclass <code>ExtentCapable</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>ActivityLinkFrom</code>.
113    */

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

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