KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > home1 > cci > SubscriptionFilter


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.home1.cci;
14
15 /**
16  */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

211   public void orderByFilterName1 (
212     short order
213   );
214        
215 // ----------------------------------------------------------------------------
216
// Filter/IntfAttributeIsNotStruct
217
// ----------------------------------------------------------------------------
218
/**
219    * @param operator The operator for this filter.
220    * @see org.openmdx.compatibility.base.query.FilterOperators
221    */

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

231   public void thereExistsFilterName2 (
232     short operator,
233     String JavaDoc[] filterValues
234   );
235
236   /**
237    * @param operator The operator for this filter.
238    * @see org.openmdx.compatibility.base.query.FilterOperators
239    */

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

249   public void thereExistsFilterName2 (
250     short operator,
251     java.util.Collection JavaDoc filterValues
252   );
253
254   /**
255    * Specifies the sort order of all the instances that match the filter criteria.
256    * @param order The sort order for this filter.
257    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
258    */

259   public void orderByFilterName2 (
260     short order
261   );
262        
263 // ----------------------------------------------------------------------------
264
// Filter/IntfAttributeIsNotStruct
265
// ----------------------------------------------------------------------------
266
/**
267    * @param operator The operator for this filter.
268    * @see org.openmdx.compatibility.base.query.FilterOperators
269    */

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

279   public void thereExistsFilterName3 (
280     short operator,
281     String JavaDoc[] filterValues
282   );
283
284   /**
285    * @param operator The operator for this filter.
286    * @see org.openmdx.compatibility.base.query.FilterOperators
287    */

288   public void forAllFilterName3 (
289     short operator,
290     java.util.Collection JavaDoc filterValues
291   );
292
293   /**
294    * @param operator The operator for this filter.
295    * @see org.openmdx.compatibility.base.query.FilterOperators
296    */

297   public void thereExistsFilterName3 (
298     short operator,
299     java.util.Collection JavaDoc filterValues
300   );
301
302   /**
303    * Specifies the sort order of all the instances that match the filter criteria.
304    * @param order The sort order for this filter.
305    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
306    */

307   public void orderByFilterName3 (
308     short order
309   );
310        
311 // ----------------------------------------------------------------------------
312
// Filter/IntfAttributeIsNotStruct
313
// ----------------------------------------------------------------------------
314
/**
315    * @param operator The operator for this filter.
316    * @see org.openmdx.compatibility.base.query.FilterOperators
317    */

318   public void forAllFilterName4 (
319     short operator,
320     String JavaDoc[] filterValues
321   );
322
323   /**
324    * @param operator The operator for this filter.
325    * @see org.openmdx.compatibility.base.query.FilterOperators
326    */

327   public void thereExistsFilterName4 (
328     short operator,
329     String JavaDoc[] filterValues
330   );
331
332   /**
333    * @param operator The operator for this filter.
334    * @see org.openmdx.compatibility.base.query.FilterOperators
335    */

336   public void forAllFilterName4 (
337     short operator,
338     java.util.Collection JavaDoc filterValues
339   );
340
341   /**
342    * @param operator The operator for this filter.
343    * @see org.openmdx.compatibility.base.query.FilterOperators
344    */

345   public void thereExistsFilterName4 (
346     short operator,
347     java.util.Collection JavaDoc filterValues
348   );
349
350   /**
351    * Specifies the sort order of all the instances that match the filter criteria.
352    * @param order The sort order for this filter.
353    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
354    */

355   public void orderByFilterName4 (
356     short order
357   );
358        
359 // ----------------------------------------------------------------------------
360
// Filter/IntfAttributeIsNotStruct
361
// ----------------------------------------------------------------------------
362
/**
363    * @param operator The operator for this filter.
364    * @see org.openmdx.compatibility.base.query.FilterOperators
365    */

366   public void forAllFilterValue0 (
367     short operator,
368     String JavaDoc[] filterValues
369   );
370
371   /**
372    * @param operator The operator for this filter.
373    * @see org.openmdx.compatibility.base.query.FilterOperators
374    */

375   public void thereExistsFilterValue0 (
376     short operator,
377     String JavaDoc[] filterValues
378   );
379
380   /**
381    * @param operator The operator for this filter.
382    * @see org.openmdx.compatibility.base.query.FilterOperators
383    */

384   public void forAllFilterValue0 (
385     short operator,
386     java.util.Collection JavaDoc filterValues
387   );
388
389   /**
390    * @param operator The operator for this filter.
391    * @see org.openmdx.compatibility.base.query.FilterOperators
392    */

393   public void thereExistsFilterValue0 (
394     short operator,
395     java.util.Collection JavaDoc filterValues
396   );
397
398   /**
399    * Specifies the sort order of all the instances that match the filter criteria.
400    * @param order The sort order for this filter.
401    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
402    */

