KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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

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

47   public void forAllActivityGroup (
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 thereExistsActivityGroup (
57     short operator,
58     java.util.Collection JavaDoc filterValues
59   );
60        
61 // ----------------------------------------------------------------------------
62
// Filter/IntfReference
63
// ----------------------------------------------------------------------------
64
/**
65    * @param operator The operator for this filter.
66    * @see org.openmdx.compatibility.base.query.FilterOperators
67    */

68   public void forAllActivityType (
69     short operator,
70     org.opencrx.kernel.activity1.cci.ActivityType[] filterValues
71   );
72
73   /**
74    * @param operator The operator for this filter.
75    * @see org.openmdx.compatibility.base.query.FilterOperators
76    */

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

86   public void forAllActivityType (
87     short operator,
88     java.util.Collection 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 thereExistsActivityType (
96     short operator,
97     java.util.Collection JavaDoc filterValues
98   );
99        
100 // ----------------------------------------------------------------------------
101
// Filter/IntfAttributeIsNotStruct
102
// ----------------------------------------------------------------------------
103
/**
104    * @param operator The operator for this filter.
105    * @see org.openmdx.compatibility.base.query.FilterOperators
106    */

107   public void forAllBaseDate (
108     short operator,
109     java.util.Date JavaDoc[] filterValues
110   );
111
112   /**
113    * @param operator The operator for this filter.
114    * @see org.openmdx.compatibility.base.query.FilterOperators
115    */

116   public void thereExistsBaseDate (
117     short operator,
118     java.util.Date JavaDoc[] filterValues
119   );
120
121   /**
122    * @param operator The operator for this filter.
123    * @see org.openmdx.compatibility.base.query.FilterOperators
124    */

125   public void forAllBaseDate (
126     short operator,
127     java.util.Collection 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 thereExistsBaseDate (
135     short operator,
136     java.util.Collection JavaDoc filterValues
137   );
138
139   /**
140    * Specifies the sort order of all the instances that match the filter criteria.
141    * @param order The sort order for this filter.
142    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
143    */

144   public void orderByBaseDate (
145     short order
146   );
147        
148 // ----------------------------------------------------------------------------
149
// Filter/IntfAttributeIsNotStruct
150
// ----------------------------------------------------------------------------
151
/**
152    * @param operator The operator for this filter.
153    * @see org.openmdx.compatibility.base.query.FilterOperators
154    */

155   public void forAllDescription (
156     short operator,
157     String JavaDoc[] filterValues
158   );
159
160   /**
161    * @param operator The operator for this filter.
162    * @see org.openmdx.compatibility.base.query.FilterOperators
163    */

164   public void thereExistsDescription (
165     short operator,
166     String JavaDoc[] filterValues
167   );
168
169   /**
170    * @param operator The operator for this filter.
171    * @see org.openmdx.compatibility.base.query.FilterOperators
172    */

173   public void forAllDescription (
174     short operator,
175     java.util.Collection JavaDoc filterValues
176   );
177
178   /**
179    * @param operator The operator for this filter.
180    * @see org.openmdx.compatibility.base.query.FilterOperators
181    */

182   public void thereExistsDescription (
183     short operator,
184     java.util.Collection JavaDoc filterValues
185   );
186
187   /**
188    * Specifies the sort order of all the instances that match the filter criteria.
189    * @param order The sort order for this filter.
190    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
191    */

192   public void orderByDescription (
193     short order
194   );
195        
196 // ----------------------------------------------------------------------------
197
// Filter/IntfAttributeIsNotStruct
198
// ----------------------------------------------------------------------------
199
/**
200    * @param operator The operator for this filter.
201    * @see org.openmdx.compatibility.base.query.FilterOperators
202    */

203   public void forAllDueBy (
204     short operator,
205     java.util.Date JavaDoc[] filterValues
206   );
207
208   /**
209    * @param operator The operator for this filter.
210    * @see org.openmdx.compatibility.base.query.FilterOperators
211    */

212   public void thereExistsDueBy (
213     short operator,
214     java.util.Date 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 forAllDueBy (
222     short operator,
223     java.util.Collection 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 thereExistsDueBy (
231     short operator,
232     java.util.Collection JavaDoc filterValues
233   );
234
235   /**
236    * Specifies the sort order of all the instances that match the filter criteria.
237    * @param order The sort order for this filter.
238    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
239    */

240   public void orderByDueBy (
241     short order
242   );
243        
244 // ----------------------------------------------------------------------------
245
// Filter/IntfAttributeIsNotStruct
246
// ----------------------------------------------------------------------------
247
/**
248    * @param operator The operator for this filter.
249    * @see org.openmdx.compatibility.base.query.FilterOperators
250    */

251   public void forAllName (
252     short operator,
253     String JavaDoc[] filterValues
254   );
255
256   /**
257    * @param operator The operator for this filter.
258    * @see org.openmdx.compatibility.base.query.FilterOperators
259    */

260   public void thereExistsName (
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 forAllName (
270     short operator,
271     java.util.Collection 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 thereExistsName (
279     short operator,
280     java.util.Collection JavaDoc filterValues
281   );
282
283   /**
284    * Specifies the sort order of all the instances that match the filter criteria.
285    * @param order The sort order for this filter.
286    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
287    */

288   public void orderByName (
289     short order
290   );
291        
292 // ----------------------------------------------------------------------------
293
// Filter/IntfAttributeIsNotStruct
294
// ----------------------------------------------------------------------------
295
/**
296    * @param operator The operator for this filter.
297    * @see org.openmdx.compatibility.base.query.FilterOperators
298    */

299   public void forAllPriority (
300     short operator,
301     short[] filterValues
302   );
303
304   /**
305    * @param operator The operator for this filter.
306    * @see org.openmdx.compatibility.base.query.FilterOperators
307    */

308   public void thereExistsPriority (
309     short operator,
310     short[] filterValues
311   );
312
313   /**
314    * @param operator The operator for this filter.
315    * @see org.openmdx.compatibility.base.query.FilterOperators
316    */

317   public void forAllPriority (
318     short operator,
319     java.util.Collection JavaDoc filterValues
320   );
321
322   /**
323    * @param operator The operator for this filter.
324    * @see org.openmdx.compatibility.base.query.FilterOperators
325    */

326   public void thereExistsPriority (
327     short operator,
328     java.util.Collection JavaDoc filterValues
329   );
330
331   /**
332    * Specifies the sort order of all the instances that match the filter criteria.
333    * @param order The sort order for this filter.
334    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
335    */

336   public void orderByPriority (
337     short order
338   );
339        
340 // ----------------------------------------------------------------------------
341
// Filter/IntfReference
342
// ----------------------------------------------------------------------------
343
/**
344    * @param operator The operator for this filter.
345    * @see org.openmdx.compatibility.base.query.FilterOperators
346    */

347   public void forAllResource (
348     short operator,
349     org.opencrx.kernel.activity1.cci.Resource[] filterValues
350   );
351
352   /**
353    * @param operator The operator for this filter.
354    * @see org.openmdx.compatibility.base.query.FilterOperators
355    */

356   public void thereExistsResource (
357     short operator,
358     org.opencrx.kernel.activity1.cci.Resource[] filterValues
359   );
360
361   /**
362    * @param operator The operator for this filter.
363    * @see org.openmdx.compatibility.base.query.FilterOperators
364    */

365   public void forAllResource (
366     short operator,
367     java.util.Collection JavaDoc filterValues
368   );
369
370   /**
371    * @param operator The operator for this filter.
372    * @see org.openmdx.compatibility.base.query.FilterOperators
373    */

374   public void thereExistsResource (
375     short operator,
376     java.util.Collection JavaDoc filterValues
377   );
378        
379 // ----------------------------------------------------------------------------
380
// Filter/IntfAttributeIsNotStruct
381
// ----------------------------------------------------------------------------
382
/**
383    * @param operator The operator for this filter.
384    * @see org.openmdx.compatibility.base.query.FilterOperators
385    */

386   public void forAllScheduledEnd (
387     short operator,
388     java.util.Date JavaDoc[] filterValues
389   );
390
391   /**
392    * @param operator The operator for this filter.
393    * @see org.openmdx.compatibility.base.query.FilterOperators
394    */

395   public void thereExistsScheduledEnd (
396     short operator,
397     java.util.Date JavaDoc[] filterValues
398   );
399
400   /**
401    * @param operator The operator for this filter.
402    * @see org.openmdx.compatibility.base.query.FilterOperators
403    */

404   public void forAllScheduledEnd (
405     short operator,
406     java.util.Collection JavaDoc filterValues
407   );
408
409   /**
410    * @param operator The operator for this filter.
411    * @see org.openmdx.compatibility.base.query.FilterOperators
412    */

413   public void thereExistsScheduledEnd (
414     short operator,
415     java.util.Collection JavaDoc filterValues
416   );
417
418   /**
419    * Specifies the sort order of all the instances that match the filter criteria.
420    * @param order The sort order for this filter.
421    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
422    */

423   public void orderByScheduledEnd (
424     short order
425   );
426        
427 // ----------------------------------------------------------------------------
428
// Filter/IntfAttributeIsNotStruct
429
// ----------------------------------------------------------------------------
430
/**
431    * @param operator The operator for this filter.
432    * @see org.openmdx.compatibility.base.query.FilterOperators
433    */

434   public void forAllScheduledStart (
435     short operator,
436     java.util.Date JavaDoc[] filterValues
437   );
438
439   /**
440    * @param operator The operator for this filter.
441    * @see org.openmdx.compatibility.base.query.FilterOperators
442    */

443   public void thereExistsScheduledStart (
444     short operator,
445     java.util.Date JavaDoc[] filterValues
446   );
447
448   /**
449    * @param operator The operator for this filter.
450    * @see org.openmdx.compatibility.base.query.FilterOperators
451    */

452   public void forAllScheduledStart (
453     short operator,
454     java.util.Collection JavaDoc filterValues
455   );
456
457   /**
458    * @param operator The operator for this filter.
459    * @see org.openmdx.compatibility.base.query.FilterOperators
460    */

461   public void thereExistsScheduledStart (
462     short operator,
463     java.util.Collection JavaDoc filterValues
464   );
465
466   /**
467    * Specifies the sort order of all the instances that match the filter criteria.
468    * @param order The sort order for this filter.
469    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
470    */

471   public void orderByScheduledStart (
472     short order
473   );
474        
475 // ----------------------------------------------------------------------------
476
// Filter/IntfEnd
477
// ----------------------------------------------------------------------------
478
}
479
Popular Tags