1 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 29 public org.opencrx.kernel.activity1.cci.ActivityLinkFrom getActivityLinkFrom( 30 String id 31 ); 32 33 42 public java.util.Collection getActivityLinkFrom( 43 ); 44 45 52 public java.util.List getActivityLinkFrom( 53 org.opencrx.kernel.activity1.cci.ActivityLinkFromFilter filter 54 ); 55 56 66 public org.opencrx.kernel.activity1.cci.ActivityLinkTo getActivityLinkTo( 67 String id 68 ); 69 70 79 public java.util.Collection getActivityLinkTo( 80 ); 81 82 89 public java.util.List getActivityLinkTo( 90 org.opencrx.kernel.activity1.cci.ActivityLinkToFilter filter 91 ); 92 93 101 public void addActivityLinkTo ( 102 String id, 103 org.opencrx.kernel.activity1.cci.ActivityLinkTo newValue 104 ); 105 106 113 public void addActivityLinkTo ( 114 org.opencrx.kernel.activity1.cci.ActivityLinkTo newValue 115 ); 116 117 123 public void removeActivityLinkTo ( 124 String id 125 ); 126 133 public String getActivityNumber( 134 ); 135 136 140 141 146 public void setActivityNumber( 147 String newValue 148 ); 149 150 158 public short getActivityState( 159 ); 160 161 169 public void setActivityState( 170 short newValue 171 ); 172 173 181 public org.opencrx.kernel.activity1.cci.ActivityType getActivityType( 182 ); 183 184 191 public Integer getActualEffortHours( 192 ); 193 194 201 public Integer getActualEffortMinutes( 202 ); 203 204 211 public java.util.Date getActualEnd( 212 ); 213 214 221 public java.util.Date getActualStart( 222 ); 223 224 228 public org.openmdx.base.cci.Void assignTo( 229 org.opencrx.kernel.activity1.cci.ActivityAssignToParams params 230 ) throws javax.jmi.reflect.RefException ; 231 232 234 public org.openmdx.base.cci.Void assignTo( 235 org.opencrx.kernel.activity1.cci.Resource resource 236 ) throws javax.jmi.reflect.RefException ; 237 238 248 public org.opencrx.kernel.activity1.cci.ActivityGroupAssignment getAssignedGroup( 249 String id 250 ); 251 252 261 public java.util.Collection getAssignedGroup( 262 ); 263 264 271 public java.util.List getAssignedGroup( 272 org.opencrx.kernel.activity1.cci.ActivityGroupAssignmentFilter filter 273 ); 274 275 283 public void addAssignedGroup ( 284 String id, 285 org.opencrx.kernel.activity1.cci.ActivityGroupAssignment newValue 286 ); 287 288 295 public void addAssignedGroup ( 296 org.opencrx.kernel.activity1.cci.ActivityGroupAssignment newValue 297 ); 298 299 305 public void removeAssignedGroup ( 306 String id 307 ); 308 318 public org.opencrx.kernel.activity1.cci.ResourceAssignment getAssignedResource( 319 String id 320 ); 321 322 331 public java.util.Collection getAssignedResource( 332 ); 333 334 341 public java.util.List getAssignedResource( 342 org.opencrx.kernel.activity1.cci.ResourceAssignmentFilter filter 343 ); 344 345 353 public void addAssignedResource ( 354 String id, 355 org.opencrx.kernel.activity1.cci.ResourceAssignment newValue 356 ); 357 358 365 public void addAssignedResource ( 366 org.opencrx.kernel.activity1.cci.ResourceAssignment newValue 367 ); 368 369 375 public void removeAssignedResource ( 376 String id 377 ); 378 386 public org.opencrx.kernel.account1.cci.Contact getAssignedTo( 387 ); 388 389 399 public org.opencrx.kernel.contract1.cci.AbstractContract getContract( 400 int index 401 ); 402 403 411 public java.util.Collection getContract( 412 ); 413 414 422 public void addContract ( 423 int index, 424 org.opencrx.kernel.contract1.cci.AbstractContract newValue 425 ); 426 427 434 public void addContract ( 435 org.opencrx.kernel.contract1.cci.AbstractContract newValue 436 ); 437 438 444 public void removeContract ( 445 int index 446 ); 447 454 public String getDescription( 455 ); 456 457 461 462 467 public void setDescription( 468 String newValue 469 ); 470 471 478 public String getDetailedDescription( 479 ); 480 481 485 486 491 public void setDetailedDescription( 492 String newValue 493 ); 494 495 499 public org.openmdx.base.cci.Void doFollowUp( 500 org.opencrx.kernel.activity1.cci.ActivityDoFollowUpParams params 501 ) throws javax.jmi.reflect.RefException ; 502 503 505 public org.openmdx.base.cci.Void doFollowUp( 506 String followUpText 507 , String followUpTitle 508 , org.opencrx.kernel.activity1.cci.ActivityProcessTransition transition 509 ) throws javax.jmi.reflect.RefException ; 510 511 518 public java.util.Date getDueBy( 519 ); 520 521 525 526 531 public void setDueBy( 532 java.util.Date newValue 533 ); 534 535 545 public org.opencrx.kernel.activity1.cci.EffortEstimate getEffortEstimate( 546 String id 547 ); 548 549 558 public java.util.Collection getEffortEstimate( 559 ); 560 561 568 public java.util.List getEffortEstimate( 569 org.opencrx.kernel.activity1.cci.EffortEstimateFilter filter 570 ); 571 572 580 public void addEffortEstimate ( 581 String id, 582 org.opencrx.kernel.activity1.cci.EffortEstimate newValue 583 ); 584 585 592 public void addEffortEstimate ( 593 org.opencrx.kernel.activity1.cci.EffortEstimate newValue 594 ); 595 596 602 public void removeEffortEstimate ( 603 String id 604 ); 605 615 public org.opencrx.kernel.activity1.cci.ActivityFollowUp getFollowUp( 616 String id 617 ); 618 619 628 public java.util.Collection getFollowUp( 629 ); 630 631 638 public java.util.List getFollowUp( 639 org.opencrx.kernel.activity1.cci.ActivityFollowUpFilter filter 640 ); 641 642 650 public void addFollowUp ( 651 String id, 652 org.opencrx.kernel.activity1.cci.ActivityFollowUp newValue 653 ); 654 655 662 public void addFollowUp ( 663 org.opencrx.kernel.activity1.cci.ActivityFollowUp newValue 664 ); 665 666 672 public void removeFollowUp ( 673 String id 674 ); 675 683 public org.opencrx.kernel.activity1.cci.ActivityProcessTransition getLastTransition( 684 ); 685 686 693 public String getMisc1( 694 ); 695 696 700 701 706 public void setMisc1( 707 String newValue 708 ); 709 710 717 public String getMisc2( 718 ); 719 720 724 725 730 public void setMisc2( 731 String newValue 732 ); 733 734 741 public String getMisc3( 742 ); 743 744 748 749 754 public void setMisc3( 755 String newValue 756 ); 757 758 766 public String getName( 767 ); 768 769 777 public void setName( 778 String newValue 779 ); 780 781 788 public java.util.Date getOriginalScheduledEnd( 789 ); 790 791 795 796 801 public void setOriginalScheduledEnd( 802 java.util.Date newValue 803 ); 804 805 812 public Short getPercentComplete( 813 ); 814 815 819 820 825 public void setPercentComplete( 826 Short newValue 827 ); 828 829 837 public short getPriority( 838 ); 839 840 848 public void setPriority( 849 short newValue 850 ); 851 852 860 public org.opencrx.kernel.activity1.cci.ActivityProcessState getProcessState( 861 ); 862 863 873 public org.opencrx.kernel.activity1.cci.ProductReference getProductReference( 874 String id 875 ); 876 877 886 public java.util.Collection getProductReference( 887 ); 888 889 896 public java.util.List getProductReference( 897 org.opencrx.kernel.activity1.cci.ProductReferenceFilter filter 898 ); 899 900 908 public void addProductReference ( 909 String id, 910 org.opencrx.kernel.activity1.cci.ProductReference newValue 911 ); 912 913 920 public void addProductReference ( 921 org.opencrx.kernel.activity1.cci.ProductReference newValue 922 ); 923 924 930 public void removeProductReference ( 931 String id 932 ); 933 937 public org.openmdx.base.cci.Void reapplyActivityCreator( 938 org.opencrx.kernel.activity1.cci.ReapplyActivityCreatorParams params 939 ) throws javax.jmi.reflect.RefException ; 940 941 943 public org.openmdx.base.cci.Void reapplyActivityCreator( 944 org.opencrx.kernel.activity1.cci.ActivityCreator activityCreator 945 ) throws javax.jmi.reflect.RefException ; 946 947 955 public org.opencrx.kernel.account1.cci.Account getReportingAccount( 956 ); 957 958 966 public void setReportingAccount( 967 org.opencrx.kernel.account1.cci.Account newValue 968 ); 969 970 977 public void removeReportingAccount ( 978 ); 979 980 988 public org.opencrx.kernel.account1.cci.Contact getReportingContact( 989 ); 990 991 999 public void setReportingContact( 1000 org.opencrx.kernel.account1.cci.Contact newValue 1001 ); 1002 1003 1010 public void removeReportingContact ( 1011 ); 1012 1013 1020 public java.util.Date getScheduledEnd( 1021 ); 1022 1023 1027 1028 1033 public void setScheduledEnd( 1034 java.util.Date newValue 1035 ); 1036 1037 1044 public java.util.Date getScheduledStart( 1045 ); 1046 1047 1051 1052 1057 public void setScheduledStart( 1058 java.util.Date newValue 1059 ); 1060 1061 1069 public int getTotalVotes( 1070 ); 1071 1072 1082 public org.opencrx.kernel.activity1.cci.ActivityVote getVote( 1083 String id 1084 ); 1085 1086 1095 public java.util.Collection getVote( 1096 ); 1097 1098 1105 public java.util.List getVote( 1106 org.opencrx.kernel.activity1.cci.ActivityVoteFilter filter 1107 ); 1108 1109 1117 public void addVote ( 1118 String id, 1119 org.opencrx.kernel.activity1.cci.ActivityVote newValue 1120 ); 1121 1122 1129 public void addVote ( 1130 org.opencrx.kernel.activity1.cci.ActivityVote newValue 1131 ); 1132 1133 1139 public void removeVote ( 1140 String id 1141 ); 1142 1146 public org.openmdx.base.cci.Void voteForActivity( 1147 org.opencrx.kernel.activity1.cci.ActivityVoteForActivityParams params 1148 ) throws javax.jmi.reflect.RefException ; 1149 1150 1152 public org.openmdx.base.cci.Void voteForActivity( 1153 String description 1154 , String name 1155 ) throws javax.jmi.reflect.RefException ; 1156 1157 1167 public org.opencrx.kernel.activity1.cci.WorkReportEntry getWorkReportEntry( 1168 String id 1169 ); 1170 1171 1180 public java.util.Collection getWorkReportEntry( 1181 ); 1182 1183 1190 public java.util.List getWorkReportEntry( 1191 org.opencrx.kernel.activity1.cci.WorkReportEntryFilter filter 1192 ); 1193 1194} 1198 | Popular Tags |