403   public void orderByFilterValue0 (
404     short order
405   );
406        
407 // ----------------------------------------------------------------------------
408
// Filter/IntfAttributeIsNotStruct
409
// ----------------------------------------------------------------------------
410
/**
411    * @param operator The operator for this filter.
412    * @see org.openmdx.compatibility.base.query.FilterOperators
413    */

414   public void forAllFilterValue1 (
415     short operator,
416     String JavaDoc[] filterValues
417   );
418
419   /**
420    * @param operator The operator for this filter.
421    * @see org.openmdx.compatibility.base.query.FilterOperators
422    */

423   public void thereExistsFilterValue1 (
424     short operator,
425     String JavaDoc[] filterValues
426   );
427
428   /**
429    * @param operator The operator for this filter.
430    * @see org.openmdx.compatibility.base.query.FilterOperators
431    */

432   public void forAllFilterValue1 (
433     short operator,
434     java.util.Collection JavaDoc filterValues
435   );
436
437   /**
438    * @param operator The operator for this filter.
439    * @see org.openmdx.compatibility.base.query.FilterOperators
440    */

441   public void thereExistsFilterValue1 (
442     short operator,
443     java.util.Collection JavaDoc filterValues
444   );
445
446   /**
447    * Specifies the sort order of all the instances that match the filter criteria.
448    * @param order The sort order for this filter.
449    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
450    */

451   public void orderByFilterValue1 (
452     short order
453   );
454        
455 // ----------------------------------------------------------------------------
456
// Filter/IntfAttributeIsNotStruct
457
// ----------------------------------------------------------------------------
458
/**
459    * @param operator The operator for this filter.
460    * @see org.openmdx.compatibility.base.query.FilterOperators
461    */

462   public void forAllFilterValue2 (
463     short operator,
464     String JavaDoc[] filterValues
465   );
466
467   /**
468    * @param operator The operator for this filter.
469    * @see org.openmdx.compatibility.base.query.FilterOperators
470    */

471   public void thereExistsFilterValue2 (
472     short operator,
473     String JavaDoc[] filterValues
474   );
475
476   /**
477    * @param operator The operator for this filter.
478    * @see org.openmdx.compatibility.base.query.FilterOperators
479    */

480   public void forAllFilterValue2 (
481     short operator,
482     java.util.Collection JavaDoc filterValues
483   );
484
485   /**
486    * @param operator The operator for this filter.
487    * @see org.openmdx.compatibility.base.query.FilterOperators
488    */

489   public void thereExistsFilterValue2 (
490     short operator,
491     java.util.Collection JavaDoc filterValues
492   );
493
494   /**
495    * Specifies the sort order of all the instances that match the filter criteria.
496    * @param order The sort order for this filter.
497    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
498    */

499   public void orderByFilterValue2 (
500     short order
501   );
502        
503 // ----------------------------------------------------------------------------
504
// Filter/IntfAttributeIsNotStruct
505
// ----------------------------------------------------------------------------
506
/**
507    * @param operator The operator for this filter.
508    * @see org.openmdx.compatibility.base.query.FilterOperators
509    */

510   public void forAllFilterValue3 (
511     short operator,
512     String JavaDoc[] filterValues
513   );
514
515   /**
516    * @param operator The operator for this filter.
517    * @see org.openmdx.compatibility.base.query.FilterOperators
518    */

519   public void thereExistsFilterValue3 (
520     short operator,
521     String JavaDoc[] filterValues
522   );
523
524   /**
525    * @param operator The operator for this filter.
526    * @see org.openmdx.compatibility.base.query.FilterOperators
527    */

528   public void forAllFilterValue3 (
529     short operator,
530     java.util.Collection JavaDoc filterValues
531   );
532
533   /**
534    * @param operator The operator for this filter.
535    * @see org.openmdx.compatibility.base.query.FilterOperators
536    */

537   public void thereExistsFilterValue3 (
538     short operator,
539     java.util.Collection JavaDoc filterValues
540   );
541
542   /**
543    * Specifies the sort order of all the instances that match the filter criteria.
544    * @param order The sort order for this filter.
545    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
546    */

547   public void orderByFilterValue3 (
548     short order
549   );
550        
551 // ----------------------------------------------------------------------------
552
// Filter/IntfAttributeIsNotStruct
553
// ----------------------------------------------------------------------------
554
/**
555    * @param operator The operator for this filter.
556    * @see org.openmdx.compatibility.base.query.FilterOperators
557    */

558   public void forAllFilterValue4 (
559     short operator,
560     String JavaDoc[] filterValues
561   );
562
563   /**
564    * @param operator The operator for this filter.
565    * @see org.openmdx.compatibility.base.query.FilterOperators
566    */

