KickJava   Java API By Example, From Geeks To Geeks.

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


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

17 public interface WorkReportEntryFilter
18   extends
19   org.opencrx.kernel.base.cci.SecureObjectFilter,
20   org.openmdx.base.cci.BasicObjectFilter {
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 forAllActivity (
30     short operator,
31     org.opencrx.kernel.activity1.cci.Activity[] filterValues
32   );
33
34   /**
35    * @param operator The operator for this filter.
36    * @see org.openmdx.compatibility.base.query.FilterOperators
37    */

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

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

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

77   public void thereExistsActivityNumber (
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 forAllActivityNumber (
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 thereExistsActivityNumber (
96     short operator,
97     java.util.Collection JavaDoc filterValues
98   );
99
100   /**
101    * Specifies the sort order of all the instances that match the filter criteria.
102    * @param order The sort order for this filter.
103    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
104    */

105   public void orderByActivityNumber (
106     short order
107   );
108        
109 // ----------------------------------------------------------------------------
110
// Filter/IntfReference
111
// ----------------------------------------------------------------------------
112
/**
113    * @param operator The operator for this filter.
114    * @see org.openmdx.compatibility.base.query.FilterOperators
115    */

116   public void forAllAssignment (
117     short operator,
118     org.opencrx.kernel.activity1.cci.ResourceAssignment[] filterValues
119   );
120
121   /**
122    * @param operator The operator for this filter.
123    * @see org.openmdx.compatibility.base.query.FilterOperators
124    */

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

134   public void forAllAssignment (
135     short operator,
136     java.util.Collection 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 thereExistsAssignment (
144     short operator,
145     java.util.Collection JavaDoc filterValues
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 forAllBillableAmount (
156     short operator,
157     java.math.BigDecimal 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 thereExistsBillableAmount (
165     short operator,
166     java.math.BigDecimal 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 forAllBillableAmount (
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 thereExistsBillableAmount (
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 orderByBillableAmount (
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 forAllBillingCurrency (
204     short operator,
205     short[] filterValues
206   );
207
208   /**
209    * @param operator The operator for this filter.
210    * @see org.openmdx.compatibility.base.query.FilterOperators
211    */

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

221   public void forAllBillingCurrency (
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 thereExistsBillingCurrency (
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 orderByBillingCurrency (
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 forAllDescription (
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 thereExistsDescription (
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 forAllDescription (
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 thereExistsDescription (
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 orderByDescription (
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 forAllDurationDecimal (
300     short operator,
301     java.math.BigDecimal JavaDoc[] filterValues
302   );
303
304   /**
305    * @param operator The operator for this filter.
306    * @see org.openmdx.compatibility.base.query.FilterOperators
307    */

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

317   public void forAllDurationDecimal (
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 thereExistsDurationDecimal (
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 orderByDurationDecimal (
337     short order
338   );
339        
340 // ----------------------------------------------------------------------------
341
// Filter/IntfAttributeIsNotStruct
342
// ----------------------------------------------------------------------------
343
/**
344    * @param operator The operator for this filter.
345    * @see org.openmdx.compatibility.base.query.FilterOperators
346    */

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

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

365   public void forAllDurationHhMm (
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 thereExistsDurationHhMm (
375     short operator,
376     java.util.Collection JavaDoc filterValues
377   );
378
379   /**
380    * Specifies the sort order of all the instances that match the filter criteria.
381    * @param order The sort order for this filter.
382    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
383    */

384   public void orderByDurationHhMm (
385     short order
386   );
387        
388 // ----------------------------------------------------------------------------
389
// Filter/IntfAttributeIsNotStruct
390
// ----------------------------------------------------------------------------
391
/**
392    * @param operator The operator for this filter.
393    * @see org.openmdx.compatibility.base.query.FilterOperators
394    */

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

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

413   public void forAllDurationHours (
414     short operator,
415     java.util.Collection JavaDoc filterValues
416   );
417
418   /**
419    * @param operator The operator for this filter.
420    * @see org.openmdx.compatibility.base.query.FilterOperators
421    */

422   public void thereExistsDurationHours (
423     short operator,
424     java.util.Collection JavaDoc filterValues
425   );
426
427   /**
428    * Specifies the sort order of all the instances that match the filter criteria.
429    * @param order The sort order for this filter.
430    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
431    */

432   public void orderByDurationHours (
433     short order
434   );
435        
436 // ----------------------------------------------------------------------------
437
// Filter/IntfAttributeIsNotStruct
438
// ----------------------------------------------------------------------------
439
/**
440    * @param operator The operator for this filter.
441    * @see org.openmdx.compatibility.base.query.FilterOperators
442    */

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

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

461   public void forAllDurationMinutes (
462     short operator,
463     java.util.Collection JavaDoc filterValues
464   );
465
466   /**
467    * @param operator The operator for this filter.
468    * @see org.openmdx.compatibility.base.query.FilterOperators
469    */

470   public void thereExistsDurationMinutes (
471     short operator,
472     java.util.Collection JavaDoc filterValues
473   );
474
475   /**
476    * Specifies the sort order of all the instances that match the filter criteria.
477    * @param order The sort order for this filter.
478    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
479    */

480   public void orderByDurationMinutes (
481     short order
482   );
483        
484 // ----------------------------------------------------------------------------
485
// Filter/IntfAttributeIsNotStruct
486
// ----------------------------------------------------------------------------
487
/**
488    * @param operator The operator for this filter.
489    * @see org.openmdx.compatibility.base.query.FilterOperators
490    */

491   public void forAllEndedAt (
492     short operator,
493     java.util.Date JavaDoc[] filterValues
494   );
495
496   /**
497    * @param operator The operator for this filter.
498    * @see org.openmdx.compatibility.base.query.FilterOperators
499    */

500   public void thereExistsEndedAt (
501     short operator,
502     java.util.Date JavaDoc[] filterValues
503   );
504
505   /**
506    * @param operator The operator for this filter.
507    * @see org.openmdx.compatibility.base.query.FilterOperators
508    */

509   public void forAllEndedAt (
510     short operator,
511     java.util.Collection JavaDoc filterValues
512   );
513
514   /**
515    * @param operator The operator for this filter.
516    * @see org.openmdx.compatibility.base.query.FilterOperators
517    */

518   public void thereExistsEndedAt (
519     short operator,
520     java.util.Collection JavaDoc filterValues
521   );
522
523   /**
524    * Specifies the sort order of all the instances that match the filter criteria.
525    * @param order The sort order for this filter.
526    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
527    */

528   public void orderByEndedAt (
529     short order
530   );
531        
532 // ----------------------------------------------------------------------------
533
// Filter/IntfAttributeIsNotStruct
534
// ----------------------------------------------------------------------------
535
/**
536    * @param operator The operator for this filter.
537    * @see org.openmdx.compatibility.base.query.FilterOperators
538    */

539   public void forAllName (
540     short operator,
541     String JavaDoc[] filterValues
542   );
543
544   /**
545    * @param operator The operator for this filter.
546    * @see org.openmdx.compatibility.base.query.FilterOperators
547    */

548   public void thereExistsName (
549     short operator,
550     String JavaDoc[] filterValues
551   );
552
553   /**
554    * @param operator The operator for this filter.
555    * @see org.openmdx.compatibility.base.query.FilterOperators
556    */

557   public void forAllName (
558     short operator,
559     java.util.Collection JavaDoc filterValues
560   );
561
562   /**
563    * @param operator The operator for this filter.
564    * @see org.openmdx.compatibility.base.query.FilterOperators
565    */

566   public void thereExistsName (
567     short operator,
568     java.util.Collection JavaDoc filterValues
569   );
570
571   /**
572    * Specifies the sort order of all the instances that match the filter criteria.
573    * @param order The sort order for this filter.
574    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
575    */

576   public void orderByName (
577     short order
578   );
579        
580 // ----------------------------------------------------------------------------
581
// Filter/IntfAttributeIsNotStruct
582
// ----------------------------------------------------------------------------
583
/**
584    * @param operator The operator for this filter.
585    * @see org.openmdx.compatibility.base.query.FilterOperators
586    */

587   public void forAllPauseDurationDecimal (
588     short operator,
589     java.math.BigDecimal JavaDoc[] filterValues
590   );
591
592   /**
593    * @param operator The operator for this filter.
594    * @see org.openmdx.compatibility.base.query.FilterOperators
595    */

596   public void thereExistsPauseDurationDecimal (
597     short operator,
598     java.math.BigDecimal JavaDoc[] filterValues
599   );
600
601   /**
602    * @param operator The operator for this filter.
603    * @see org.openmdx.compatibility.base.query.FilterOperators
604    */

605   public void forAllPauseDurationDecimal (
606     short operator,
607     java.util.Collection JavaDoc filterValues
608   );
609
610   /**
611    * @param operator The operator for this filter.
612    * @see org.openmdx.compatibility.base.query.FilterOperators
613    */

614   public void thereExistsPauseDurationDecimal (
615     short operator,
616     java.util.Collection JavaDoc filterValues
617   );
618
619   /**
620    * Specifies the sort order of all the instances that match the filter criteria.
621    * @param order The sort order for this filter.
622    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
623    */

624   public void orderByPauseDurationDecimal (
625     short order
626   );
627        
628 // ----------------------------------------------------------------------------
629
// Filter/IntfAttributeIsNotStruct
630
// ----------------------------------------------------------------------------
631
/**
632    * @param operator The operator for this filter.
633    * @see org.openmdx.compatibility.base.query.FilterOperators
634    */

635   public void forAllPauseDurationHhMm (
636     short operator,
637     String JavaDoc[] filterValues
638   );
639
640   /**
641    * @param operator The operator for this filter.
642    * @see org.openmdx.compatibility.base.query.FilterOperators
643    */

644   public void thereExistsPauseDurationHhMm (
645     short operator,
646     String JavaDoc[] filterValues
647   );
648
649   /**
650    * @param operator The operator for this filter.
651    * @see org.openmdx.compatibility.base.query.FilterOperators
652    */

653   public void forAllPauseDurationHhMm (
654     short operator,
655     java.util.Collection JavaDoc filterValues
656   );
657
658   /**
659    * @param operator The operator for this filter.
660    * @see org.openmdx.compatibility.base.query.FilterOperators
661    */

662   public void thereExistsPauseDurationHhMm (
663     short operator,
664     java.util.Collection JavaDoc filterValues
665   );
666
667   /**
668    * Specifies the sort order of all the instances that match the filter criteria.
669    * @param order The sort order for this filter.
670    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
671    */

672   public void orderByPauseDurationHhMm (
673     short order
674   );
675        
676 // ----------------------------------------------------------------------------
677
// Filter/IntfAttributeIsNotStruct
678
// ----------------------------------------------------------------------------
679
/**
680    * @param operator The operator for this filter.
681    * @see org.openmdx.compatibility.base.query.FilterOperators
682    */

683   public void forAllPauseDurationHours (
684     short operator,
685     short[] filterValues
686   );
687
688   /**
689    * @param operator The operator for this filter.
690    * @see org.openmdx.compatibility.base.query.FilterOperators
691    */

692   public void thereExistsPauseDurationHours (
693     short operator,
694     short[] filterValues
695   );
696
697   /**
698    * @param operator The operator for this filter.
699    * @see org.openmdx.compatibility.base.query.FilterOperators
700    */

701   public void forAllPauseDurationHours (
702     short operator,
703     java.util.Collection JavaDoc filterValues
704   );
705
706   /**
707    * @param operator The operator for this filter.
708    * @see org.openmdx.compatibility.base.query.FilterOperators
709    */

710   public void thereExistsPauseDurationHours (
711     short operator,
712     java.util.Collection JavaDoc filterValues
713   );
714
715   /**
716    * Specifies the sort order of all the instances that match the filter criteria.
717    * @param order The sort order for this filter.
718    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
719    */

720   public void orderByPauseDurationHours (
721     short order
722   );
723        
724 // ----------------------------------------------------------------------------
725
// Filter/IntfAttributeIsNotStruct
726
// ----------------------------------------------------------------------------
727
/**
728    * @param operator The operator for this filter.
729    * @see org.openmdx.compatibility.base.query.FilterOperators
730    */

731   public void forAllPauseDurationMinutes (
732     short operator,
733     short[] filterValues
734   );
735
736   /**
737    * @param operator The operator for this filter.
738    * @see org.openmdx.compatibility.base.query.FilterOperators
739    */

740   public void thereExistsPauseDurationMinutes (
741     short operator,
742     short[] filterValues
743   );
744
745   /**
746    * @param operator The operator for this filter.
747    * @see org.openmdx.compatibility.base.query.FilterOperators
748    */

749   public void forAllPauseDurationMinutes (
750     short operator,
751     java.util.Collection JavaDoc filterValues
752   );
753
754   /**
755    * @param operator The operator for this filter.
756    * @see org.openmdx.compatibility.base.query.FilterOperators
757    */

758   public void thereExistsPauseDurationMinutes (
759     short operator,
760     java.util.Collection JavaDoc filterValues
761   );
762
763   /**
764    * Specifies the sort order of all the instances that match the filter criteria.
765    * @param order The sort order for this filter.
766    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
767    */

768   public void orderByPauseDurationMinutes (
769     short order
770   );
771        
772 // ----------------------------------------------------------------------------
773
// Filter/IntfReference
774
// ----------------------------------------------------------------------------
775
/**
776    * @param operator The operator for this filter.
777    * @see org.openmdx.compatibility.base.query.FilterOperators
778    */

779   public void forAllResource (
780     short operator,
781     org.opencrx.kernel.activity1.cci.Resource[] filterValues
782   );
783
784   /**
785    * @param operator The operator for this filter.
786    * @see org.openmdx.compatibility.base.query.FilterOperators
787    */

788   public void thereExistsResource (
789     short operator,
790     org.opencrx.kernel.activity1.cci.Resource[] filterValues
791   );
792
793   /**
794    * @param operator The operator for this filter.
795    * @see org.openmdx.compatibility.base.query.FilterOperators
796    */

797   public void forAllResource (
798     short operator,
799     java.util.Collection JavaDoc filterValues
800   );
801
802   /**
803    * @param operator The operator for this filter.
804    * @see org.openmdx.compatibility.base.query.FilterOperators
805    */

806   public void thereExistsResource (
807     short operator,
808     java.util.Collection JavaDoc filterValues
809   );
810        
811 // ----------------------------------------------------------------------------
812
// Filter/IntfAttributeIsNotStruct
813
// ----------------------------------------------------------------------------
814
/**
815    * @param operator The operator for this filter.
816    * @see org.openmdx.compatibility.base.query.FilterOperators
817    */

818   public void forAllStartedAt (
819     short operator,
820     java.util.Date JavaDoc[] filterValues
821   );
822
823   /**
824    * @param operator The operator for this filter.
825    * @see org.openmdx.compatibility.base.query.FilterOperators
826    */

827   public void thereExistsStartedAt (
828     short operator,
829     java.util.Date JavaDoc[] filterValues
830   );
831
832   /**
833    * @param operator The operator for this filter.
834    * @see org.openmdx.compatibility.base.query.FilterOperators
835    */

836   public void forAllStartedAt (
837     short operator,
838     java.util.Collection JavaDoc filterValues
839   );
840
841   /**
842    * @param operator The operator for this filter.
843    * @see org.openmdx.compatibility.base.query.FilterOperators
844    */

845   public void thereExistsStartedAt (
846     short operator,
847     java.util.Collection JavaDoc filterValues
848   );
849
850   /**
851    * Specifies the sort order of all the instances that match the filter criteria.
852    * @param order The sort order for this filter.
853    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
854    */

855   public void orderByStartedAt (
856     short order
857   );
858        
859 // ----------------------------------------------------------------------------
860
// Filter/IntfReference
861
// ----------------------------------------------------------------------------
862
/**
863    * @param operator The operator for this filter.
864    * @see org.openmdx.compatibility.base.query.FilterOperators
865    */

866   public void forAllWorkRecord (
867     short operator,
868     org.opencrx.kernel.activity1.cci.ActivityWorkRecord[] filterValues
869   );
870
871   /**
872    * @param operator The operator for this filter.
873    * @see org.openmdx.compatibility.base.query.FilterOperators
874    */

875   public void thereExistsWorkRecord (
876     short operator,
877     org.opencrx.kernel.activity1.cci.ActivityWorkRecord[] filterValues
878   );
879
880   /**
881    * @param operator The operator for this filter.
882    * @see org.openmdx.compatibility.base.query.FilterOperators
883    */

884   public void forAllWorkRecord (
885     short operator,
886     java.util.Collection JavaDoc filterValues
887   );
888
889   /**
890    * @param operator The operator for this filter.
891    * @see org.openmdx.compatibility.base.query.FilterOperators
892    */

893   public void thereExistsWorkRecord (
894     short operator,
895     java.util.Collection JavaDoc filterValues
896   );
897        
898 // ----------------------------------------------------------------------------
899
// Filter/IntfEnd
900
// ----------------------------------------------------------------------------
901
}
902
Popular Tags