KickJava   Java API By Example, From Geeks To Geeks.

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


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 ActivityFilter
18   extends
19   org.opencrx.kernel.depot1.cci.DepotReferenceHolderFilter,
20   org.opencrx.kernel.generic.cci.CrxObjectFilter {
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 forAllActivityNumber (
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 thereExistsActivityNumber (
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 forAllActivityNumber (
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 thereExistsActivityNumber (
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 orderByActivityNumber (
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 forAllActivityState (
78     short operator,
79     short[] filterValues
80   );
81
82   /**
83    * @param operator The operator for this filter.
84    * @see org.openmdx.compatibility.base.query.FilterOperators
85    */

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

95   public void forAllActivityState (
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 thereExistsActivityState (
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 orderByActivityState (
115     short order
116   );
117        
118 // ----------------------------------------------------------------------------
119
// Filter/IntfReference
120
// ----------------------------------------------------------------------------
121
/**
122    * @param operator The operator for this filter.
123    * @see org.openmdx.compatibility.base.query.FilterOperators
124    */

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

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

143   public void forAllActivityType (
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 thereExistsActivityType (
153     short operator,
154     java.util.Collection JavaDoc filterValues
155   );
156        
157 // ----------------------------------------------------------------------------
158
// Filter/IntfAttributeIsNotStruct
159
// ----------------------------------------------------------------------------
160
/**
161    * @param operator The operator for this filter.
162    * @see org.openmdx.compatibility.base.query.FilterOperators
163    */

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

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

182   public void forAllActualEffortHours (
183     short operator,
184     java.util.Collection JavaDoc filterValues
185   );
186
187   /**
188    * @param operator The operator for this filter.
189    * @see org.openmdx.compatibility.base.query.FilterOperators
190    */

191   public void thereExistsActualEffortHours (
192     short operator,
193     java.util.Collection JavaDoc filterValues
194   );
195
196   /**
197    * Specifies the sort order of all the instances that match the filter criteria.
198    * @param order The sort order for this filter.
199    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
200    */

201   public void orderByActualEffortHours (
202     short order
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 forAllActualEffortMinutes (
213     short operator,
214     int[] filterValues
215   );
216
217   /**
218    * @param operator The operator for this filter.
219    * @see org.openmdx.compatibility.base.query.FilterOperators
220    */

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

230   public void forAllActualEffortMinutes (
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 thereExistsActualEffortMinutes (
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 orderByActualEffortMinutes (
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 forAllActualEnd (
261     short operator,
262     java.util.Date 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 thereExistsActualEnd (
270     short operator,
271     java.util.Date 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 forAllActualEnd (
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 thereExistsActualEnd (
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 orderByActualEnd (
298     short order
299   );
300        
301 // ----------------------------------------------------------------------------
302
// Filter/IntfAttributeIsNotStruct
303
// ----------------------------------------------------------------------------
304
/**
305    * @param operator The operator for this filter.
306    * @see org.openmdx.compatibility.base.query.FilterOperators
307    */

308   public void forAllActualStart (
309     short operator,
310     java.util.Date 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 thereExistsActualStart (
318     short operator,
319     java.util.Date 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 forAllActualStart (
327     short operator,
328     java.util.Collection JavaDoc filterValues
329   );
330
331   /**
332    * @param operator The operator for this filter.
333    * @see org.openmdx.compatibility.base.query.FilterOperators
334    */

335   public void thereExistsActualStart (
336     short operator,
337     java.util.Collection JavaDoc filterValues
338   );
339
340   /**
341    * Specifies the sort order of all the instances that match the filter criteria.
342    * @param order The sort order for this filter.
343    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
344    */

345   public void orderByActualStart (
346     short order
347   );
348        
349 // ----------------------------------------------------------------------------
350
// Filter/IntfReference
351
// ----------------------------------------------------------------------------
352
/**
353    * @param operator The operator for this filter.
354    * @see org.openmdx.compatibility.base.query.FilterOperators
355    */

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

365   public void thereExistsAssignedTo (
366     short operator,
367     org.opencrx.kernel.account1.cci.Contact[] filterValues
368   );
369
370   /**
371    * @param operator The operator for this filter.
372    * @see org.openmdx.compatibility.base.query.FilterOperators
373    */

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

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

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

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

413   public void forAllContract (
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 thereExistsContract (
423     short operator,
424     java.util.Collection JavaDoc filterValues
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 forAllDescription (
435     short operator,
436     String 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 thereExistsDescription (
444     short operator,
445     String 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 forAllDescription (
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 thereExistsDescription (
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 orderByDescription (
472     short order
473   );
474        
475 // ----------------------------------------------------------------------------
476
// Filter/IntfAttributeIsNotStruct
477
// ----------------------------------------------------------------------------
478
/**
479    * @param operator The operator for this filter.
480    * @see org.openmdx.compatibility.base.query.FilterOperators
481    */

482   public void forAllDetailedDescription (
483     short operator,
484     String JavaDoc[] filterValues
485   );
486
487   /**
488    * @param operator The operator for this filter.
489    * @see org.openmdx.compatibility.base.query.FilterOperators
490    */

491   public void thereExistsDetailedDescription (
492     short operator,
493     String 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 forAllDetailedDescription (
501     short operator,
502     java.util.Collection 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 thereExistsDetailedDescription (
510     short operator,
511     java.util.Collection JavaDoc filterValues
512   );
513
514   /**
515    * Specifies the sort order of all the instances that match the filter criteria.
516    * @param order The sort order for this filter.
517    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
518    */

519   public void orderByDetailedDescription (
520     short order
521   );
522        
523 // ----------------------------------------------------------------------------
524
// Filter/IntfAttributeIsNotStruct
525
// ----------------------------------------------------------------------------
526
/**
527    * @param operator The operator for this filter.
528    * @see org.openmdx.compatibility.base.query.FilterOperators
529    */

530   public void forAllDueBy (
531     short operator,
532     java.util.Date JavaDoc[] filterValues
533   );
534
535   /**
536    * @param operator The operator for this filter.
537    * @see org.openmdx.compatibility.base.query.FilterOperators
538    */

539   public void thereExistsDueBy (
540     short operator,
541     java.util.Date 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 forAllDueBy (
549     short operator,
550     java.util.Collection 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 thereExistsDueBy (
558     short operator,
559     java.util.Collection JavaDoc filterValues
560   );
561
562   /**
563    * Specifies the sort order of all the instances that match the filter criteria.
564    * @param order The sort order for this filter.
565    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
566    */

567   public void orderByDueBy (
568     short order
569   );
570        
571 // ----------------------------------------------------------------------------
572
// Filter/IntfReference
573
// ----------------------------------------------------------------------------
574
/**
575    * @param operator The operator for this filter.
576    * @see org.openmdx.compatibility.base.query.FilterOperators
577    */

578   public void forAllLastTransition (
579     short operator,
580     org.opencrx.kernel.activity1.cci.ActivityProcessTransition[] filterValues
581   );
582
583   /**
584    * @param operator The operator for this filter.
585    * @see org.openmdx.compatibility.base.query.FilterOperators
586    */

587   public void thereExistsLastTransition (
588     short operator,
589     org.opencrx.kernel.activity1.cci.ActivityProcessTransition[] filterValues
590   );
591
592   /**
593    * @param operator The operator for this filter.
594    * @see org.openmdx.compatibility.base.query.FilterOperators
595    */

596   public void forAllLastTransition (
597     short operator,
598     java.util.Collection 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 thereExistsLastTransition (
606     short operator,
607     java.util.Collection JavaDoc filterValues
608   );
609        
610 // ----------------------------------------------------------------------------
611
// Filter/IntfAttributeIsNotStruct
612
// ----------------------------------------------------------------------------
613
/**
614    * @param operator The operator for this filter.
615    * @see org.openmdx.compatibility.base.query.FilterOperators
616    */

617   public void forAllMisc1 (
618     short operator,
619     String JavaDoc[] filterValues
620   );
621
622   /**
623    * @param operator The operator for this filter.
624    * @see org.openmdx.compatibility.base.query.FilterOperators
625    */

626   public void thereExistsMisc1 (
627     short operator,
628     String JavaDoc[] filterValues
629   );
630
631   /**
632    * @param operator The operator for this filter.
633    * @see org.openmdx.compatibility.base.query.FilterOperators
634    */

635   public void forAllMisc1 (
636     short operator,
637     java.util.Collection 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 thereExistsMisc1 (
645     short operator,
646     java.util.Collection JavaDoc filterValues
647   );
648
649   /**
650    * Specifies the sort order of all the instances that match the filter criteria.
651    * @param order The sort order for this filter.
652    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
653    */

654   public void orderByMisc1 (
655     short order
656   );
657        
658 // ----------------------------------------------------------------------------
659
// Filter/IntfAttributeIsNotStruct
660
// ----------------------------------------------------------------------------
661
/**
662    * @param operator The operator for this filter.
663    * @see org.openmdx.compatibility.base.query.FilterOperators
664    */

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

674   public void thereExistsMisc2 (
675     short operator,
676     String JavaDoc[] filterValues
677   );
678
679   /**
680    * @param operator The operator for this filter.
681    * @see org.openmdx.compatibility.base.query.FilterOperators
682    */

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

692   public void thereExistsMisc2 (
693     short operator,
694     java.util.Collection JavaDoc filterValues
695   );
696
697   /**
698    * Specifies the sort order of all the instances that match the filter criteria.
699    * @param order The sort order for this filter.
700    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
701    */

702   public void orderByMisc2 (
703     short order
704   );
705        
706 // ----------------------------------------------------------------------------
707
// Filter/IntfAttributeIsNotStruct
708
// ----------------------------------------------------------------------------
709
/**
710    * @param operator The operator for this filter.
711    * @see org.openmdx.compatibility.base.query.FilterOperators
712    */

713   public void forAllMisc3 (
714     short operator,
715     String JavaDoc[] filterValues
716   );
717
718   /**
719    * @param operator The operator for this filter.
720    * @see org.openmdx.compatibility.base.query.FilterOperators
721    */

722   public void thereExistsMisc3 (
723     short operator,
724     String JavaDoc[] filterValues
725   );
726
727   /**
728    * @param operator The operator for this filter.
729    * @see org.openmdx.compatibility.base.query.FilterOperators
730    */

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

740   public void thereExistsMisc3 (
741     short operator,
742     java.util.Collection JavaDoc filterValues
743   );
744
745   /**
746    * Specifies the sort order of all the instances that match the filter criteria.
747    * @param order The sort order for this filter.
748    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
749    */

750   public void orderByMisc3 (
751     short order
752   );
753        
754 // ----------------------------------------------------------------------------
755
// Filter/IntfAttributeIsNotStruct
756
// ----------------------------------------------------------------------------
757
/**
758    * @param operator The operator for this filter.
759    * @see org.openmdx.compatibility.base.query.FilterOperators
760    */

761   public void forAllName (
762     short operator,
763     String JavaDoc[] filterValues
764   );
765
766   /**
767    * @param operator The operator for this filter.
768    * @see org.openmdx.compatibility.base.query.FilterOperators
769    */

770   public void thereExistsName (
771     short operator,
772     String JavaDoc[] filterValues
773   );
774
775   /**
776    * @param operator The operator for this filter.
777    * @see org.openmdx.compatibility.base.query.FilterOperators
778    */

779   public void forAllName (
780     short operator,
781     java.util.Collection JavaDoc filterValues
782   );
783
784   /**
785    * @param operator The operator for this filter.
786    * @see org.openmdx.compatibility.base.query.FilterOperators
787    */

788   public void thereExistsName (
789     short operator,
790     java.util.Collection JavaDoc filterValues
791   );
792
793   /**
794    * Specifies the sort order of all the instances that match the filter criteria.
795    * @param order The sort order for this filter.
796    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
797    */

798   public void orderByName (
799     short order
800   );
801        
802 // ----------------------------------------------------------------------------
803
// Filter/IntfAttributeIsNotStruct
804
// ----------------------------------------------------------------------------
805
/**
806    * @param operator The operator for this filter.
807    * @see org.openmdx.compatibility.base.query.FilterOperators
808    */

809   public void forAllOriginalScheduledEnd (
810     short operator,
811     java.util.Date JavaDoc[] filterValues
812   );
813
814   /**
815    * @param operator The operator for this filter.
816    * @see org.openmdx.compatibility.base.query.FilterOperators
817    */

818   public void thereExistsOriginalScheduledEnd (
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 forAllOriginalScheduledEnd (
828     short operator,
829     java.util.Collection 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 thereExistsOriginalScheduledEnd (
837     short operator,
838     java.util.Collection JavaDoc filterValues
839   );
840
841   /**
842    * Specifies the sort order of all the instances that match the filter criteria.
843    * @param order The sort order for this filter.
844    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
845    */

846   public void orderByOriginalScheduledEnd (
847     short order
848   );
849        
850 // ----------------------------------------------------------------------------
851
// Filter/IntfAttributeIsNotStruct
852
// ----------------------------------------------------------------------------
853
/**
854    * @param operator The operator for this filter.
855    * @see org.openmdx.compatibility.base.query.FilterOperators
856    */

857   public void forAllPercentComplete (
858     short operator,
859     short[] filterValues
860   );
861
862   /**
863    * @param operator The operator for this filter.
864    * @see org.openmdx.compatibility.base.query.FilterOperators
865    */

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

875   public void forAllPercentComplete (
876     short operator,
877     java.util.Collection JavaDoc filterValues
878   );
879
880   /**
881    * @param operator The operator for this filter.
882    * @see org.openmdx.compatibility.base.query.FilterOperators
883    */

884   public void thereExistsPercentComplete (
885     short operator,
886     java.util.Collection JavaDoc filterValues
887   );
888
889   /**
890    * Specifies the sort order of all the instances that match the filter criteria.
891    * @param order The sort order for this filter.
892    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
893    */

894   public void orderByPercentComplete (
895     short order
896   );
897        
898 // ----------------------------------------------------------------------------
899
// Filter/IntfAttributeIsNotStruct
900
// ----------------------------------------------------------------------------
901
/**
902    * @param operator The operator for this filter.
903    * @see org.openmdx.compatibility.base.query.FilterOperators
904    */

905   public void forAllPriority (
906     short operator,
907     short[] filterValues
908   );
909
910   /**
911    * @param operator The operator for this filter.
912    * @see org.openmdx.compatibility.base.query.FilterOperators
913    */

914   public void thereExistsPriority (
915     short operator,
916     short[] filterValues
917   );
918
919   /**
920    * @param operator The operator for this filter.
921    * @see org.openmdx.compatibility.base.query.FilterOperators
922    */

923   public void forAllPriority (
924     short operator,
925     java.util.Collection JavaDoc filterValues
926   );
927
928   /**
929    * @param operator The operator for this filter.
930    * @see org.openmdx.compatibility.base.query.FilterOperators
931    */

932   public void thereExistsPriority (
933     short operator,
934     java.util.Collection JavaDoc filterValues
935   );
936
937   /**
938    * Specifies the sort order of all the instances that match the filter criteria.
939    * @param order The sort order for this filter.
940    * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
941    */

942   public void orderByPriority (
943     short order
944   );
945        
946 // ----------------------------------------------------------------------------
947
// Filter/IntfReference
948
// ----------------------------------------------------------------------------
949
/**
950    * @param operator The operator for this filter.
951    * @see org.openmdx.compatibility.base.query.FilterOperators
952    */

953   public void forAllProcessState (
954     short operator,
955     org.opencrx.kernel.activity1.cci.ActivityProcessState[] filterValues
956   );
957
958   /**
959    * @param operator The operator for this filter.
960    * @see org.openmdx.compatibility.base.query.FilterOperators
961    */

962   public void thereExistsProcessState (
963     short operator,
964     org.opencrx.kernel.activity1.cci.ActivityProcessState[] filterValues
965   );
966
967   /**
968    * @param operator The operator for this filter.
969    * @see org.openmdx.compatibility.base.query.FilterOperators
970    */

971   public void forAllProcessState (
972     short operator,
973     java.util.Collection JavaDoc filterValues
974   );
975
976   /**
977    * @param operator The operator for this filter.
978    * @see org.openmdx.compatibility.base.query.FilterOperators
979    */

980   public void thereExistsProcessState (
981     short operator,
982     java.util.Collection JavaDoc filterValues
983   );
984        
985 // ----------------------------------------------------------------------------
986
// Filter/IntfReference
987
// ----------------------------------------------------------------------------
988
/**
989    * @param operator The operator for this filter.
990    * @see org.openmdx.compatibility.base.query.FilterOperators
991    */

992   public void forAllReportingAccount (
993     short operator,
994     org.opencrx.kernel.account1.cci.Account[] filterValues
995   );
996
997   /**
998    * @param operator The operator for this filter.
999    * @see org.openmdx.compatibility.base.query.FilterOperators
1000   */

1001  public void thereExistsReportingAccount (
1002    short operator,
1003    org.opencrx.kernel.account1.cci.Account[] filterValues
1004  );
1005
1006  /**
1007   * @param operator The operator for this filter.
1008   * @see org.openmdx.compatibility.base.query.FilterOperators
1009   */

1010  public void forAllReportingAccount (
1011    short operator,
1012    java.util.Collection JavaDoc filterValues
1013  );
1014
1015  /**
1016   * @param operator The operator for this filter.
1017   * @see org.openmdx.compatibility.base.query.FilterOperators
1018   */

1019  public void thereExistsReportingAccount (
1020    short operator,
1021    java.util.Collection JavaDoc filterValues
1022  );
1023       
1024// ----------------------------------------------------------------------------
1025
// Filter/IntfReference
1026
// ----------------------------------------------------------------------------
1027
/**
1028   * @param operator The operator for this filter.
1029   * @see org.openmdx.compatibility.base.query.FilterOperators
1030   */

1031  public void forAllReportingContact (
1032    short operator,
1033    org.opencrx.kernel.account1.cci.Contact[] filterValues
1034  );
1035
1036  /**
1037   * @param operator The operator for this filter.
1038   * @see org.openmdx.compatibility.base.query.FilterOperators
1039   */

1040  public void thereExistsReportingContact (
1041    short operator,
1042    org.opencrx.kernel.account1.cci.Contact[] filterValues
1043  );
1044
1045  /**
1046   * @param operator The operator for this filter.
1047   * @see org.openmdx.compatibility.base.query.FilterOperators
1048   */

1049  public void forAllReportingContact (
1050    short operator,
1051    java.util.Collection JavaDoc filterValues
1052  );
1053
1054  /**
1055   * @param operator The operator for this filter.
1056   * @see org.openmdx.compatibility.base.query.FilterOperators
1057   */

1058  public void thereExistsReportingContact (
1059    short operator,
1060    java.util.Collection JavaDoc filterValues
1061  );
1062       
1063// ----------------------------------------------------------------------------
1064
// Filter/IntfAttributeIsNotStruct
1065
// ----------------------------------------------------------------------------
1066
/**
1067   * @param operator The operator for this filter.
1068   * @see org.openmdx.compatibility.base.query.FilterOperators
1069   */

1070  public void forAllScheduledEnd (
1071    short operator,
1072    java.util.Date JavaDoc[] filterValues
1073  );
1074
1075  /**
1076   * @param operator The operator for this filter.
1077   * @see org.openmdx.compatibility.base.query.FilterOperators
1078   */

1079  public void thereExistsScheduledEnd (
1080    short operator,
1081    java.util.Date JavaDoc[] filterValues
1082  );
1083
1084  /**
1085   * @param operator The operator for this filter.
1086   * @see org.openmdx.compatibility.base.query.FilterOperators
1087   */

1088  public void forAllScheduledEnd (
1089    short operator,
1090    java.util.Collection JavaDoc filterValues
1091  );
1092
1093  /**
1094   * @param operator The operator for this filter.
1095   * @see org.openmdx.compatibility.base.query.FilterOperators
1096   */

1097  public void thereExistsScheduledEnd (
1098    short operator,
1099    java.util.Collection JavaDoc filterValues
1100  );
1101
1102  /**
1103   * Specifies the sort order of all the instances that match the filter criteria.
1104   * @param order The sort order for this filter.
1105   * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
1106   */

1107  public void orderByScheduledEnd (
1108    short order
1109  );
1110       
1111// ----------------------------------------------------------------------------
1112
// Filter/IntfAttributeIsNotStruct
1113
// ----------------------------------------------------------------------------
1114
/**
1115   * @param operator The operator for this filter.
1116   * @see org.openmdx.compatibility.base.query.FilterOperators
1117   */

1118  public void forAllScheduledStart (
1119    short operator,
1120    java.util.Date JavaDoc[] filterValues
1121  );
1122
1123  /**
1124   * @param operator The operator for this filter.
1125   * @see org.openmdx.compatibility.base.query.FilterOperators
1126   */

1127  public void thereExistsScheduledStart (
1128    short operator,
1129    java.util.Date JavaDoc[] filterValues
1130  );
1131
1132  /**
1133   * @param operator The operator for this filter.
1134   * @see org.openmdx.compatibility.base.query.FilterOperators
1135   */

1136  public void forAllScheduledStart (
1137    short operator,
1138    java.util.Collection JavaDoc filterValues
1139  );
1140
1141  /**
1142   * @param operator The operator for this filter.
1143   * @see org.openmdx.compatibility.base.query.FilterOperators
1144   */

1145  public void thereExistsScheduledStart (
1146    short operator,
1147    java.util.Collection JavaDoc filterValues
1148  );
1149
1150  /**
1151   * Specifies the sort order of all the instances that match the filter criteria.
1152   * @param order The sort order for this filter.
1153   * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
1154   */

1155  public void orderByScheduledStart (
1156    short order
1157  );
1158       
1159// ----------------------------------------------------------------------------
1160
// Filter/IntfAttributeIsNotStruct
1161
// ----------------------------------------------------------------------------
1162
/**
1163   * @param operator The operator for this filter.
1164   * @see org.openmdx.compatibility.base.query.FilterOperators
1165   */

1166  public void forAllTotalVotes (
1167    short operator,
1168    int[] filterValues
1169  );
1170
1171  /**
1172   * @param operator The operator for this filter.
1173   * @see org.openmdx.compatibility.base.query.FilterOperators
1174   */

1175  public void thereExistsTotalVotes (
1176    short operator,
1177    int[] filterValues
1178  );
1179
1180  /**
1181   * @param operator The operator for this filter.
1182   * @see org.openmdx.compatibility.base.query.FilterOperators
1183   */

1184  public void forAllTotalVotes (
1185    short operator,
1186    java.util.Collection JavaDoc filterValues
1187  );
1188
1189  /**
1190   * @param operator The operator for this filter.
1191   * @see org.openmdx.compatibility.base.query.FilterOperators
1192   */

1193  public void thereExistsTotalVotes (
1194    short operator,
1195    java.util.Collection JavaDoc filterValues
1196  );
1197
1198  /**
1199   * Specifies the sort order of all the instances that match the filter criteria.
1200   * @param order The sort order for this filter.
1201   * @see org.openmdx.compatibility.base.dataprovider.cci.Directions
1202   */

1203  public void orderByTotalVotes (
1204    short order
1205  );
1206       
1207// ----------------------------------------------------------------------------
1208
// Filter/IntfEnd
1209
// ----------------------------------------------------------------------------
1210
}
1211
Popular Tags