567   public void thereExistsFilterValue4 (
568     short operator,
569     String JavaDoc[] filterValues
570   );
571
572   /**
573    * @param operator The operator for this filter.
574    * @see org.openmdx.compatibility.base.query.FilterOperators
575    */

576   public void forAllFilterValue4 (
577     short operator,
578     java.util.Collection JavaDoc filterValues
579   );
580
581   /**
582    * @param operator The operator for this filter.
583    * @see org.openmdx.compatibility.base.query.FilterOperators
584    */

585   public void thereExistsFilterValue4 (
586     short operator,
587     java.util.Collection JavaDoc filterValues
588   );
589
590   /**
591    * Specifies the sort order of all the instances that match the filter criteria.
592    * @param order The sort order for this filter.
593    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
594    */

595   public void orderByFilterValue4 (
596     short order
597   );
598        
599 // ----------------------------------------------------------------------------
600
// Filter/IntfAttributeIsNotStruct
601
// ----------------------------------------------------------------------------
602
/**
603    * @param operator The operator for this filter.
604    * @see org.openmdx.compatibility.base.query.FilterOperators
605    */

606   public void forAllIsActive (
607     short operator,
608     boolean[] filterValues
609   );
610
611   /**
612    * @param operator The operator for this filter.
613    * @see org.openmdx.compatibility.base.query.FilterOperators
614    */

615   public void thereExistsIsActive (
616     short operator,
617     boolean[] filterValues
618   );
619
620   /**
621    * @param operator The operator for this filter.
622    * @see org.openmdx.compatibility.base.query.FilterOperators
623    */

624   public void forAllIsActive (
625     short operator,
626     java.util.Collection JavaDoc filterValues
627   );
628
629   /**
630    * @param operator The operator for this filter.
631    * @see org.openmdx.compatibility.base.query.FilterOperators
632    */

633   public void thereExistsIsActive (
634     short operator,
635     java.util.Collection JavaDoc filterValues
636   );
637
638   /**
639    * Specifies the sort order of all the instances that match the filter criteria.
640    * @param order The sort order for this filter.
641    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
642    */

643   public void orderByIsActive (
644     short order
645   );
646        
647 // ----------------------------------------------------------------------------
648
// Filter/IntfAttributeIsNotStruct
649
// ----------------------------------------------------------------------------
650
/**
651    * @param operator The operator for this filter.
652    * @see org.openmdx.compatibility.base.query.FilterOperators
653    */

654   public void forAllName (
655     short operator,
656     String JavaDoc[] filterValues
657   );
658
659   /**
660    * @param operator The operator for this filter.
661    * @see org.openmdx.compatibility.base.query.FilterOperators
662    */

663   public void thereExistsName (
664     short operator,
665     String JavaDoc[] filterValues
666   );
667
668   /**
669    * @param operator The operator for this filter.
670    * @see org.openmdx.compatibility.base.query.FilterOperators
671    */

672   public void forAllName (
673     short operator,
674     java.util.Collection JavaDoc filterValues
675   );
676
677   /**
678    * @param operator The operator for this filter.
679    * @see org.openmdx.compatibility.base.query.FilterOperators
680    */

681   public void thereExistsName (
682     short operator,
683     java.util.Collection JavaDoc filterValues
684   );
685
686   /**
687    * Specifies the sort order of all the instances that match the filter criteria.
688    * @param order The sort order for this filter.
689    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
690    */

691   public void orderByName (
692     short order
693   );
694        
695 // ----------------------------------------------------------------------------
696
// Filter/IntfReference
697
// ----------------------------------------------------------------------------
698
/**
699    * @param operator The operator for this filter.
700    * @see org.openmdx.compatibility.base.query.FilterOperators
701    */

702   public void forAllTopic (
703     short operator,
704     org.opencrx.kernel.workflow1.cci.Topic[] filterValues
705   );
706
707   /**
708    * @param operator The operator for this filter.
709    * @see org.openmdx.compatibility.base.query.FilterOperators
710    */

711   public void thereExistsTopic (
712     short operator,
713     org.opencrx.kernel.workflow1.cci.Topic[] filterValues
714   );
715
716   /**
717    * @param operator The operator for this filter.
718    * @see org.openmdx.compatibility.base.query.FilterOperators
719    */

720   public void forAllTopic (
721     short operator,
722     java.util.Collection JavaDoc filterValues
723   );
724
725   /**
726    * @param operator The operator for this filter.
727    * @see org.openmdx.compatibility.base.query.FilterOperators
728    */

729   public void thereExistsTopic (
730     short operator,
731     java.util.Collection JavaDoc filterValues
732   );
733        
734 // ----------------------------------------------------------------------------
735
// Filter/IntfEnd
736
// ----------------------------------------------------------------------------
737
}
738
Popular Tags