KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > base > cci > ObjectModificationAuditEntryClass


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

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

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

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

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

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

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

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

152   public ObjectModificationAuditEntry extendViewCapable(
153       org.openmdx.compatibility.view1.cci.ViewCapable _base
154     , String JavaDoc auditee
155     , String JavaDoc beforeImage
156     , String JavaDoc modifiedFeatures
157     , short accessLevelBrowse
158     , short accessLevelDelete
159     , short accessLevelUpdate
160   );
161 // ----------------------------------------------------------------------------
162
// ClassProxy/IntfEnd.vm
163
// ----------------------------------------------------------------------------
164
}
165
Popular Tags