KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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

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

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

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

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

127   public ObjectCreationAuditEntry extendViewCapable(
128       org.openmdx.compatibility.view1.cci.ViewCapable _base
129     , String JavaDoc auditee
130     , short accessLevelBrowse
131     , short accessLevelDelete
132     , short accessLevelUpdate
133   );
134 // ----------------------------------------------------------------------------
135
// ClassProxy/IntfEnd.vm
136
// ----------------------------------------------------------------------------
137
}
138
Popular Tags