KickJava   Java API By Example, From Geeks To Geeks.

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


1 // ----------------------------------------------------------------------------
2
// Instance/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:03 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.activity1.cci;
14
15 public interface Segment
16   extends
17  org.opencrx.kernel.base.cci.Auditee,
18  org.opencrx.kernel.base.cci.Importer,
19  org.opencrx.kernel.base.cci.SecureObject,
20  org.opencrx.kernel.base.cci.WorkflowTarget,
21  org.opencrx.kernel.base.cci.XmlExporter,
22  org.openmdx.base.cci.Segment {
23 // ----------------------------------------------------------------------------
24
// Instance/IntfReferenceGet0_1WithQualifier
25
// ----------------------------------------------------------------------------
26
/**
27    * Retrieves the value for the reference <code>activity</code> for the
28    * specified qualifier attribute value.
29    * @param id The value for the qualifier attribute that qualifies this reference.
30    * @return The possibly null value for this reference.
31    * @exception JmiException If the value cannot be retrieved for some reason.
32    */

33   public org.opencrx.kernel.activity1.cci.Activity getActivity(
34     String JavaDoc id
35   );
36
37 // ----------------------------------------------------------------------------
38
// Instance/IntfReferenceGet0_nWithFilter
39
// ----------------------------------------------------------------------------
40
/**
41    * Retrieves a collection containing all the elements for the reference
42    * <code>activity</code>.
43    * @return A collection containing all the elements for this reference.
44    * @exception JmiException If the values cannot be retrieved for some reason.
45    */

46   public java.util.Collection JavaDoc getActivity(
47   );
48
49   /**
50    * Retrieves the value for the reference <code>activity</code> for the
51    * specified filter.
52    * @param filter filter which is applied to the set of referenced objects.
53    * @return The filtered collection of referenced objects.
54    * @exception JmiException If the value cannot be retrieved for some reason.
55    */

56   public java.util.List JavaDoc getActivity(
57     org.opencrx.kernel.activity1.cci.ActivityFilter filter
58   );
59
60 // ----------------------------------------------------------------------------
61
// Instance/IntfReferenceAddWithQualifier
62
// ----------------------------------------------------------------------------
63
/**
64    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
65    * @param newValue The element to be appended.
66    * @exception JmiException If the value cannot be appended for some reason.
67    */

68   public void addActivity (
69     String JavaDoc id,
70     org.opencrx.kernel.activity1.cci.Activity newValue
71   );
72
73 // ----------------------------------------------------------------------------
74
// Instance/IntfReferenceAddWithoutQualifier
75
// ----------------------------------------------------------------------------
76
/**
77    * @param newValue The element to be appended.
78    * @exception JmiException If the value cannot be appended for some reason.
79    */

80   public void addActivity (
81     org.opencrx.kernel.activity1.cci.Activity newValue
82   );
83
84 // ----------------------------------------------------------------------------
85
// Instance/IntfReferenceRemoveWithQualifier
86
// ----------------------------------------------------------------------------
87
/**
88    * @exception JmiException If the value cannot be removed for some reason.
89    */

90   public void removeActivity (
91     String JavaDoc id
92   );
93 // ----------------------------------------------------------------------------
94
// Instance/IntfReferenceGet0_1WithQualifier
95
// ----------------------------------------------------------------------------
96
/**
97    * Retrieves the value for the reference <code>activityCategory</code> for
98    * the specified qualifier attribute value.
99    * @param id The value for the qualifier attribute that qualifies this reference.
100    * @return The possibly null value for this reference.
101    * @exception JmiException If the value cannot be retrieved for some reason.
102    */

103   public org.opencrx.kernel.activity1.cci.ActivityCategory getActivityCategory(
104     String JavaDoc id
105   );
106
107 // ----------------------------------------------------------------------------
108
// Instance/IntfReferenceGet0_nWithFilter
109
// ----------------------------------------------------------------------------
110
/**
111    * Retrieves a collection containing all the elements for the reference
112    * <code>activityCategory</code>.
113    * @return A collection containing all the elements for this reference.
114    * @exception JmiException If the values cannot be retrieved for some reason.
115    */

116   public java.util.Collection JavaDoc getActivityCategory(
117   );
118
119   /**
120    * Retrieves the value for the reference <code>activityCategory</code> for
121    * the specified filter.
122    * @param filter filter which is applied to the set of referenced objects.
123    * @return The filtered collection of referenced objects.
124    * @exception JmiException If the value cannot be retrieved for some reason.
125    */

126   public java.util.List JavaDoc getActivityCategory(
127     org.opencrx.kernel.activity1.cci.ActivityCategoryFilter filter
128   );
129
130 // ----------------------------------------------------------------------------
131
// Instance/IntfReferenceAddWithQualifier
132
// ----------------------------------------------------------------------------
133
/**
134    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
135    * @param newValue The element to be appended.
136    * @exception JmiException If the value cannot be appended for some reason.
137    */

138   public void addActivityCategory (
139     String JavaDoc id,
140     org.opencrx.kernel.activity1.cci.ActivityCategory newValue
141   );
142
143 // ----------------------------------------------------------------------------
144
// Instance/IntfReferenceAddWithoutQualifier
145
// ----------------------------------------------------------------------------
146
/**
147    * @param newValue The element to be appended.
148    * @exception JmiException If the value cannot be appended for some reason.
149    */

150   public void addActivityCategory (
151     org.opencrx.kernel.activity1.cci.ActivityCategory newValue
152   );
153
154 // ----------------------------------------------------------------------------
155
// Instance/IntfReferenceRemoveWithQualifier
156
// ----------------------------------------------------------------------------
157
/**
158    * @exception JmiException If the value cannot be removed for some reason.
159    */

160   public void removeActivityCategory (
161     String JavaDoc id
162   );
163 // ----------------------------------------------------------------------------
164
// Instance/IntfReferenceGet0_1WithQualifier
165
// ----------------------------------------------------------------------------
166
/**
167    * Retrieves the value for the reference <code>activityCreator</code> for
168    * the specified qualifier attribute value.
169    * @param id The value for the qualifier attribute that qualifies this reference.
170    * @return The possibly null value for this reference.
171    * @exception JmiException If the value cannot be retrieved for some reason.
172    */

173   public org.opencrx.kernel.activity1.cci.ActivityCreator getActivityCreator(
174     String JavaDoc id
175   );
176
177 // ----------------------------------------------------------------------------
178
// Instance/IntfReferenceGet0_nWithFilter
179
// ----------------------------------------------------------------------------
180
/**
181    * Retrieves a collection containing all the elements for the reference
182    * <code>activityCreator</code>.
183    * @return A collection containing all the elements for this reference.
184    * @exception JmiException If the values cannot be retrieved for some reason.
185    */

186   public java.util.Collection JavaDoc getActivityCreator(
187   );
188
189   /**
190    * Retrieves the value for the reference <code>activityCreator</code> for
191    * the specified filter.
192    * @param filter filter which is applied to the set of referenced objects.
193    * @return The filtered collection of referenced objects.
194    * @exception JmiException If the value cannot be retrieved for some reason.
195    */

196   public java.util.List JavaDoc getActivityCreator(
197     org.opencrx.kernel.activity1.cci.ActivityCreatorFilter filter
198   );
199
200 // ----------------------------------------------------------------------------
201
// Instance/IntfReferenceAddWithQualifier
202
// ----------------------------------------------------------------------------
203
/**
204    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
205    * @param newValue The element to be appended.
206    * @exception JmiException If the value cannot be appended for some reason.
207    */

208   public void addActivityCreator (
209     String JavaDoc id,
210     org.opencrx.kernel.activity1.cci.ActivityCreator newValue
211   );
212
213 // ----------------------------------------------------------------------------
214
// Instance/IntfReferenceAddWithoutQualifier
215
// ----------------------------------------------------------------------------
216
/**
217    * @param newValue The element to be appended.
218    * @exception JmiException If the value cannot be appended for some reason.
219    */

220   public void addActivityCreator (
221     org.opencrx.kernel.activity1.cci.ActivityCreator newValue
222   );
223
224 // ----------------------------------------------------------------------------
225
// Instance/IntfReferenceRemoveWithQualifier
226
// ----------------------------------------------------------------------------
227
/**
228    * @exception JmiException If the value cannot be removed for some reason.
229    */

230   public void removeActivityCreator (
231     String JavaDoc id
232   );
233 // ----------------------------------------------------------------------------
234
// Instance/IntfReferenceGet0_1WithQualifier
235
// ----------------------------------------------------------------------------
236
/**
237    * Retrieves the value for the reference <code>activityFilter</code> for
238    * the specified qualifier attribute value.
239    * @param id The value for the qualifier attribute that qualifies this reference.
240    * @return The possibly null value for this reference.
241    * @exception JmiException If the value cannot be retrieved for some reason.
242    */

243   public org.opencrx.kernel.activity1.cci.ActivityFilterGlobal getActivityFilter(
244     String JavaDoc id
245   );
246
247 // ----------------------------------------------------------------------------
248
// Instance/IntfReferenceGet0_nWithFilter
249
// ----------------------------------------------------------------------------
250
/**
251    * Retrieves a collection containing all the elements for the reference
252    * <code>activityFilter</code>.
253    * @return A collection containing all the elements for this reference.
254    * @exception JmiException If the values cannot be retrieved for some reason.
255    */

256   public java.util.Collection JavaDoc getActivityFilter(
257   );
258
259   /**
260    * Retrieves the value for the reference <code>activityFilter</code> for
261    * the specified filter.
262    * @param filter filter which is applied to the set of referenced objects.
263    * @return The filtered collection of referenced objects.
264    * @exception JmiException If the value cannot be retrieved for some reason.
265    */

266   public java.util.List JavaDoc getActivityFilter(
267     org.opencrx.kernel.activity1.cci.ActivityFilterGlobalFilter filter
268   );
269
270 // ----------------------------------------------------------------------------
271
// Instance/IntfReferenceAddWithQualifier
272
// ----------------------------------------------------------------------------
273
/**
274    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
275    * @param newValue The element to be appended.
276    * @exception JmiException If the value cannot be appended for some reason.
277    */

278   public void addActivityFilter (
279     String JavaDoc id,
280     org.opencrx.kernel.activity1.cci.ActivityFilterGlobal newValue
281   );
282
283 // ----------------------------------------------------------------------------
284
// Instance/IntfReferenceAddWithoutQualifier
285
// ----------------------------------------------------------------------------
286
/**
287    * @param newValue The element to be appended.
288    * @exception JmiException If the value cannot be appended for some reason.
289    */

290   public void addActivityFilter (
291     org.opencrx.kernel.activity1.cci.ActivityFilterGlobal newValue
292   );
293
294 // ----------------------------------------------------------------------------
295
// Instance/IntfReferenceRemoveWithQualifier
296
// ----------------------------------------------------------------------------
297
/**
298    * @exception JmiException If the value cannot be removed for some reason.
299    */

300   public void removeActivityFilter (
301     String JavaDoc id
302   );
303 // ----------------------------------------------------------------------------
304
// Instance/IntfReferenceGet0_1WithQualifier
305
// ----------------------------------------------------------------------------
306
/**
307    * Retrieves the value for the reference <code>activityMilestone</code>
308    * for the specified qualifier attribute value.
309    * @param id The value for the qualifier attribute that qualifies this reference.
310    * @return The possibly null value for this reference.
311    * @exception JmiException If the value cannot be retrieved for some reason.
312    */

313   public org.opencrx.kernel.activity1.cci.ActivityMilestone getActivityMilestone(
314     String JavaDoc id
315   );
316
317 // ----------------------------------------------------------------------------
318
// Instance/IntfReferenceGet0_nWithFilter
319
// ----------------------------------------------------------------------------
320
/**
321    * Retrieves a collection containing all the elements for the reference
322    * <code>activityMilestone</code>.
323    * @return A collection containing all the elements for this reference.
324    * @exception JmiException If the values cannot be retrieved for some reason.
325    */

326   public java.util.Collection JavaDoc getActivityMilestone(
327   );
328
329   /**
330    * Retrieves the value for the reference <code>activityMilestone</code>
331    * for the specified filter.
332    * @param filter filter which is applied to the set of referenced objects.
333    * @return The filtered collection of referenced objects.
334    * @exception JmiException If the value cannot be retrieved for some reason.
335    */

336   public java.util.List JavaDoc getActivityMilestone(
337     org.opencrx.kernel.activity1.cci.ActivityMilestoneFilter filter
338   );
339
340 // ----------------------------------------------------------------------------
341
// Instance/IntfReferenceAddWithQualifier
342
// ----------------------------------------------------------------------------
343
/**
344    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
345    * @param newValue The element to be appended.
346    * @exception JmiException If the value cannot be appended for some reason.
347    */

348   public void addActivityMilestone (
349     String JavaDoc id,
350     org.opencrx.kernel.activity1.cci.ActivityMilestone newValue
351   );
352
353 // ----------------------------------------------------------------------------
354
// Instance/IntfReferenceAddWithoutQualifier
355
// ----------------------------------------------------------------------------
356
/**
357    * @param newValue The element to be appended.
358    * @exception JmiException If the value cannot be appended for some reason.
359    */

360   public void addActivityMilestone (
361     org.opencrx.kernel.activity1.cci.ActivityMilestone newValue
362   );
363
364 // ----------------------------------------------------------------------------
365
// Instance/IntfReferenceRemoveWithQualifier
366
// ----------------------------------------------------------------------------
367
/**
368    * @exception JmiException If the value cannot be removed for some reason.
369    */

370   public void removeActivityMilestone (
371     String JavaDoc id
372   );
373 // ----------------------------------------------------------------------------
374
// Instance/IntfReferenceGet0_1WithQualifier
375
// ----------------------------------------------------------------------------
376
/**
377    * Retrieves the value for the reference <code>activityProcess</code> for
378    * the specified qualifier attribute value.
379    * @param id The value for the qualifier attribute that qualifies this reference.
380    * @return The possibly null value for this reference.
381    * @exception JmiException If the value cannot be retrieved for some reason.
382    */

383   public org.opencrx.kernel.activity1.cci.ActivityProcess getActivityProcess(
384     String JavaDoc id
385   );
386
387 // ----------------------------------------------------------------------------
388
// Instance/IntfReferenceGet0_nWithFilter
389
// ----------------------------------------------------------------------------
390
/**
391    * Retrieves a collection containing all the elements for the reference
392    * <code>activityProcess</code>.
393    * @return A collection containing all the elements for this reference.
394    * @exception JmiException If the values cannot be retrieved for some reason.
395    */

396   public java.util.Collection JavaDoc getActivityProcess(
397   );
398
399   /**
400    * Retrieves the value for the reference <code>activityProcess</code> for
401    * the specified filter.
402    * @param filter filter which is applied to the set of referenced objects.
403    * @return The filtered collection of referenced objects.
404    * @exception JmiException If the value cannot be retrieved for some reason.
405    */

406   public java.util.List JavaDoc getActivityProcess(
407     org.opencrx.kernel.activity1.cci.ActivityProcessFilter filter
408   );
409
410 // ----------------------------------------------------------------------------
411
// Instance/IntfReferenceAddWithQualifier
412
// ----------------------------------------------------------------------------
413
/**
414    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
415    * @param newValue The element to be appended.
416    * @exception JmiException If the value cannot be appended for some reason.
417    */

418   public void addActivityProcess (
419     String JavaDoc id,
420     org.opencrx.kernel.activity1.cci.ActivityProcess newValue
421   );
422
423 // ----------------------------------------------------------------------------
424
// Instance/IntfReferenceAddWithoutQualifier
425
// ----------------------------------------------------------------------------
426
/**
427    * @param newValue The element to be appended.
428    * @exception JmiException If the value cannot be appended for some reason.
429    */

430   public void addActivityProcess (
431     org.opencrx.kernel.activity1.cci.ActivityProcess newValue
432   );
433
434 // ----------------------------------------------------------------------------
435
// Instance/IntfReferenceRemoveWithQualifier
436
// ----------------------------------------------------------------------------
437
/**
438    * @exception JmiException If the value cannot be removed for some reason.
439    */

440   public void removeActivityProcess (
441     String JavaDoc id
442   );
443 // ----------------------------------------------------------------------------
444
// Instance/IntfReferenceGet0_1WithQualifier
445
// ----------------------------------------------------------------------------
446
/**
447    * Retrieves the value for the reference <code>activityTracker</code> for
448    * the specified qualifier attribute value.
449    * @param id The value for the qualifier attribute that qualifies this reference.
450    * @return The possibly null value for this reference.
451    * @exception JmiException If the value cannot be retrieved for some reason.
452    */

453   public org.opencrx.kernel.activity1.cci.ActivityTracker getActivityTracker(
454     String JavaDoc id
455   );
456
457 // ----------------------------------------------------------------------------
458
// Instance/IntfReferenceGet0_nWithFilter
459
// ----------------------------------------------------------------------------
460
/**
461    * Retrieves a collection containing all the elements for the reference
462    * <code>activityTracker</code>.
463    * @return A collection containing all the elements for this reference.
464    * @exception JmiException If the values cannot be retrieved for some reason.
465    */

466   public java.util.Collection JavaDoc getActivityTracker(
467   );
468
469   /**
470    * Retrieves the value for the reference <code>activityTracker</code> for
471    * the specified filter.
472    * @param filter filter which is applied to the set of referenced objects.
473    * @return The filtered collection of referenced objects.
474    * @exception JmiException If the value cannot be retrieved for some reason.
475    */

476   public java.util.List JavaDoc getActivityTracker(
477     org.opencrx.kernel.activity1.cci.ActivityTrackerFilter filter
478   );
479
480 // ----------------------------------------------------------------------------
481
// Instance/IntfReferenceAddWithQualifier
482
// ----------------------------------------------------------------------------
483
/**
484    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
485    * @param newValue The element to be appended.
486    * @exception JmiException If the value cannot be appended for some reason.
487    */

488   public void addActivityTracker (
489     String JavaDoc id,
490     org.opencrx.kernel.activity1.cci.ActivityTracker newValue
491   );
492
493 // ----------------------------------------------------------------------------
494
// Instance/IntfReferenceAddWithoutQualifier
495
// ----------------------------------------------------------------------------
496
/**
497    * @param newValue The element to be appended.
498    * @exception JmiException If the value cannot be appended for some reason.
499    */

500   public void addActivityTracker (
501     org.opencrx.kernel.activity1.cci.ActivityTracker newValue
502   );
503
504 // ----------------------------------------------------------------------------
505
// Instance/IntfReferenceRemoveWithQualifier
506
// ----------------------------------------------------------------------------
507
/**
508    * @exception JmiException If the value cannot be removed for some reason.
509    */

510   public void removeActivityTracker (
511     String JavaDoc id
512   );
513 // ----------------------------------------------------------------------------
514
// Instance/IntfReferenceGet0_1WithQualifier
515
// ----------------------------------------------------------------------------
516
/**
517    * Retrieves the value for the reference <code>activityType</code> for the
518    * specified qualifier attribute value.
519    * @param id The value for the qualifier attribute that qualifies this reference.
520    * @return The possibly null value for this reference.
521    * @exception JmiException If the value cannot be retrieved for some reason.
522    */

523   public org.opencrx.kernel.activity1.cci.ActivityType getActivityType(
524     String JavaDoc id
525   );
526
527 // ----------------------------------------------------------------------------
528
// Instance/IntfReferenceGet0_nWithFilter
529
// ----------------------------------------------------------------------------
530
/**
531    * Retrieves a collection containing all the elements for the reference
532    * <code>activityType</code>.
533    * @return A collection containing all the elements for this reference.
534    * @exception JmiException If the values cannot be retrieved for some reason.
535    */

536   public java.util.Collection JavaDoc getActivityType(
537   );
538
539   /**
540    * Retrieves the value for the reference <code>activityType</code> for the
541    * specified filter.
542    * @param filter filter which is applied to the set of referenced objects.
543    * @return The filtered collection of referenced objects.
544    * @exception JmiException If the value cannot be retrieved for some reason.
545    */

546   public java.util.List JavaDoc getActivityType(
547     org.opencrx.kernel.activity1.cci.ActivityTypeFilter filter
548   );
549
550 // ----------------------------------------------------------------------------
551
// Instance/IntfReferenceAddWithQualifier
552
// ----------------------------------------------------------------------------
553
/**
554    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
555    * @param newValue The element to be appended.
556    * @exception JmiException If the value cannot be appended for some reason.
557    */

558   public void addActivityType (
559     String JavaDoc id,
560     org.opencrx.kernel.activity1.cci.ActivityType newValue
561   );
562
563 // ----------------------------------------------------------------------------
564
// Instance/IntfReferenceAddWithoutQualifier
565
// ----------------------------------------------------------------------------
566
/**
567    * @param newValue The element to be appended.
568    * @exception JmiException If the value cannot be appended for some reason.
569    */

570   public void addActivityType (
571     org.opencrx.kernel.activity1.cci.ActivityType newValue
572   );
573
574 // ----------------------------------------------------------------------------
575
// Instance/IntfReferenceRemoveWithQualifier
576
// ----------------------------------------------------------------------------
577
/**
578    * @exception JmiException If the value cannot be removed for some reason.
579    */

580   public void removeActivityType (
581     String JavaDoc id
582   );
583 // ----------------------------------------------------------------------------
584
// Instance/IntfReferenceGet0_1WithQualifier
585
// ----------------------------------------------------------------------------
586
/**
587    * Retrieves the value for the reference <code>addressGroup</code> for the
588    * specified qualifier attribute value.
589    * @param id The value for the qualifier attribute that qualifies this reference.
590    * @return The possibly null value for this reference.
591    * @exception JmiException If the value cannot be retrieved for some reason.
592    */

593   public org.opencrx.kernel.activity1.cci.AddressGroup getAddressGroup(
594     String JavaDoc id
595   );
596
597 // ----------------------------------------------------------------------------
598
// Instance/IntfReferenceGet0_nWithFilter
599
// ----------------------------------------------------------------------------
600
/**
601    * Retrieves a collection containing all the elements for the reference
602    * <code>addressGroup</code>.
603    * @return A collection containing all the elements for this reference.
604    * @exception JmiException If the values cannot be retrieved for some reason.
605    */

606   public java.util.Collection JavaDoc getAddressGroup(
607   );
608
609   /**
610    * Retrieves the value for the reference <code>addressGroup</code> for the
611    * specified filter.
612    * @param filter filter which is applied to the set of referenced objects.
613    * @return The filtered collection of referenced objects.
614    * @exception JmiException If the value cannot be retrieved for some reason.
615    */

616   public java.util.List JavaDoc getAddressGroup(
617     org.opencrx.kernel.activity1.cci.AddressGroupFilter filter
618   );
619
620 // ----------------------------------------------------------------------------
621
// Instance/IntfReferenceAddWithQualifier
622
// ----------------------------------------------------------------------------
623
/**
624    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
625    * @param newValue The element to be appended.
626    * @exception JmiException If the value cannot be appended for some reason.
627    */

628   public void addAddressGroup (
629     String JavaDoc id,
630     org.opencrx.kernel.activity1.cci.AddressGroup newValue
631   );
632
633 // ----------------------------------------------------------------------------
634
// Instance/IntfReferenceAddWithoutQualifier
635
// ----------------------------------------------------------------------------
636
/**
637    * @param newValue The element to be appended.
638    * @exception JmiException If the value cannot be appended for some reason.
639    */

640   public void addAddressGroup (
641     org.opencrx.kernel.activity1.cci.AddressGroup newValue
642   );
643
644 // ----------------------------------------------------------------------------
645
// Instance/IntfReferenceRemoveWithQualifier
646
// ----------------------------------------------------------------------------
647
/**
648    * @exception JmiException If the value cannot be removed for some reason.
649    */

650   public void removeAddressGroup (
651     String JavaDoc id
652   );
653 // ----------------------------------------------------------------------------
654
// Instance/IntfReferenceGet0_1WithQualifier
655
// ----------------------------------------------------------------------------
656
/**
657    * Retrieves the value for the reference <code>calendar</code> for the
658    * specified qualifier attribute value.
659    * @param id The value for the qualifier attribute that qualifies this reference.
660    * @return The possibly null value for this reference.
661    * @exception JmiException If the value cannot be retrieved for some reason.
662    */

663   public org.opencrx.kernel.activity1.cci.Calendar getCalendar(
664     String JavaDoc id
665   );
666
667 // ----------------------------------------------------------------------------
668
// Instance/IntfReferenceGet0_nWithFilter
669
// ----------------------------------------------------------------------------
670
/**
671    * Retrieves a collection containing all the elements for the reference
672    * <code>calendar</code>.
673    * @return A collection containing all the elements for this reference.
674    * @exception JmiException If the values cannot be retrieved for some reason.
675    */

676   public java.util.Collection JavaDoc getCalendar(
677   );
678
679   /**
680    * Retrieves the value for the reference <code>calendar</code> for the
681    * specified filter.
682    * @param filter filter which is applied to the set of referenced objects.
683    * @return The filtered collection of referenced objects.
684    * @exception JmiException If the value cannot be retrieved for some reason.
685    */

686   public java.util.List JavaDoc getCalendar(
687     org.opencrx.kernel.activity1.cci.CalendarFilter filter
688   );
689
690 // ----------------------------------------------------------------------------
691
// Instance/IntfReferenceAddWithQualifier
692
// ----------------------------------------------------------------------------
693
/**
694    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
695    * @param newValue The element to be appended.
696    * @exception JmiException If the value cannot be appended for some reason.
697    */

698   public void addCalendar (
699     String JavaDoc id,
700     org.opencrx.kernel.activity1.cci.Calendar newValue
701   );
702
703 // ----------------------------------------------------------------------------
704
// Instance/IntfReferenceAddWithoutQualifier
705
// ----------------------------------------------------------------------------
706
/**
707    * @param newValue The element to be appended.
708    * @exception JmiException If the value cannot be appended for some reason.
709    */

710   public void addCalendar (
711     org.opencrx.kernel.activity1.cci.Calendar newValue
712   );
713
714 // ----------------------------------------------------------------------------
715
// Instance/IntfReferenceRemoveWithQualifier
716
// ----------------------------------------------------------------------------
717
/**
718    * @exception JmiException If the value cannot be removed for some reason.
719    */

720   public void removeCalendar (
721     String JavaDoc id
722   );
723 // ----------------------------------------------------------------------------
724
// Instance/IntfAttributeGet1_1
725
// ----------------------------------------------------------------------------
726
/**
727    * Retrieves the value for the attribute <code>currentActivityNumber</code>.
728    * @return The non-null value for attribute <code>currentActivityNumber</code>.
729    * @exception JmiException If the value cannot be retrieved for some reason.
730    */

731   public long getCurrentActivityNumber(
732   );
733
734 // ----------------------------------------------------------------------------
735
// Instance/IntfReferenceGet0_1WithQualifier
736
// ----------------------------------------------------------------------------
737
/**
738    * Retrieves the value for the reference <code>resource</code> for the
739    * specified qualifier attribute value.
740    * @param id The value for the qualifier attribute that qualifies this reference.
741    * @return The possibly null value for this reference.
742    * @exception JmiException If the value cannot be retrieved for some reason.
743    */

744   public org.opencrx.kernel.activity1.cci.Resource getResource(
745     String JavaDoc id
746   );
747
748 // ----------------------------------------------------------------------------
749
// Instance/IntfReferenceGet0_nWithFilter
750
// ----------------------------------------------------------------------------
751
/**
752    * Retrieves a collection containing all the elements for the reference
753    * <code>resource</code>.
754    * @return A collection containing all the elements for this reference.
755    * @exception JmiException If the values cannot be retrieved for some reason.
756    */

757   public java.util.Collection JavaDoc getResource(
758   );
759
760   /**
761    * Retrieves the value for the reference <code>resource</code> for the
762    * specified filter.
763    * @param filter filter which is applied to the set of referenced objects.
764    * @return The filtered collection of referenced objects.
765    * @exception JmiException If the value cannot be retrieved for some reason.
766    */

767   public java.util.List JavaDoc getResource(
768     org.opencrx.kernel.activity1.cci.ResourceFilter filter
769   );
770
771 // ----------------------------------------------------------------------------
772
// Instance/IntfReferenceAddWithQualifier
773
// ----------------------------------------------------------------------------
774
/**
775    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
776    * @param newValue The element to be appended.
777    * @exception JmiException If the value cannot be appended for some reason.
778    */

779   public void addResource (
780     String JavaDoc id,
781     org.opencrx.kernel.activity1.cci.Resource newValue
782   );
783
784 // ----------------------------------------------------------------------------
785
// Instance/IntfReferenceAddWithoutQualifier
786
// ----------------------------------------------------------------------------
787
/**
788    * @param newValue The element to be appended.
789    * @exception JmiException If the value cannot be appended for some reason.
790    */

791   public void addResource (
792     org.opencrx.kernel.activity1.cci.Resource newValue
793   );
794
795 // ----------------------------------------------------------------------------
796
// Instance/IntfReferenceRemoveWithQualifier
797
// ----------------------------------------------------------------------------
798
/**
799    * @exception JmiException If the value cannot be removed for some reason.
800    */

801   public void removeResource (
802     String JavaDoc id
803   );
804 // ----------------------------------------------------------------------------
805
// Instance/IntfReferenceGet0_1WithQualifier
806
// ----------------------------------------------------------------------------
807
/**
808    * Retrieves the value for the reference <code>workReportEntry</code> for
809    * the specified qualifier attribute value.
810    * @param id The value for the qualifier attribute that qualifies this reference.
811    * @return The possibly null value for this reference.
812    * @exception JmiException If the value cannot be retrieved for some reason.
813    */

814   public org.opencrx.kernel.activity1.cci.WorkReportEntry getWorkReportEntry(
815     String JavaDoc id
816   );
817
818 // ----------------------------------------------------------------------------
819
// Instance/IntfReferenceGet0_nWithFilter
820
// ----------------------------------------------------------------------------
821
/**
822    * Retrieves a collection containing all the elements for the reference
823    * <code>workReportEntry</code>.
824    * @return A collection containing all the elements for this reference.
825    * @exception JmiException If the values cannot be retrieved for some reason.
826    */

827   public java.util.Collection JavaDoc getWorkReportEntry(
828   );
829
830   /**
831    * Retrieves the value for the reference <code>workReportEntry</code> for
832    * the specified filter.
833    * @param filter filter which is applied to the set of referenced objects.
834    * @return The filtered collection of referenced objects.
835    * @exception JmiException If the value cannot be retrieved for some reason.
836    */

837   public java.util.List JavaDoc getWorkReportEntry(
838     org.opencrx.kernel.activity1.cci.WorkReportEntryFilter filter
839   );
840
841 // ----------------------------------------------------------------------------
842
// Instance/IntfEnd.vm
843
// ----------------------------------------------------------------------------
844
}
845
Popular Tags