KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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

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

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

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

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

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

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