KickJava   Java API By Example, From Geeks To Geeks.

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


1 // ----------------------------------------------------------------------------
2
// Filter/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 /**
16  */

17 public interface SecureObjectFilter
18   extends org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 {
19      
20 // ----------------------------------------------------------------------------
21
// Filter/IntfAttributeIsNotStruct
22
// ----------------------------------------------------------------------------
23
/**
24    * @param operator The operator for this filter.
25    * @see org.openmdx.compatibility.base.query.FilterOperators
26    */

27   public void forAllAccessLevelBrowse (
28     short operator,
29     short[] filterValues
30   );
31
32   /**
33    * @param operator The operator for this filter.
34    * @see org.openmdx.compatibility.base.query.FilterOperators
35    */

36   public void thereExistsAccessLevelBrowse (
37     short operator,
38     short[] filterValues
39   );
40
41   /**
42    * @param operator The operator for this filter.
43    * @see org.openmdx.compatibility.base.query.FilterOperators
44    */

45   public void forAllAccessLevelBrowse (
46     short operator,
47     java.util.Collection JavaDoc filterValues
48   );
49
50   /**
51    * @param operator The operator for this filter.
52    * @see org.openmdx.compatibility.base.query.FilterOperators
53    */

54   public void thereExistsAccessLevelBrowse (
55     short operator,
56     java.util.Collection JavaDoc filterValues
57   );
58
59   /**
60    * Specifies the sort order of all the instances that match the filter criteria.
61    * @param order The sort order for this filter.
62    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
63    */

64   public void orderByAccessLevelBrowse (
65     short order
66   );
67        
68 // ----------------------------------------------------------------------------
69
// Filter/IntfAttributeIsNotStruct
70
// ----------------------------------------------------------------------------
71
/**
72    * @param operator The operator for this filter.
73    * @see org.openmdx.compatibility.base.query.FilterOperators
74    */

75   public void forAllAccessLevelDelete (
76     short operator,
77     short[] filterValues
78   );
79
80   /**
81    * @param operator The operator for this filter.
82    * @see org.openmdx.compatibility.base.query.FilterOperators
83    */

84   public void thereExistsAccessLevelDelete (
85     short operator,
86     short[] filterValues
87   );
88
89   /**
90    * @param operator The operator for this filter.
91    * @see org.openmdx.compatibility.base.query.FilterOperators
92    */

93   public void forAllAccessLevelDelete (
94     short operator,
95     java.util.Collection JavaDoc filterValues
96   );
97
98   /**
99    * @param operator The operator for this filter.
100    * @see org.openmdx.compatibility.base.query.FilterOperators
101    */

102   public void thereExistsAccessLevelDelete (
103     short operator,
104     java.util.Collection JavaDoc filterValues
105   );
106
107   /**
108    * Specifies the sort order of all the instances that match the filter criteria.
109    * @param order The sort order for this filter.
110    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
111    */

112   public void orderByAccessLevelDelete (
113     short order
114   );
115        
116 // ----------------------------------------------------------------------------
117
// Filter/IntfAttributeIsNotStruct
118
// ----------------------------------------------------------------------------
119
/**
120    * @param operator The operator for this filter.
121    * @see org.openmdx.compatibility.base.query.FilterOperators
122    */

123   public void forAllAccessLevelUpdate (
124     short operator,
125     short[] filterValues
126   );
127
128   /**
129    * @param operator The operator for this filter.
130    * @see org.openmdx.compatibility.base.query.FilterOperators
131    */

132   public void thereExistsAccessLevelUpdate (
133     short operator,
134     short[] filterValues
135   );
136
137   /**
138    * @param operator The operator for this filter.
139    * @see org.openmdx.compatibility.base.query.FilterOperators
140    */

141   public void forAllAccessLevelUpdate (
142     short operator,
143     java.util.Collection JavaDoc filterValues
144   );
145
146   /**
147    * @param operator The operator for this filter.
148    * @see org.openmdx.compatibility.base.query.FilterOperators
149    */

150   public void thereExistsAccessLevelUpdate (
151     short operator,
152     java.util.Collection JavaDoc filterValues
153   );
154
155   /**
156    * Specifies the sort order of all the instances that match the filter criteria.
157    * @param order The sort order for this filter.
158    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
159    */

160   public void orderByAccessLevelUpdate (
161     short order
162   );
163        
164 // ----------------------------------------------------------------------------
165
// Filter/IntfAttributeIsNotStruct
166
// ----------------------------------------------------------------------------
167
/**
168    * @param operator The operator for this filter.
169    * @see org.openmdx.compatibility.base.query.FilterOperators
170    */

171   public void forAllOwner (
172     short operator,
173     String JavaDoc[] filterValues
174   );
175
176   /**
177    * @param operator The operator for this filter.
178    * @see org.openmdx.compatibility.base.query.FilterOperators
179    */

180   public void thereExistsOwner (
181     short operator,
182     String JavaDoc[] filterValues
183   );
184
185   /**
186    * @param operator The operator for this filter.
187    * @see org.openmdx.compatibility.base.query.FilterOperators
188    */

189   public void forAllOwner (
190     short operator,
191     java.util.Collection JavaDoc filterValues
192   );
193
194   /**
195    * @param operator The operator for this filter.
196    * @see org.openmdx.compatibility.base.query.FilterOperators
197    */

198   public void thereExistsOwner (
199     short operator,
200     java.util.Collection JavaDoc filterValues
201   );
202
203   /**
204    * Specifies the sort order of all the instances that match the filter criteria.
205    * @param order The sort order for this filter.
206    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
207    */

208   public void orderByOwner (
209     short order
210   );
211        
212 // ----------------------------------------------------------------------------
213
// Filter/IntfReference
214
// ----------------------------------------------------------------------------
215
/**
216    * @param operator The operator for this filter.
217    * @see org.openmdx.compatibility.base.query.FilterOperators
218    */

219   public void forAllOwningGroup (
220     short operator,
221     org.opencrx.security.realm1.cci.PrincipalGroup[] filterValues
222   );
223
224   /**
225    * @param operator The operator for this filter.
226    * @see org.openmdx.compatibility.base.query.FilterOperators
227    */

228   public void thereExistsOwningGroup (
229     short operator,
230     org.opencrx.security.realm1.cci.PrincipalGroup[] filterValues
231   );
232
233   /**
234    * @param operator The operator for this filter.
235    * @see org.openmdx.compatibility.base.query.FilterOperators
236    */

237   public void forAllOwningGroup (
238     short operator,
239     java.util.Collection JavaDoc filterValues
240   );
241
242   /**
243    * @param operator The operator for this filter.
244    * @see org.openmdx.compatibility.base.query.FilterOperators
245    */

246   public void thereExistsOwningGroup (
247     short operator,
248     java.util.Collection JavaDoc filterValues
249   );
250        
251 // ----------------------------------------------------------------------------
252
// Filter/IntfReference
253
// ----------------------------------------------------------------------------
254
/**
255    * @param operator The operator for this filter.
256    * @see org.openmdx.compatibility.base.query.FilterOperators
257    */

258   public void forAllOwningUser (
259     short operator,
260     org.opencrx.security.realm1.cci.User[] filterValues
261   );
262
263   /**
264    * @param operator The operator for this filter.
265    * @see org.openmdx.compatibility.base.query.FilterOperators
266    */

267   public void thereExistsOwningUser (
268     short operator,
269     org.opencrx.security.realm1.cci.User[] filterValues
270   );
271
272   /**
273    * @param operator The operator for this filter.
274    * @see org.openmdx.compatibility.base.query.FilterOperators
275    */

276   public void forAllOwningUser (
277     short operator,
278     java.util.Collection JavaDoc filterValues
279   );
280
281   /**
282    * @param operator The operator for this filter.
283    * @see org.openmdx.compatibility.base.query.FilterOperators
284    */

285   public void thereExistsOwningUser (
286     short operator,
287     java.util.Collection JavaDoc filterValues
288   );
289        
290 // ----------------------------------------------------------------------------
291
// Filter/IntfEnd
292
// ----------------------------------------------------------------------------
293
}
294
Popular Tags