KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public ResourceFilterProperty createResourceFilterProperty(
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>ResourceFilterProperty</code> based
59    * on the superclass <code>AbstractFilterProperty</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>ResourceFilterProperty</code>.
63    */

64   public ResourceFilterProperty 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>ResourceFilterProperty</code> based
75    * on the superclass <code>SecureObject</code> and all required attributes
76    * not included in this superclass.
77    * This is a factory operation used to create instance objects of class
78    * <code>ResourceFilterProperty</code>.
79    */

80   public ResourceFilterProperty 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>ResourceFilterProperty</code> based
91    * on the superclass <code>BasicObject</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>ResourceFilterProperty</code>.
95    */

96   public ResourceFilterProperty 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>ResourceFilterProperty</code> based
110    * 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>ResourceFilterProperty</code>.
114    */

115   public ResourceFilterProperty 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>ResourceFilterProperty</code> based
129    * 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>ResourceFilterProperty</code>.
133    */

134   public ResourceFilterProperty 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>ResourceFilterProperty</code> based
148    * on the superclass <code>ViewCapable</code> and all required attributes
149    * not included in this superclass.
150    * This is a factory operation used to create instance objects of class
151    * <code>ResourceFilterProperty</code>.
152    */

153   public ResourceFilterProperty 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