KickJava   Java API By Example, From Geeks To Geeks.

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


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:02 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.activity1.cci;
14
15 public interface Activity
16   extends
17  org.opencrx.kernel.depot1.cci.DepotReferenceHolder,
18  org.opencrx.kernel.generic.cci.CrxObject {
19 // ----------------------------------------------------------------------------
20
// Instance/IntfReferenceGet0_1WithQualifier
21
// ----------------------------------------------------------------------------
22
/**
23    * Retrieves the value for the reference <code>activityLinkFrom</code> for
24    * the specified qualifier attribute value.
25    * @param id The value for the qualifier attribute that qualifies this reference.
26    * @return The possibly null value for this reference.
27    * @exception JmiException If the value cannot be retrieved for some reason.
28    */

29   public org.opencrx.kernel.activity1.cci.ActivityLinkFrom getActivityLinkFrom(
30     String JavaDoc id
31   );
32
33 // ----------------------------------------------------------------------------
34
// Instance/IntfReferenceGet0_nWithFilter
35
// ----------------------------------------------------------------------------
36
/**
37    * Retrieves a collection containing all the elements for the reference
38    * <code>activityLinkFrom</code>.
39    * @return A collection containing all the elements for this reference.
40    * @exception JmiException If the values cannot be retrieved for some reason.
41    */

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

52   public java.util.List JavaDoc getActivityLinkFrom(
53     org.opencrx.kernel.activity1.cci.ActivityLinkFromFilter filter
54   );
55
56 // ----------------------------------------------------------------------------
57
// Instance/IntfReferenceGet0_1WithQualifier
58
// ----------------------------------------------------------------------------
59
/**
60    * Retrieves the value for the reference <code>activityLinkTo</code> for
61    * the specified qualifier attribute value.
62    * @param id The value for the qualifier attribute that qualifies this reference.
63    * @return The possibly null value for this reference.
64    * @exception JmiException If the value cannot be retrieved for some reason.
65    */

66   public org.opencrx.kernel.activity1.cci.ActivityLinkTo getActivityLinkTo(
67     String JavaDoc id
68   );
69
70 // ----------------------------------------------------------------------------
71
// Instance/IntfReferenceGet0_nWithFilter
72
// ----------------------------------------------------------------------------
73
/**
74    * Retrieves a collection containing all the elements for the reference
75    * <code>activityLinkTo</code>.
76    * @return A collection containing all the elements for this reference.
77    * @exception JmiException If the values cannot be retrieved for some reason.
78    */

79   public java.util.Collection JavaDoc getActivityLinkTo(
80   );
81
82   /**
83    * Retrieves the value for the reference <code>activityLinkTo</code> for
84    * the specified filter.
85    * @param filter filter which is applied to the set of referenced objects.
86    * @return The filtered collection of referenced objects.
87    * @exception JmiException If the value cannot be retrieved for some reason.
88    */

89   public java.util.List JavaDoc getActivityLinkTo(
90     org.opencrx.kernel.activity1.cci.ActivityLinkToFilter filter
91   );
92
93 // ----------------------------------------------------------------------------
94
// Instance/IntfReferenceAddWithQualifier
95
// ----------------------------------------------------------------------------
96
/**
97    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
98    * @param newValue The element to be appended.
99    * @exception JmiException If the value cannot be appended for some reason.
100    */

101   public void addActivityLinkTo (
102     String JavaDoc id,
103     org.opencrx.kernel.activity1.cci.ActivityLinkTo newValue
104   );
105
106 // ----------------------------------------------------------------------------
107
// Instance/IntfReferenceAddWithoutQualifier
108
// ----------------------------------------------------------------------------
109
/**
110    * @param newValue The element to be appended.
111    * @exception JmiException If the value cannot be appended for some reason.
112    */

113   public void addActivityLinkTo (
114     org.opencrx.kernel.activity1.cci.ActivityLinkTo newValue
115   );
116
117 // ----------------------------------------------------------------------------
118
// Instance/IntfReferenceRemoveWithQualifier
119
// ----------------------------------------------------------------------------
120
/**
121    * @exception JmiException If the value cannot be removed for some reason.
122    */

123   public void removeActivityLinkTo (
124     String JavaDoc id
125   );
126 // ----------------------------------------------------------------------------
127
// Instance/IntfAttributeGet0_1
128
// ----------------------------------------------------------------------------
129
/**
130    * @return The possibly null value for attribute <code>activityNumber</code>.
131    * @exception JmiException If the value cannot be retrieved for some reason.
132    */

133   public String JavaDoc getActivityNumber(
134   );
135
136 // ----------------------------------------------------------------------------
137
// Instance/IntfAttributeSet0_1
138
// ----------------------------------------------------------------------------
139

140
141   /**
142    * Sets a new value for the attribute <code>activityNumber</code>.
143    * @param newValue The possibly null new value for attribute <code>activityNumber</code>.
144    * @exception JmiException If the value cannot be set for some reason.
145    */

146   public void setActivityNumber(
147     String JavaDoc newValue
148   );
149
150 // ----------------------------------------------------------------------------
151
// Instance/IntfAttributeGet1_1
152
// ----------------------------------------------------------------------------
153
/**
154    * Retrieves the value for the attribute <code>activityState</code>.
155    * @return The non-null value for attribute <code>activityState</code>.
156    * @exception JmiException If the value cannot be retrieved for some reason.
157    */

158   public short getActivityState(
159   );
160
161 // ----------------------------------------------------------------------------
162
// Instance/IntfAttributeSet1_1
163
// ----------------------------------------------------------------------------
164
/**
165    * Sets a new value for the attribute <code>activityState</code>.
166    * @param newValue The non-null new value for attribute <code>activityState</code>.
167    * @exception JmiException If the value cannot be set for some reason.
168    */

169   public void setActivityState(
170     short newValue
171   );
172
173 // ----------------------------------------------------------------------------
174
// Instance/IntfReferenceGet0_1NoQualifier
175
// ----------------------------------------------------------------------------
176
/**
177    * Retrieves the value for the optional reference <code>activityType</code>.
178    * @return The possibly null value for this reference.
179    * @exception JmiException If the value cannot be retrieved for some reason.
180    */

181   public org.opencrx.kernel.activity1.cci.ActivityType getActivityType(
182   );
183
184 // ----------------------------------------------------------------------------
185
// Instance/IntfAttributeGet0_1
186
// ----------------------------------------------------------------------------
187
/**
188    * @return The possibly null value for attribute <code>actualEffortHours</code>.
189    * @exception JmiException If the value cannot be retrieved for some reason.
190    */

191   public Integer JavaDoc getActualEffortHours(
192   );
193
194 // ----------------------------------------------------------------------------
195
// Instance/IntfAttributeGet0_1
196
// ----------------------------------------------------------------------------
197
/**
198    * @return The possibly null value for attribute <code>actualEffortMinutes</code>.
199    * @exception JmiException If the value cannot be retrieved for some reason.
200    */

201   public Integer JavaDoc getActualEffortMinutes(
202   );
203
204 // ----------------------------------------------------------------------------
205
// Instance/IntfAttributeGet0_1
206
// ----------------------------------------------------------------------------
207
/**
208    * @return The possibly null value for attribute <code>actualEnd</code>.
209    * @exception JmiException If the value cannot be retrieved for some reason.
210    */

211   public java.util.Date JavaDoc getActualEnd(
212   );
213
214 // ----------------------------------------------------------------------------
215
// Instance/IntfAttributeGet0_1
216
// ----------------------------------------------------------------------------
217
/**
218    * @return The possibly null value for attribute <code>actualStart</code>.
219    * @exception JmiException If the value cannot be retrieved for some reason.
220    */

221   public java.util.Date JavaDoc getActualStart(
222   );
223
224 // ----------------------------------------------------------------------------
225
// Instance/IntfOperation
226
// ----------------------------------------------------------------------------
227

228   public org.openmdx.base.cci.Void assignTo(
229       org.opencrx.kernel.activity1.cci.ActivityAssignToParams params
230   ) throws javax.jmi.reflect.RefException ;
231
232   /**
233    */

234   public org.openmdx.base.cci.Void assignTo(
235       org.opencrx.kernel.activity1.cci.Resource resource
236   ) throws javax.jmi.reflect.RefException ;
237
238 // ----------------------------------------------------------------------------
239
// Instance/IntfReferenceGet0_1WithQualifier
240
// ----------------------------------------------------------------------------
241
/**
242    * Retrieves the value for the reference <code>assignedGroup</code> for
243    * the specified qualifier attribute value.
244    * @param id The value for the qualifier attribute that qualifies this reference.
245    * @return The possibly null value for this reference.
246    * @exception JmiException If the value cannot be retrieved for some reason.
247    */

248   public org.opencrx.kernel.activity1.cci.ActivityGroupAssignment getAssignedGroup(
249     String JavaDoc id
250   );
251
252 // ----------------------------------------------------------------------------
253
// Instance/IntfReferenceGet0_nWithFilter
254
// ----------------------------------------------------------------------------
255
/**
256    * Retrieves a collection containing all the elements for the reference
257    * <code>assignedGroup</code>.
258    * @return A collection containing all the elements for this reference.
259    * @exception JmiException If the values cannot be retrieved for some reason.
260    */

261   public java.util.Collection JavaDoc getAssignedGroup(
262   );
263
264   /**
265    * Retrieves the value for the reference <code>assignedGroup</code> for
266    * the specified filter.
267    * @param filter filter which is applied to the set of referenced objects.
268    * @return The filtered collection of referenced objects.
269    * @exception JmiException If the value cannot be retrieved for some reason.
270    */

271   public java.util.List JavaDoc getAssignedGroup(
272     org.opencrx.kernel.activity1.cci.ActivityGroupAssignmentFilter filter
273   );
274
275 // ----------------------------------------------------------------------------
276
// Instance/IntfReferenceAddWithQualifier
277
// ----------------------------------------------------------------------------
278
/**
279    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
280    * @param newValue The element to be appended.
281    * @exception JmiException If the value cannot be appended for some reason.
282    */

283   public void addAssignedGroup (
284     String JavaDoc id,
285     org.opencrx.kernel.activity1.cci.ActivityGroupAssignment newValue
286   );
287
288 // ----------------------------------------------------------------------------
289
// Instance/IntfReferenceAddWithoutQualifier
290
// ----------------------------------------------------------------------------
291
/**
292    * @param newValue The element to be appended.
293    * @exception JmiException If the value cannot be appended for some reason.
294    */

295   public void addAssignedGroup (
296     org.opencrx.kernel.activity1.cci.ActivityGroupAssignment newValue
297   );
298
299 // ----------------------------------------------------------------------------
300
// Instance/IntfReferenceRemoveWithQualifier
301
// ----------------------------------------------------------------------------
302
/**
303    * @exception JmiException If the value cannot be removed for some reason.
304    */

305   public void removeAssignedGroup (
306     String JavaDoc id
307   );
308 // ----------------------------------------------------------------------------
309
// Instance/IntfReferenceGet0_1WithQualifier
310
// ----------------------------------------------------------------------------
311
/**
312    * Retrieves the value for the reference <code>assignedResource</code> for
313    * the specified qualifier attribute value.
314    * @param id The value for the qualifier attribute that qualifies this reference.
315    * @return The possibly null value for this reference.
316    * @exception JmiException If the value cannot be retrieved for some reason.
317    */

318   public org.opencrx.kernel.activity1.cci.ResourceAssignment getAssignedResource(
319     String JavaDoc id
320   );
321
322 // ----------------------------------------------------------------------------
323
// Instance/IntfReferenceGet0_nWithFilter
324
// ----------------------------------------------------------------------------
325
/**
326    * Retrieves a collection containing all the elements for the reference
327    * <code>assignedResource</code>.
328    * @return A collection containing all the elements for this reference.
329    * @exception JmiException If the values cannot be retrieved for some reason.
330    */

331   public java.util.Collection JavaDoc getAssignedResource(
332   );
333
334   /**
335    * Retrieves the value for the reference <code>assignedResource</code> for
336    * the specified filter.
337    * @param filter filter which is applied to the set of referenced objects.
338    * @return The filtered collection of referenced objects.
339    * @exception JmiException If the value cannot be retrieved for some reason.
340    */

341   public java.util.List JavaDoc getAssignedResource(
342     org.opencrx.kernel.activity1.cci.ResourceAssignmentFilter filter
343   );
344
345 // ----------------------------------------------------------------------------
346
// Instance/IntfReferenceAddWithQualifier
347
// ----------------------------------------------------------------------------
348
/**
349    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
350    * @param newValue The element to be appended.
351    * @exception JmiException If the value cannot be appended for some reason.
352    */

353   public void addAssignedResource (
354     String JavaDoc id,
355     org.opencrx.kernel.activity1.cci.ResourceAssignment newValue
356   );
357
358 // ----------------------------------------------------------------------------
359
// Instance/IntfReferenceAddWithoutQualifier
360
// ----------------------------------------------------------------------------
361
/**
362    * @param newValue The element to be appended.
363    * @exception JmiException If the value cannot be appended for some reason.
364    */

365   public void addAssignedResource (
366     org.opencrx.kernel.activity1.cci.ResourceAssignment newValue
367   );
368
369 // ----------------------------------------------------------------------------
370
// Instance/IntfReferenceRemoveWithQualifier
371
// ----------------------------------------------------------------------------
372
/**
373    * @exception JmiException If the value cannot be removed for some reason.
374    */

375   public void removeAssignedResource (
376     String JavaDoc id
377   );
378 // ----------------------------------------------------------------------------
379
// Instance/IntfReferenceGet0_1NoQualifier
380
// ----------------------------------------------------------------------------
381
/**
382    * Retrieves the value for the optional reference <code>assignedTo</code>.
383    * @return The possibly null value for this reference.
384    * @exception JmiException If the value cannot be retrieved for some reason.
385    */

386   public org.opencrx.kernel.account1.cci.Contact getAssignedTo(
387   );
388
389 // ----------------------------------------------------------------------------
390
// Instance/IntfReferenceGet0_1WithQualifier
391
// ----------------------------------------------------------------------------
392
/**
393    * Retrieves the value for the reference <code>contract</code> for the
394    * specified qualifier attribute value.
395    * @param index The value for the qualifier attribute that qualifies this reference.
396    * @return The possibly null value for this reference.
397    * @exception JmiException If the value cannot be retrieved for some reason.
398    */

399   public org.opencrx.kernel.contract1.cci.AbstractContract getContract(
400     int index
401   );
402
403 // ----------------------------------------------------------------------------
404
// Instance/IntfReferenceGet0_nNoFilter
405
// ----------------------------------------------------------------------------
406
/**
407    * Retrieves the objects referenced by <code>contract</code>.
408    * @return The collection of referenced objects.
409    * @exception JmiException If the value cannot be retrieved for some reason.
410    */

411   public java.util.Collection JavaDoc getContract(
412   );
413
414 // ----------------------------------------------------------------------------
415
// Instance/IntfReferenceAddWithQualifier
416
// ----------------------------------------------------------------------------
417
/**
418    * @param index The qualifier attribute value that qualifies the reference to get the element to be appended.
419    * @param newValue The element to be appended.
420    * @exception JmiException If the value cannot be appended for some reason.
421    */

422   public void addContract (
423     int index,
424     org.opencrx.kernel.contract1.cci.AbstractContract newValue
425   );
426
427 // ----------------------------------------------------------------------------
428
// Instance/IntfReferenceAddWithoutQualifier
429
// ----------------------------------------------------------------------------
430
/**
431    * @param newValue The element to be appended.
432    * @exception JmiException If the value cannot be appended for some reason.
433    */

434   public void addContract (
435     org.opencrx.kernel.contract1.cci.AbstractContract newValue
436   );
437
438 // ----------------------------------------------------------------------------
439
// Instance/IntfReferenceRemoveWithQualifier
440
// ----------------------------------------------------------------------------
441
/**
442    * @exception JmiException If the value cannot be removed for some reason.
443    */

444   public void removeContract (
445     int index
446   );
447 // ----------------------------------------------------------------------------
448
// Instance/IntfAttributeGet0_1
449
// ----------------------------------------------------------------------------
450
/**
451    * @return The possibly null value for attribute <code>description</code>.
452    * @exception JmiException If the value cannot be retrieved for some reason.
453    */

454   public String JavaDoc getDescription(
455   );
456
457 // ----------------------------------------------------------------------------
458
// Instance/IntfAttributeSet0_1
459
// ----------------------------------------------------------------------------
460

461
462   /**
463    * Sets a new value for the attribute <code>description</code>.
464    * @param newValue The possibly null new value for attribute <code>description</code>.
465    * @exception JmiException If the value cannot be set for some reason.
466    */

467   public void setDescription(
468     String JavaDoc newValue
469   );
470
471 // ----------------------------------------------------------------------------
472
// Instance/IntfAttributeGet0_1
473
// ----------------------------------------------------------------------------
474
/**
475    * @return The possibly null value for attribute <code>detailedDescription</code>.
476    * @exception JmiException If the value cannot be retrieved for some reason.
477    */

478   public String JavaDoc getDetailedDescription(
479   );
480
481 // ----------------------------------------------------------------------------
482
// Instance/IntfAttributeSet0_1
483
// ----------------------------------------------------------------------------
484

485
486   /**
487    * Sets a new value for the attribute <code>detailedDescription</code>.
488    * @param newValue The possibly null new value for attribute <code>detailedDescription</code>.
489    * @exception JmiException If the value cannot be set for some reason.
490    */

491   public void setDetailedDescription(
492     String JavaDoc newValue
493   );
494
495 // ----------------------------------------------------------------------------
496
// Instance/IntfOperation
497
// ----------------------------------------------------------------------------
498

499   public org.openmdx.base.cci.Void doFollowUp(
500       org.opencrx.kernel.activity1.cci.ActivityDoFollowUpParams params
501   ) throws javax.jmi.reflect.RefException ;
502
503   /**
504    */

505   public org.openmdx.base.cci.Void doFollowUp(
506       String JavaDoc followUpText
507     , String JavaDoc followUpTitle
508     , org.opencrx.kernel.activity1.cci.ActivityProcessTransition transition
509   ) throws javax.jmi.reflect.RefException ;
510
511 // ----------------------------------------------------------------------------
512
// Instance/IntfAttributeGet0_1
513
// ----------------------------------------------------------------------------
514
/**
515    * @return The possibly null value for attribute <code>dueBy</code>.
516    * @exception JmiException If the value cannot be retrieved for some reason.
517    */

518   public java.util.Date JavaDoc getDueBy(
519   );
520
521 // ----------------------------------------------------------------------------
522
// Instance/IntfAttributeSet0_1
523
// ----------------------------------------------------------------------------
524

525
526   /**
527    * Sets a new value for the attribute <code>dueBy</code>.
528    * @param newValue The possibly null new value for attribute <code>dueBy</code>.
529    * @exception JmiException If the value cannot be set for some reason.
530    */

531   public void setDueBy(
532     java.util.Date JavaDoc newValue
533   );
534
535 // ----------------------------------------------------------------------------
536
// Instance/IntfReferenceGet0_1WithQualifier
537
// ----------------------------------------------------------------------------
538
/**
539    * Retrieves the value for the reference <code>effortEstimate</code> for
540    * the specified qualifier attribute value.
541    * @param id The value for the qualifier attribute that qualifies this reference.
542    * @return The possibly null value for this reference.
543    * @exception JmiException If the value cannot be retrieved for some reason.
544    */

545   public org.opencrx.kernel.activity1.cci.EffortEstimate getEffortEstimate(
546     String JavaDoc id
547   );
548
549 // ----------------------------------------------------------------------------
550
// Instance/IntfReferenceGet0_nWithFilter
551
// ----------------------------------------------------------------------------
552
/**
553    * Retrieves a collection containing all the elements for the reference
554    * <code>effortEstimate</code>.
555    * @return A collection containing all the elements for this reference.
556    * @exception JmiException If the values cannot be retrieved for some reason.
557    */

558   public java.util.Collection JavaDoc getEffortEstimate(
559   );
560
561   /**
562    * Retrieves the value for the reference <code>effortEstimate</code> for
563    * the specified filter.
564    * @param filter filter which is applied to the set of referenced objects.
565    * @return The filtered collection of referenced objects.
566    * @exception JmiException If the value cannot be retrieved for some reason.
567    */

568   public java.util.List JavaDoc getEffortEstimate(
569     org.opencrx.kernel.activity1.cci.EffortEstimateFilter filter
570   );
571
572 // ----------------------------------------------------------------------------
573
// Instance/IntfReferenceAddWithQualifier
574
// ----------------------------------------------------------------------------
575
/**
576    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
577    * @param newValue The element to be appended.
578    * @exception JmiException If the value cannot be appended for some reason.
579    */

580   public void addEffortEstimate (
581     String JavaDoc id,
582     org.opencrx.kernel.activity1.cci.EffortEstimate newValue
583   );
584
585 // ----------------------------------------------------------------------------
586
// Instance/IntfReferenceAddWithoutQualifier
587
// ----------------------------------------------------------------------------
588
/**
589    * @param newValue The element to be appended.
590    * @exception JmiException If the value cannot be appended for some reason.
591    */

592   public void addEffortEstimate (
593     org.opencrx.kernel.activity1.cci.EffortEstimate newValue
594   );
595
596 // ----------------------------------------------------------------------------
597
// Instance/IntfReferenceRemoveWithQualifier
598
// ----------------------------------------------------------------------------
599
/**
600    * @exception JmiException If the value cannot be removed for some reason.
601    */

602   public void removeEffortEstimate (
603     String JavaDoc id
604   );
605 // ----------------------------------------------------------------------------
606
// Instance/IntfReferenceGet0_1WithQualifier
607
// ----------------------------------------------------------------------------
608
/**
609    * Retrieves the value for the reference <code>followUp</code> for the
610    * specified qualifier attribute value.
611    * @param id The value for the qualifier attribute that qualifies this reference.
612    * @return The possibly null value for this reference.
613    * @exception JmiException If the value cannot be retrieved for some reason.
614    */

615   public org.opencrx.kernel.activity1.cci.ActivityFollowUp getFollowUp(
616     String JavaDoc id
617   );
618
619 // ----------------------------------------------------------------------------
620
// Instance/IntfReferenceGet0_nWithFilter
621
// ----------------------------------------------------------------------------
622
/**
623    * Retrieves a collection containing all the elements for the reference
624    * <code>followUp</code>.
625    * @return A collection containing all the elements for this reference.
626    * @exception JmiException If the values cannot be retrieved for some reason.
627    */

628   public java.util.Collection JavaDoc getFollowUp(
629   );
630
631   /**
632    * Retrieves the value for the reference <code>followUp</code> for the
633    * specified filter.
634    * @param filter filter which is applied to the set of referenced objects.
635    * @return The filtered collection of referenced objects.
636    * @exception JmiException If the value cannot be retrieved for some reason.
637    */

638   public java.util.List JavaDoc getFollowUp(
639     org.opencrx.kernel.activity1.cci.ActivityFollowUpFilter filter
640   );
641
642 // ----------------------------------------------------------------------------
643
// Instance/IntfReferenceAddWithQualifier
644
// ----------------------------------------------------------------------------
645
/**
646    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
647    * @param newValue The element to be appended.
648    * @exception JmiException If the value cannot be appended for some reason.
649    */

650   public void addFollowUp (
651     String JavaDoc id,
652     org.opencrx.kernel.activity1.cci.ActivityFollowUp newValue
653   );
654
655 // ----------------------------------------------------------------------------
656
// Instance/IntfReferenceAddWithoutQualifier
657
// ----------------------------------------------------------------------------
658
/**
659    * @param newValue The element to be appended.
660    * @exception JmiException If the value cannot be appended for some reason.
661    */

662   public void addFollowUp (
663     org.opencrx.kernel.activity1.cci.ActivityFollowUp newValue
664   );
665
666 // ----------------------------------------------------------------------------
667
// Instance/IntfReferenceRemoveWithQualifier
668
// ----------------------------------------------------------------------------
669
/**
670    * @exception JmiException If the value cannot be removed for some reason.
671    */

672   public void removeFollowUp (
673     String JavaDoc id
674   );
675 // ----------------------------------------------------------------------------
676
// Instance/IntfReferenceGet0_1NoQualifier
677
// ----------------------------------------------------------------------------
678
/**
679    * Retrieves the value for the optional reference <code>lastTransition</code>.
680    * @return The possibly null value for this reference.
681    * @exception JmiException If the value cannot be retrieved for some reason.
682    */

683   public org.opencrx.kernel.activity1.cci.ActivityProcessTransition getLastTransition(
684   );
685
686 // ----------------------------------------------------------------------------
687
// Instance/IntfAttributeGet0_1
688
// ----------------------------------------------------------------------------
689
/**
690    * @return The possibly null value for attribute <code>misc1</code>.
691    * @exception JmiException If the value cannot be retrieved for some reason.
692    */

693   public String JavaDoc getMisc1(
694   );
695
696 // ----------------------------------------------------------------------------
697
// Instance/IntfAttributeSet0_1
698
// ----------------------------------------------------------------------------
699

700
701   /**
702    * Sets a new value for the attribute <code>misc1</code>.
703    * @param newValue The possibly null new value for attribute <code>misc1</code>.
704    * @exception JmiException If the value cannot be set for some reason.
705    */

706   public void setMisc1(
707     String JavaDoc newValue
708   );
709
710 // ----------------------------------------------------------------------------
711
// Instance/IntfAttributeGet0_1
712
// ----------------------------------------------------------------------------
713
/**
714    * @return The possibly null value for attribute <code>misc2</code>.
715    * @exception JmiException If the value cannot be retrieved for some reason.
716    */

717   public String JavaDoc getMisc2(
718   );
719
720 // ----------------------------------------------------------------------------
721
// Instance/IntfAttributeSet0_1
722
// ----------------------------------------------------------------------------
723

724
725   /**
726    * Sets a new value for the attribute <code>misc2</code>.
727    * @param newValue The possibly null new value for attribute <code>misc2</code>.
728    * @exception JmiException If the value cannot be set for some reason.
729    */

730   public void setMisc2(
731     String JavaDoc newValue
732   );
733
734 // ----------------------------------------------------------------------------
735
// Instance/IntfAttributeGet0_1
736
// ----------------------------------------------------------------------------
737
/**
738    * @return The possibly null value for attribute <code>misc3</code>.
739    * @exception JmiException If the value cannot be retrieved for some reason.
740    */

741   public String JavaDoc getMisc3(
742   );
743
744 // ----------------------------------------------------------------------------
745
// Instance/IntfAttributeSet0_1
746
// ----------------------------------------------------------------------------
747

748
749   /**
750    * Sets a new value for the attribute <code>misc3</code>.
751    * @param newValue The possibly null new value for attribute <code>misc3</code>.
752    * @exception JmiException If the value cannot be set for some reason.
753    */

754   public void setMisc3(
755     String JavaDoc newValue
756   );
757
758 // ----------------------------------------------------------------------------
759
// Instance/IntfAttributeGet1_1
760
// ----------------------------------------------------------------------------
761
/**
762    * Retrieves the value for the attribute <code>name</code>.
763    * @return The non-null value for attribute <code>name</code>.
764    * @exception JmiException If the value cannot be retrieved for some reason.
765    */

766   public String JavaDoc getName(
767   );
768
769 // ----------------------------------------------------------------------------
770
// Instance/IntfAttributeSet1_1
771
// ----------------------------------------------------------------------------
772
/**
773    * Sets a new value for the attribute <code>name</code>.
774    * @param newValue The non-null new value for attribute <code>name</code>.
775    * @exception JmiException If the value cannot be set for some reason.
776    */

777   public void setName(
778     String JavaDoc newValue
779   );
780
781 // ----------------------------------------------------------------------------
782
// Instance/IntfAttributeGet0_1
783
// ----------------------------------------------------------------------------
784
/**
785    * @return The possibly null value for attribute <code>originalScheduledEnd</code>.
786    * @exception JmiException If the value cannot be retrieved for some reason.
787    */

788   public java.util.Date JavaDoc getOriginalScheduledEnd(
789   );
790
791 // ----------------------------------------------------------------------------
792
// Instance/IntfAttributeSet0_1
793
// ----------------------------------------------------------------------------
794

795
796   /**
797    * Sets a new value for the attribute <code>originalScheduledEnd</code>.
798    * @param newValue The possibly null new value for attribute <code>originalScheduledEnd</code>.
799    * @exception JmiException If the value cannot be set for some reason.
800    */

801   public void setOriginalScheduledEnd(
802     java.util.Date JavaDoc newValue
803   );
804
805 // ----------------------------------------------------------------------------
806
// Instance/IntfAttributeGet0_1
807
// ----------------------------------------------------------------------------
808
/**
809    * @return The possibly null value for attribute <code>percentComplete</code>.
810    * @exception JmiException If the value cannot be retrieved for some reason.
811    */

812   public Short JavaDoc getPercentComplete(
813   );
814
815 // ----------------------------------------------------------------------------
816
// Instance/IntfAttributeSet0_1
817
// ----------------------------------------------------------------------------
818

819
820   /**
821    * Sets a new value for the attribute <code>percentComplete</code>.
822    * @param newValue The possibly null new value for attribute <code>percentComplete</code>.
823    * @exception JmiException If the value cannot be set for some reason.
824    */

825   public void setPercentComplete(
826     Short JavaDoc newValue
827   );
828
829 // ----------------------------------------------------------------------------
830
// Instance/IntfAttributeGet1_1
831
// ----------------------------------------------------------------------------
832
/**
833    * Retrieves the value for the attribute <code>priority</code>.
834    * @return The non-null value for attribute <code>priority</code>.
835    * @exception JmiException If the value cannot be retrieved for some reason.
836    */

837   public short getPriority(
838   );
839
840 // ----------------------------------------------------------------------------
841
// Instance/IntfAttributeSet1_1
842
// ----------------------------------------------------------------------------
843
/**
844    * Sets a new value for the attribute <code>priority</code>.
845    * @param newValue The non-null new value for attribute <code>priority</code>.
846    * @exception JmiException If the value cannot be set for some reason.
847    */

848   public void setPriority(
849     short newValue
850   );
851
852 // ----------------------------------------------------------------------------
853
// Instance/IntfReferenceGet0_1NoQualifier
854
// ----------------------------------------------------------------------------
855
/**
856    * Retrieves the value for the optional reference <code>processState</code>.
857    * @return The possibly null value for this reference.
858    * @exception JmiException If the value cannot be retrieved for some reason.
859    */

860   public org.opencrx.kernel.activity1.cci.ActivityProcessState getProcessState(
861   );
862
863 // ----------------------------------------------------------------------------
864
// Instance/IntfReferenceGet0_1WithQualifier
865
// ----------------------------------------------------------------------------
866
/**
867    * Retrieves the value for the reference <code>productReference</code> for
868    * the specified qualifier attribute value.
869    * @param id The value for the qualifier attribute that qualifies this reference.
870    * @return The possibly null value for this reference.
871    * @exception JmiException If the value cannot be retrieved for some reason.
872    */

873   public org.opencrx.kernel.activity1.cci.ProductReference getProductReference(
874     String JavaDoc id
875   );
876
877 // ----------------------------------------------------------------------------
878
// Instance/IntfReferenceGet0_nWithFilter
879
// ----------------------------------------------------------------------------
880
/**
881    * Retrieves a collection containing all the elements for the reference
882    * <code>productReference</code>.
883    * @return A collection containing all the elements for this reference.
884    * @exception JmiException If the values cannot be retrieved for some reason.
885    */

886   public java.util.Collection JavaDoc getProductReference(
887   );
888
889   /**
890    * Retrieves the value for the reference <code>productReference</code> for
891    * the specified filter.
892    * @param filter filter which is applied to the set of referenced objects.
893    * @return The filtered collection of referenced objects.
894    * @exception JmiException If the value cannot be retrieved for some reason.
895    */

896   public java.util.List JavaDoc getProductReference(
897     org.opencrx.kernel.activity1.cci.ProductReferenceFilter filter
898   );
899
900 // ----------------------------------------------------------------------------
901
// Instance/IntfReferenceAddWithQualifier
902
// ----------------------------------------------------------------------------
903
/**
904    * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
905    * @param newValue The element to be appended.
906    * @exception JmiException If the value cannot be appended for some reason.
907    */

908   public void addProductReference (
909     String JavaDoc id,
910     org.opencrx.kernel.activity1.cci.ProductReference newValue
911   );
912
913 // ----------------------------------------------------------------------------
914
// Instance/IntfReferenceAddWithoutQualifier
915
// ----------------------------------------------------------------------------
916
/**
917    * @param newValue The element to be appended.
918    * @exception JmiException If the value cannot be appended for some reason.
919    */

920   public void addProductReference (
921     org.opencrx.kernel.activity1.cci.ProductReference newValue
922   );
923
924 // ----------------------------------------------------------------------------
925
// Instance/IntfReferenceRemoveWithQualifier
926
// ----------------------------------------------------------------------------
927
/**
928    * @exception JmiException If the value cannot be removed for some reason.
929    */

930   public void removeProductReference (
931     String JavaDoc id
932   );
933 // ----------------------------------------------------------------------------
934
// Instance/IntfOperation
935
// ----------------------------------------------------------------------------
936

937   public org.openmdx.base.cci.Void reapplyActivityCreator(
938       org.opencrx.kernel.activity1.cci.ReapplyActivityCreatorParams params
939   ) throws javax.jmi.reflect.RefException ;
940
941   /**
942    */

943   public org.openmdx.base.cci.Void reapplyActivityCreator(
944       org.opencrx.kernel.activity1.cci.ActivityCreator activityCreator
945   ) throws javax.jmi.reflect.RefException ;
946
947 // ----------------------------------------------------------------------------
948
// Instance/IntfReferenceGet0_1NoQualifier
949
// ----------------------------------------------------------------------------
950
/**
951    * Retrieves the value for the optional reference <code>reportingAccount</code>.
952    * @return The possibly null value for this reference.
953    * @exception JmiException If the value cannot be retrieved for some reason.
954    */

955   public org.opencrx.kernel.account1.cci.Account getReportingAccount(
956   );
957
958 // ----------------------------------------------------------------------------
959
// Instance/IntfReferenceSetNoQualifier
960
// ----------------------------------------------------------------------------
961
/**
962    * Sets a new value for the reference <code>reportingAccount</code>.
963    * @param newValue The non-null new value for this reference.
964    * @exception JmiException If the value cannot be set for some reason.
965    */

966   public void setReportingAccount(
967     org.opencrx.kernel.account1.cci.Account newValue
968   );
969
970 // ----------------------------------------------------------------------------
971
// Instance/IntfReferenceRemoveOptional
972
// ----------------------------------------------------------------------------
973
/**
974    * Removes the value for the optional reference <code>reportingAccount</code>.
975    * @exception JmiException If the value cannot be removed for some reason.
976    */

977   public void removeReportingAccount (
978   );
979
980 // ----------------------------------------------------------------------------
981
// Instance/IntfReferenceGet0_1NoQualifier
982
// ----------------------------------------------------------------------------
983
/**
984    * Retrieves the value for the optional reference <code>reportingContact</code>.
985    * @return The possibly null value for this reference.
986    * @exception JmiException If the value cannot be retrieved for some reason.
987    */

988   public org.opencrx.kernel.account1.cci.Contact getReportingContact(
989   );
990
991 // ----------------------------------------------------------------------------
992
// Instance/IntfReferenceSetNoQualifier
993
// ----------------------------------------------------------------------------
994
/**
995    * Sets a new value for the reference <code>reportingContact</code>.
996    * @param newValue The non-null new value for this reference.
997    * @exception JmiException If the value cannot be set for some reason.
998    */

999   public void setReportingContact(
1000    org.opencrx.kernel.account1.cci.Contact newValue
1001  );
1002
1003// ----------------------------------------------------------------------------
1004
// Instance/IntfReferenceRemoveOptional
1005
// ----------------------------------------------------------------------------
1006
/**
1007   * Removes the value for the optional reference <code>reportingContact</code>.
1008   * @exception JmiException If the value cannot be removed for some reason.
1009   */

1010  public void removeReportingContact (
1011  );
1012
1013// ----------------------------------------------------------------------------
1014
// Instance/IntfAttributeGet0_1
1015
// ----------------------------------------------------------------------------
1016
/**
1017   * @return The possibly null value for attribute <code>scheduledEnd</code>.
1018   * @exception JmiException If the value cannot be retrieved for some reason.
1019   */

1020  public java.util.Date JavaDoc getScheduledEnd(
1021  );
1022
1023// ----------------------------------------------------------------------------
1024
// Instance/IntfAttributeSet0_1
1025
// ----------------------------------------------------------------------------
1026

1027
1028  /**
1029   * Sets a new value for the attribute <code>scheduledEnd</code>.
1030   * @param newValue The possibly null new value for attribute <code>scheduledEnd</code>.
1031   * @exception JmiException If the value cannot be set for some reason.
1032   */

1033  public void setScheduledEnd(
1034    java.util.Date JavaDoc newValue
1035  );
1036
1037// ----------------------------------------------------------------------------
1038
// Instance/IntfAttributeGet0_1
1039
// ----------------------------------------------------------------------------
1040
/**
1041   * @return The possibly null value for attribute <code>scheduledStart</code>.
1042   * @exception JmiException If the value cannot be retrieved for some reason.
1043   */

1044  public java.util.Date JavaDoc getScheduledStart(
1045  );
1046
1047// ----------------------------------------------------------------------------
1048
// Instance/IntfAttributeSet0_1
1049
// ----------------------------------------------------------------------------
1050

1051
1052  /**
1053   * Sets a new value for the attribute <code>scheduledStart</code>.
1054   * @param newValue The possibly null new value for attribute <code>scheduledStart</code>.
1055   * @exception JmiException If the value cannot be set for some reason.
1056   */

1057  public void setScheduledStart(
1058    java.util.Date JavaDoc newValue
1059  );
1060
1061// ----------------------------------------------------------------------------
1062
// Instance/IntfAttributeGet1_1
1063
// ----------------------------------------------------------------------------
1064
/**
1065   * Retrieves the value for the attribute <code>totalVotes</code>.
1066   * @return The non-null value for attribute <code>totalVotes</code>.
1067   * @exception JmiException If the value cannot be retrieved for some reason.
1068   */

1069  public int getTotalVotes(
1070  );
1071
1072// ----------------------------------------------------------------------------
1073
// Instance/IntfReferenceGet0_1WithQualifier
1074
// ----------------------------------------------------------------------------
1075
/**
1076   * Retrieves the value for the reference <code>vote</code> for the
1077   * specified qualifier attribute value.
1078   * @param id The value for the qualifier attribute that qualifies this reference.
1079   * @return The possibly null value for this reference.
1080   * @exception JmiException If the value cannot be retrieved for some reason.
1081   */

1082  public org.opencrx.kernel.activity1.cci.ActivityVote getVote(
1083    String JavaDoc id
1084  );
1085
1086// ----------------------------------------------------------------------------
1087
// Instance/IntfReferenceGet0_nWithFilter
1088
// ----------------------------------------------------------------------------
1089
/**
1090   * Retrieves a collection containing all the elements for the reference
1091   * <code>vote</code>.
1092   * @return A collection containing all the elements for this reference.
1093   * @exception JmiException If the values cannot be retrieved for some reason.
1094   */

1095  public java.util.Collection JavaDoc getVote(
1096  );
1097
1098  /**
1099   * Retrieves the value for the reference <code>vote</code> for the
1100   * specified filter.
1101   * @param filter filter which is applied to the set of referenced objects.
1102   * @return The filtered collection of referenced objects.
1103   * @exception JmiException If the value cannot be retrieved for some reason.
1104   */

1105  public java.util.List JavaDoc getVote(
1106    org.opencrx.kernel.activity1.cci.ActivityVoteFilter filter
1107  );
1108
1109// ----------------------------------------------------------------------------
1110
// Instance/IntfReferenceAddWithQualifier
1111
// ----------------------------------------------------------------------------
1112
/**
1113   * @param id The qualifier attribute value that qualifies the reference to get the element to be appended.
1114   * @param newValue The element to be appended.
1115   * @exception JmiException If the value cannot be appended for some reason.
1116   */

1117  public void addVote (
1118    String JavaDoc id,
1119    org.opencrx.kernel.activity1.cci.ActivityVote newValue
1120  );
1121
1122// ----------------------------------------------------------------------------
1123
// Instance/IntfReferenceAddWithoutQualifier
1124
// ----------------------------------------------------------------------------
1125
/**
1126   * @param newValue The element to be appended.
1127   * @exception JmiException If the value cannot be appended for some reason.
1128   */

1129  public void addVote (
1130    org.opencrx.kernel.activity1.cci.ActivityVote newValue
1131  );
1132
1133// ----------------------------------------------------------------------------
1134
// Instance/IntfReferenceRemoveWithQualifier
1135
// ----------------------------------------------------------------------------
1136
/**
1137   * @exception JmiException If the value cannot be removed for some reason.
1138   */

1139  public void removeVote (
1140    String JavaDoc id
1141  );
1142// ----------------------------------------------------------------------------
1143
// Instance/IntfOperation
1144
// ----------------------------------------------------------------------------
1145

1146  public org.openmdx.base.cci.Void voteForActivity(
1147      org.opencrx.kernel.activity1.cci.ActivityVoteForActivityParams params
1148  ) throws javax.jmi.reflect.RefException ;
1149
1150  /**
1151   */

1152  public org.openmdx.base.cci.Void voteForActivity(
1153      String JavaDoc description
1154    , String JavaDoc name
1155  ) throws javax.jmi.reflect.RefException ;
1156
1157// ----------------------------------------------------------------------------
1158
// Instance/IntfReferenceGet0_1WithQualifier
1159
// ----------------------------------------------------------------------------
1160
/**
1161   * Retrieves the value for the reference <code>workReportEntry</code> for
1162   * the specified qualifier attribute value.
1163   * @param id The value for the qualifier attribute that qualifies this reference.
1164   * @return The possibly null value for this reference.
1165   * @exception JmiException If the value cannot be retrieved for some reason.
1166   */

1167  public org.opencrx.kernel.activity1.cci.WorkReportEntry getWorkReportEntry(
1168    String JavaDoc id
1169  );
1170
1171// ----------------------------------------------------------------------------
1172
// Instance/IntfReferenceGet0_nWithFilter
1173
// ----------------------------------------------------------------------------
1174
/**
1175   * Retrieves a collection containing all the elements for the reference
1176   * <code>workReportEntry</code>.
1177   * @return A collection containing all the elements for this reference.
1178   * @exception JmiException If the values cannot be retrieved for some reason.
1179   */

1180  public java.util.Collection JavaDoc getWorkReportEntry(
1181  );
1182
1183  /**
1184   * Retrieves the value for the reference <code>workReportEntry</code> for
1185   * the specified filter.
1186   * @param filter filter which is applied to the set of referenced objects.
1187   * @return The filtered collection of referenced objects.
1188   * @exception JmiException If the value cannot be retrieved for some reason.
1189   */

1190  public java.util.List JavaDoc getWorkReportEntry(
1191    org.opencrx.kernel.activity1.cci.WorkReportEntryFilter filter
1192  );
1193
1194// ----------------------------------------------------------------------------
1195
// Instance/IntfEnd.vm
1196
// ----------------------------------------------------------------------------
1197
}
1198
Popular Tags