KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > ras1 > cci > ProfileFilter


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:39:02 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.ras1.cci;
14
15 /**
16  */

17 public interface ProfileFilter
18   extends
19   org.opencrx.kernel.generic.cci.CrxObjectFilter,
20   org.opencrx.kernel.generic.cci.DescriptionContainerFilter {
21      
22 // ----------------------------------------------------------------------------
23
// Filter/IntfAttributeIsNotStruct
24
// ----------------------------------------------------------------------------
25
/**
26    * @param operator The operator for this filter.
27    * @see org.openmdx.compatibility.base.query.FilterOperators
28    */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

173   public void forAllParentProfile (
174     short operator,
175     org.opencrx.kernel.ras1.cci.Profile[] filterValues
176   );
177
178   /**
179    * @param operator The operator for this filter.
180    * @see org.openmdx.compatibility.base.query.FilterOperators
181    */

182   public void thereExistsParentProfile (
183     short operator,
184     org.opencrx.kernel.ras1.cci.Profile[] filterValues
185   );
186
187   /**
188    * @param operator The operator for this filter.
189    * @see org.openmdx.compatibility.base.query.FilterOperators
190    */

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

200   public void thereExistsParentProfile (
201     short operator,
202     java.util.Collection JavaDoc filterValues
203   );
204        
205 // ----------------------------------------------------------------------------
206
// Filter/IntfAttributeIsNotStruct
207
// ----------------------------------------------------------------------------
208
/**
209    * @param operator The operator for this filter.
210    * @see org.openmdx.compatibility.base.query.FilterOperators
211    */

212   public void forAllVersionMajor (
213     short operator,
214     String JavaDoc[] filterValues
215   );
216
217   /**
218    * @param operator The operator for this filter.
219    * @see org.openmdx.compatibility.base.query.FilterOperators
220    */

221   public void thereExistsVersionMajor (
222     short operator,
223     String JavaDoc[] filterValues
224   );
225
226   /**
227    * @param operator The operator for this filter.
228    * @see org.openmdx.compatibility.base.query.FilterOperators
229    */

230   public void forAllVersionMajor (
231     short operator,
232     java.util.Collection JavaDoc filterValues
233   );
234
235   /**
236    * @param operator The operator for this filter.
237    * @see org.openmdx.compatibility.base.query.FilterOperators
238    */

239   public void thereExistsVersionMajor (
240     short operator,
241     java.util.Collection JavaDoc filterValues
242   );
243
244   /**
245    * Specifies the sort order of all the instances that match the filter criteria.
246    * @param order The sort order for this filter.
247    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
248    */

249   public void orderByVersionMajor (
250     short order
251   );
252        
253 // ----------------------------------------------------------------------------
254
// Filter/IntfAttributeIsNotStruct
255
// ----------------------------------------------------------------------------
256
/**
257    * @param operator The operator for this filter.
258    * @see org.openmdx.compatibility.base.query.FilterOperators
259    */

260   public void forAllVersionMinor (
261     short operator,
262     String JavaDoc[] filterValues
263   );
264
265   /**
266    * @param operator The operator for this filter.
267    * @see org.openmdx.compatibility.base.query.FilterOperators
268    */

269   public void thereExistsVersionMinor (
270     short operator,
271     String JavaDoc[] filterValues
272   );
273
274   /**
275    * @param operator The operator for this filter.
276    * @see org.openmdx.compatibility.base.query.FilterOperators
277    */

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

287   public void thereExistsVersionMinor (
288     short operator,
289     java.util.Collection JavaDoc filterValues
290   );
291
292   /**
293    * Specifies the sort order of all the instances that match the filter criteria.
294    * @param order The sort order for this filter.
295    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
296    */

297   public void orderByVersionMinor (
298     short order
299   );
300        
301 // ----------------------------------------------------------------------------
302
// Filter/IntfEnd
303
// ----------------------------------------------------------------------------
304
}
305
Popular Tags