1 package org.opencrx.kernel.home1.cci; 14 15 public class WfProcessInstanceFilterImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefFilter_1 17 implements WfProcessInstanceFilter { 18 19 public WfProcessInstanceFilterImpl( 20 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage 21 ) { 22 super( 23 aPackage, 24 "org:opencrx:kernel:home1:WfProcessInstance", 25 null, 26 null 27 ); 28 } 29 30 public WfProcessInstanceFilterImpl( 31 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage, 32 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 33 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 34 ) { 35 super( 36 aPackage, 37 "org:opencrx:kernel:home1:WfProcessInstance", 38 filterProperties, 39 attributeSpecifiers 40 ); 41 } 42 43 public void forAllAccessLevelBrowse ( 47 short operator, 48 java.util.Collection values 49 ) { 50 refAddValue( 51 "org:opencrx:kernel:base:SecureObject:accessLevelBrowse", 52 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 53 operator, 54 values 55 ); 56 } 57 58 public void thereExistsAccessLevelBrowse ( 59 short operator, 60 java.util.Collection values 61 ) { 62 refAddValue( 63 "org:opencrx:kernel:base:SecureObject:accessLevelBrowse", 64 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 65 operator, 66 values 67 ); 68 } 69 70 public void forAllAccessLevelBrowse ( 71 short operator, 72 short[] filterValues 73 ) { 74 java.util.List arrayAsList = new java.util.ArrayList (); 75 for(int i = 0; i < filterValues.length; i++) { 76 arrayAsList.add( 77 new Short (filterValues[i]) 78 ); 79 } 80 forAllAccessLevelBrowse ( 81 operator, 82 arrayAsList 83 ); 84 } 85 86 public void thereExistsAccessLevelBrowse ( 87 short operator, 88 short[] filterValues 89 ) { 90 java.util.List arrayAsList = new java.util.ArrayList (); 91 for(int i = 0; i < filterValues.length; i++) { 92 arrayAsList.add( 93 new Short (filterValues[i]) 94 ); 95 } 96 thereExistsAccessLevelBrowse ( 97 operator, 98 arrayAsList 99 ); 100 } 101 102 public void orderByAccessLevelBrowse ( 103 short order 104 ) { 105 refAddValue( 106 "org:opencrx:kernel:base:SecureObject:accessLevelBrowse", 107 order 108 ); 109 } 110 111 public void forAllAccessLevelDelete ( 115 short operator, 116 java.util.Collection values 117 ) { 118 refAddValue( 119 "org:opencrx:kernel:base:SecureObject:accessLevelDelete", 120 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 121 operator, 122 values 123 ); 124 } 125 126 public void thereExistsAccessLevelDelete ( 127 short operator, 128 java.util.Collection values 129 ) { 130 refAddValue( 131 "org:opencrx:kernel:base:SecureObject:accessLevelDelete", 132 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 133 operator, 134 values 135 ); 136 } 137 138 public void forAllAccessLevelDelete ( 139 short operator, 140 short[] filterValues 141 ) { 142 java.util.List arrayAsList = new java.util.ArrayList (); 143 for(int i = 0; i < filterValues.length; i++) { 144 arrayAsList.add( 145 new Short (filterValues[i]) 146 ); 147 } 148 forAllAccessLevelDelete ( 149 operator, 150 arrayAsList 151 ); 152 } 153 154 public void thereExistsAccessLevelDelete ( 155 short operator, 156 short[] filterValues 157 ) { 158 java.util.List arrayAsList = new java.util.ArrayList (); 159 for(int i = 0; i < filterValues.length; i++) { 160 arrayAsList.add( 161 new Short (filterValues[i]) 162 ); 163 } 164 thereExistsAccessLevelDelete ( 165 operator, 166 arrayAsList 167 ); 168 } 169 170 public void orderByAccessLevelDelete ( 171 short order 172 ) { 173 refAddValue( 174 "org:opencrx:kernel:base:SecureObject:accessLevelDelete", 175 order 176 ); 177 } 178 179 public void forAllAccessLevelUpdate ( 183 short operator, 184 java.util.Collection values 185 ) { 186 refAddValue( 187 "org:opencrx:kernel:base:SecureObject:accessLevelUpdate", 188 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 189 operator, 190 values 191 ); 192 } 193 194 public void thereExistsAccessLevelUpdate ( 195 short operator, 196 java.util.Collection values 197 ) { 198 refAddValue( 199 "org:opencrx:kernel:base:SecureObject:accessLevelUpdate", 200 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 201 operator, 202 values 203 ); 204 } 205 206 public void forAllAccessLevelUpdate ( 207 short operator, 208 short[] filterValues 209 ) { 210 java.util.List arrayAsList = new java.util.ArrayList (); 211 for(int i = 0; i < filterValues.length; i++) { 212 arrayAsList.add( 213 new Short (filterValues[i]) 214 ); 215 } 216 forAllAccessLevelUpdate ( 217 operator, 218 arrayAsList 219 ); 220 } 221 222 public void thereExistsAccessLevelUpdate ( 223 short operator, 224 short[] filterValues 225 ) { 226 java.util.List arrayAsList = new java.util.ArrayList (); 227 for(int i = 0; i < filterValues.length; i++) { 228 arrayAsList.add( 229 new Short (filterValues[i]) 230 ); 231 } 232 thereExistsAccessLevelUpdate ( 233 operator, 234 arrayAsList 235 ); 236 } 237 238 public void orderByAccessLevelUpdate ( 239 short order 240 ) { 241 refAddValue( 242 "org:opencrx:kernel:base:SecureObject:accessLevelUpdate", 243 order 244 ); 245 } 246 247 public void forAllOwner ( 251 short operator, 252 java.util.Collection values 253 ) { 254 refAddValue( 255 "org:opencrx:kernel:base:SecureObject:owner", 256 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 257 operator, 258 values 259 ); 260 } 261 262 public void thereExistsOwner ( 263 short operator, 264 java.util.Collection values 265 ) { 266 refAddValue( 267 "org:opencrx:kernel:base:SecureObject:owner", 268 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 269 operator, 270 values 271 ); 272 } 273 274 public void forAllOwner ( 275 short operator, 276 String [] filterValues 277 ) { 278 java.util.List arrayAsList = new java.util.ArrayList (); 279 for(int i = 0; i < filterValues.length; i++) { 280 arrayAsList.add( 281 filterValues[i] 282 ); 283 } 284 forAllOwner ( 285 operator, 286 arrayAsList 287 ); 288 } 289 290 public void thereExistsOwner ( 291 short operator, 292 String [] filterValues 293 ) { 294 java.util.List arrayAsList = new java.util.ArrayList (); 295 for(int i = 0; i < filterValues.length; i++) { 296 arrayAsList.add( 297 filterValues[i] 298 ); 299 } 300 thereExistsOwner ( 301 operator, 302 arrayAsList 303 ); 304 } 305 306 public void orderByOwner ( 307 short order 308 ) { 309 refAddValue( 310 "org:opencrx:kernel:base:SecureObject:owner", 311 order 312 ); 313 } 314 315 public void forAllOwningGroup ( 319 short operator, 320 org.opencrx.security.realm1.cci.PrincipalGroup[] filterValues 321 ) { 322 java.util.List arrayAsList = new java.util.ArrayList (); 323 for(int i = 0; i < filterValues.length; i++) { 324 arrayAsList.add( 325 filterValues[i] 326 ); 327 } 328 forAllOwningGroup ( 329 operator, 330 arrayAsList 331 ); 332 } 333 334 public void thereExistsOwningGroup ( 335 short operator, 336 org.opencrx.security.realm1.cci.PrincipalGroup[] filterValues 337 ) { 338 java.util.List arrayAsList = new java.util.ArrayList (); 339 for(int i = 0; i < filterValues.length; i++) { 340 arrayAsList.add( 341 filterValues[i] 342 ); 343 } 344 thereExistsOwningGroup ( 345 operator, 346 arrayAsList 347 ); 348 } 349 350 public void forAllOwningGroup ( 351 short operator, 352 java.util.Collection values 353 ) { 354 refAddValue( 355 "org:opencrx:kernel:base:SecureObject:owningGroup", 356 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 357 operator, 358 values 359 ); 360 } 361 362 public void thereExistsOwningGroup ( 363 short operator, 364 java.util.Collection values 365 ) { 366 refAddValue( 367 "org:opencrx:kernel:base:SecureObject:owningGroup", 368 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 369 operator, 370 values 371 ); 372 } 373 374 public void forAllOwningUser ( 378 short operator, 379 org.opencrx.security.realm1.cci.User[] filterValues 380 ) { 381 java.util.List arrayAsList = new java.util.ArrayList (); 382 for(int i = 0; i < filterValues.length; i++) { 383 arrayAsList.add( 384 filterValues[i] 385 ); 386 } 387 forAllOwningUser ( 388 operator, 389 arrayAsList 390 ); 391 } 392 393 public void thereExistsOwningUser ( 394 short operator, 395 org.opencrx.security.realm1.cci.User[] filterValues 396 ) { 397 java.util.List arrayAsList = new java.util.ArrayList (); 398 for(int i = 0; i < filterValues.length; i++) { 399 arrayAsList.add( 400 filterValues[i] 401 ); 402 } 403 thereExistsOwningUser ( 404 operator, 405 arrayAsList 406 ); 407 } 408 409 public void forAllOwningUser ( 410 short operator, 411 java.util.Collection values 412 ) { 413 refAddValue( 414 "org:opencrx:kernel:base:SecureObject:owningUser", 415 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 416 operator, 417 values 418 ); 419 } 420 421 public void thereExistsOwningUser ( 422 short operator, 423 java.util.Collection values 424 ) { 425 refAddValue( 426 "org:opencrx:kernel:base:SecureObject:owningUser", 427 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 428 operator, 429 values 430 ); 431 } 432 433 public void forAllLastActivityOn ( 437 short operator, 438 java.util.Collection values 439 ) { 440 refAddValue( 441 "org:opencrx:kernel:home1:WfProcessInstance:lastActivityOn", 442 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 443 operator, 444 values 445 ); 446 } 447 448 public void thereExistsLastActivityOn ( 449 short operator, 450 java.util.Collection values 451 ) { 452 refAddValue( 453 "org:opencrx:kernel:home1:WfProcessInstance:lastActivityOn", 454 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 455 operator, 456 values 457 ); 458 } 459 460 public void forAllLastActivityOn ( 461 short operator, 462 java.util.Date [] filterValues 463 ) { 464 java.util.List arrayAsList = new java.util.ArrayList (); 465 for(int i = 0; i < filterValues.length; i++) { 466 arrayAsList.add( 467 filterValues[i] 468 ); 469 } 470 forAllLastActivityOn ( 471 operator, 472 arrayAsList 473 ); 474 } 475 476 public void thereExistsLastActivityOn ( 477 short operator, 478 java.util.Date [] filterValues 479 ) { 480 java.util.List arrayAsList = new java.util.ArrayList (); 481 for(int i = 0; i < filterValues.length; i++) { 482 arrayAsList.add( 483 filterValues[i] 484 ); 485 } 486 thereExistsLastActivityOn ( 487 operator, 488 arrayAsList 489 ); 490 } 491 492 public void orderByLastActivityOn ( 493 short order 494 ) { 495 refAddValue( 496 "org:opencrx:kernel:home1:WfProcessInstance:lastActivityOn", 497 order 498 ); 499 } 500 501 public void forAllParent ( 505 short operator, 506 org.opencrx.kernel.home1.cci.WfProcessInstance[] filterValues 507 ) { 508 java.util.List arrayAsList = new java.util.ArrayList (); 509 for(int i = 0; i < filterValues.length; i++) { 510 arrayAsList.add( 511 filterValues[i] 512 ); 513 } 514 forAllParent ( 515 operator, 516 arrayAsList 517 ); 518 } 519 520 public void thereExistsParent ( 521 short operator, 522 org.opencrx.kernel.home1.cci.WfProcessInstance[] filterValues 523 ) { 524 java.util.List arrayAsList = new java.util.ArrayList (); 525 for(int i = 0; i < filterValues.length; i++) { 526 arrayAsList.add( 527 filterValues[i] 528 ); 529 } 530 thereExistsParent ( 531 operator, 532 arrayAsList 533 ); 534 } 535 536 public void forAllParent ( 537 short operator, 538 java.util.Collection values 539 ) { 540 refAddValue( 541 "org:opencrx:kernel:home1:WfProcessInstance:parent", 542 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 543 operator, 544 values 545 ); 546 } 547 548 public void thereExistsParent ( 549 short operator, 550 java.util.Collection values 551 ) { 552 refAddValue( 553 "org:opencrx:kernel:home1:WfProcessInstance:parent", 554 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 555 operator, 556 values 557 ); 558 } 559 560 public void forAllProcess ( 564 short operator, 565 org.opencrx.kernel.workflow1.cci.WfProcess[] filterValues 566 ) { 567 java.util.List arrayAsList = new java.util.ArrayList (); 568 for(int i = 0; i < filterValues.length; i++) { 569 arrayAsList.add( 570 filterValues[i] 571 ); 572 } 573 forAllProcess ( 574 operator, 575 arrayAsList 576 ); 577 } 578 579 public void thereExistsProcess ( 580 short operator, 581 org.opencrx.kernel.workflow1.cci.WfProcess[] filterValues 582 ) { 583 java.util.List arrayAsList = new java.util.ArrayList (); 584 for(int i = 0; i < filterValues.length; i++) { 585 arrayAsList.add( 586 filterValues[i] 587 ); 588 } 589 thereExistsProcess ( 590 operator, 591 arrayAsList 592 ); 593 } 594 595 public void forAllProcess ( 596 short operator, 597 java.util.Collection values 598 ) { 599 refAddValue( 600 "org:opencrx:kernel:home1:WfProcessInstance:process", 601 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 602 operator, 603 values 604 ); 605 } 606 607 public void thereExistsProcess ( 608 short operator, 609 java.util.Collection values 610 ) { 611 refAddValue( 612 "org:opencrx:kernel:home1:WfProcessInstance:process", 613 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 614 operator, 615 values 616 ); 617 } 618 619 public void forAllStartedOn ( 623 short operator, 624 java.util.Collection values 625 ) { 626 refAddValue( 627 "org:opencrx:kernel:home1:WfProcessInstance:startedOn", 628 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 629 operator, 630 values 631 ); 632 } 633 634 public void thereExistsStartedOn ( 635 short operator, 636 java.util.Collection values 637 ) { 638 refAddValue( 639 "org:opencrx:kernel:home1:WfProcessInstance:startedOn", 640 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 641 operator, 642 values 643 ); 644 } 645 646 public void forAllStartedOn ( 647 short operator, 648 java.util.Date [] filterValues 649 ) { 650 java.util.List arrayAsList = new java.util.ArrayList (); 651 for(int i = 0; i < filterValues.length; i++) { 652 arrayAsList.add( 653 filterValues[i] 654 ); 655 } 656 forAllStartedOn ( 657 operator, 658 arrayAsList 659 ); 660 } 661 662 public void thereExistsStartedOn ( 663 short operator, 664 java.util.Date [] filterValues 665 ) { 666 java.util.List arrayAsList = new java.util.ArrayList (); 667 for(int i = 0; i < filterValues.length; i++) { 668 arrayAsList.add( 669 filterValues[i] 670 ); 671 } 672 thereExistsStartedOn ( 673 operator, 674 arrayAsList 675 ); 676 } 677 678 public void orderByStartedOn ( 679 short order 680 ) { 681 refAddValue( 682 "org:opencrx:kernel:home1:WfProcessInstance:startedOn", 683 order 684 ); 685 } 686 687 public void forAllStepCounter ( 691 short operator, 692 java.util.Collection values 693 ) { 694 refAddValue( 695 "org:opencrx:kernel:home1:WfProcessInstance:stepCounter", 696 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 697 operator, 698 values 699 ); 700 } 701 702 public void thereExistsStepCounter ( 703 short operator, 704 java.util.Collection values 705 ) { 706 refAddValue( 707 "org:opencrx:kernel:home1:WfProcessInstance:stepCounter", 708 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 709 operator, 710 values 711 ); 712 } 713 714 public void forAllStepCounter ( 715 short operator, 716 int[] filterValues 717 ) { 718 java.util.List arrayAsList = new java.util.ArrayList (); 719 for(int i = 0; i < filterValues.length; i++) { 720 arrayAsList.add( 721 new Integer (filterValues[i]) 722 ); 723 } 724 forAllStepCounter ( 725 operator, 726 arrayAsList 727 ); 728 } 729 730 public void thereExistsStepCounter ( 731 short operator, 732 int[] filterValues 733 ) { 734 java.util.List arrayAsList = new java.util.ArrayList (); 735 for(int i = 0; i < filterValues.length; i++) { 736 arrayAsList.add( 737 new Integer (filterValues[i]) 738 ); 739 } 740 thereExistsStepCounter ( 741 operator, 742 arrayAsList 743 ); 744 } 745 746 public void orderByStepCounter ( 747 short order 748 ) { 749 refAddValue( 750 "org:opencrx:kernel:home1:WfProcessInstance:stepCounter", 751 order 752 ); 753 } 754 755 public void forAllTargetObject ( 759 short operator, 760 java.util.Collection values 761 ) { 762 refAddValue( 763 "org:opencrx:kernel:home1:WfProcessInstance:targetObject", 764 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 765 operator, 766 values 767 ); 768 } 769 770 public void thereExistsTargetObject ( 771 short operator, 772 java.util.Collection values 773 ) { 774 refAddValue( 775 "org:opencrx:kernel:home1:WfProcessInstance:targetObject", 776 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 777 operator, 778 values 779 ); 780 } 781 782 public void forAllTargetObject ( 783 short operator, 784 String [] filterValues 785 ) { 786 java.util.List arrayAsList = new java.util.ArrayList (); 787 for(int i = 0; i < filterValues.length; i++) { 788 arrayAsList.add( 789 filterValues[i] 790 ); 791 } 792 forAllTargetObject ( 793 operator, 794 arrayAsList 795 ); 796 } 797 798 public void thereExistsTargetObject ( 799 short operator, 800 String [] filterValues 801 ) { 802 java.util.List arrayAsList = new java.util.ArrayList (); 803 for(int i = 0; i < filterValues.length; i++) { 804 arrayAsList.add( 805 filterValues[i] 806 ); 807 } 808 thereExistsTargetObject ( 809 operator, 810 arrayAsList 811 ); 812 } 813 814 public void orderByTargetObject ( 815 short order 816 ) { 817 refAddValue( 818 "org:opencrx:kernel:home1:WfProcessInstance:targetObject", 819 order 820 ); 821 } 822 823 public void forAllCreatedAt ( 827 short operator, 828 java.util.Collection values 829 ) { 830 refAddValue( 831 "org:openmdx:base:BasicObject:createdAt", 832 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 833 operator, 834 values 835 ); 836 } 837 838 public void thereExistsCreatedAt ( 839 short operator, 840 java.util.Collection values 841 ) { 842 refAddValue( 843 "org:openmdx:base:BasicObject:createdAt", 844 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 845 operator, 846 values 847 ); 848 } 849 850 public void forAllCreatedAt ( 851 short operator, 852 java.util.Date [] filterValues 853 ) { 854 java.util.List arrayAsList = new java.util.ArrayList (); 855 for(int i = 0; i < filterValues.length; i++) { 856 arrayAsList.add( 857 filterValues[i] 858 ); 859 } 860 forAllCreatedAt ( 861 operator, 862 arrayAsList 863 ); 864 } 865 866 public void thereExistsCreatedAt ( 867 short operator, 868 java.util.Date [] filterValues 869 ) { 870 java.util.List arrayAsList = new java.util.ArrayList (); 871 for(int i = 0; i < filterValues.length; i++) { 872 arrayAsList.add( 873 filterValues[i] 874 ); 875 } 876 thereExistsCreatedAt ( 877 operator, 878 arrayAsList 879 ); 880 } 881 882 public void orderByCreatedAt ( 883 short order 884 ) { 885 refAddValue( 886 "org:openmdx:base:BasicObject:createdAt", 887 order 888 ); 889 } 890 891 public void forAllCreatedBy ( 895 short operator, 896 java.util.Collection values 897 ) { 898 refAddValue( 899 "org:openmdx:base:BasicObject:createdBy", 900 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 901 operator, 902 values 903 ); 904 } 905 906 public void thereExistsCreatedBy ( 907 short operator, 908 java.util.Collection values 909 ) { 910 refAddValue( 911 "org:openmdx:base:BasicObject:createdBy", 912 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 913 operator, 914 values 915 ); 916 } 917 918 public void forAllCreatedBy ( 919 short operator, 920 String [] filterValues 921 ) { 922 java.util.List arrayAsList = new java.util.ArrayList (); 923 for(int i = 0; i < filterValues.length; i++) { 924 arrayAsList.add( 925 filterValues[i] 926 ); 927 } 928 forAllCreatedBy ( 929 operator, 930 arrayAsList 931 ); 932 } 933 934 public void thereExistsCreatedBy ( 935 short operator, 936 String [] filterValues 937 ) { 938 java.util.List arrayAsList = new java.util.ArrayList (); 939 for(int i = 0; i < filterValues.length; i++) { 940 arrayAsList.add( 941 filterValues[i] 942 ); 943 } 944 thereExistsCreatedBy ( 945 operator, 946 arrayAsList 947 ); 948 } 949 950 public void orderByCreatedBy ( 951 short order 952 ) { 953 refAddValue( 954 "org:openmdx:base:BasicObject:createdBy", 955 order 956 ); 957 } 958 959 public void forAllModifiedAt ( 963 short operator, 964 java.util.Collection values 965 ) { 966 refAddValue( 967 "org:openmdx:base:BasicObject:modifiedAt", 968 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 969 operator, 970 values 971 ); 972 } 973 974 public void thereExistsModifiedAt ( 975 short operator, 976 java.util.Collection values 977 ) { 978 refAddValue( 979 "org:openmdx:base:BasicObject:modifiedAt", 980 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 981 operator, 982 values 983 ); 984 } 985 986 public void forAllModifiedAt ( 987 short operator, 988 java.util.Date [] filterValues 989 ) { 990 java.util.List arrayAsList = new java.util.ArrayList (); 991 for(int i = 0; i < filterValues.length; i++) { 992 arrayAsList.add( 993 filterValues[i] 994 ); 995 } 996 forAllModifiedAt ( 997 operator, 998 arrayAsList 999 ); 1000 } 1001 1002 public void thereExistsModifiedAt ( 1003 short operator, 1004 java.util.Date [] filterValues 1005 ) { 1006 java.util.List arrayAsList = new java.util.ArrayList (); 1007 for(int i = 0; i < filterValues.length; i++) { 1008 arrayAsList.add( 1009 filterValues[i] 1010 ); 1011 } 1012 thereExistsModifiedAt ( 1013 operator, 1014 arrayAsList 1015 ); 1016 } 1017 1018 public void orderByModifiedAt ( 1019 short order 1020 ) { 1021 refAddValue( 1022 "org:openmdx:base:BasicObject:modifiedAt", 1023 order 1024 ); 1025 } 1026 1027 public void forAllModifiedBy ( 1031 short operator, 1032 java.util.Collection values 1033 ) { 1034 refAddValue( 1035 "org:openmdx:base:BasicObject:modifiedBy", 1036 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 1037 operator, 1038 values 1039 ); 1040 } 1041 1042 public void thereExistsModifiedBy ( 1043 short operator, 1044 java.util.Collection values 1045 ) { 1046 refAddValue( 1047 "org:openmdx:base:BasicObject:modifiedBy", 1048 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 1049 operator, 1050 values 1051 ); 1052 } 1053 1054 public void forAllModifiedBy ( 1055 short operator, 1056 String [] filterValues 1057 ) { 1058 java.util.List arrayAsList = new java.util.ArrayList (); 1059 for(int i = 0; i < filterValues.length; i++) { 1060 arrayAsList.add( 1061 filterValues[i] 1062 ); 1063 } 1064 forAllModifiedBy ( 1065 operator, 1066 arrayAsList 1067 ); 1068 } 1069 1070 public void thereExistsModifiedBy ( 1071 short operator, 1072 String [] filterValues 1073 ) { 1074 java.util.List arrayAsList = new java.util.ArrayList (); 1075 for(int i = 0; i < filterValues.length; i++) { 1076 arrayAsList.add( 1077 filterValues[i] 1078 ); 1079 } 1080 thereExistsModifiedBy ( 1081 operator, 1082 arrayAsList 1083 ); 1084 } 1085 1086 public void orderByModifiedBy ( 1087 short order 1088 ) { 1089 refAddValue( 1090 "org:openmdx:base:BasicObject:modifiedBy", 1091 order 1092 ); 1093 } 1094 1095 public void forAllContext ( 1099 short operator, 1100 org.openmdx.base.cci.Context[] filterValues 1101 ) { 1102 java.util.List arrayAsList = new java.util.ArrayList (); 1103 for(int i = 0; i < filterValues.length; i++) { 1104 arrayAsList.add( 1105 filterValues[i] 1106 ); 1107 } 1108 forAllContext ( 1109 operator, 1110 arrayAsList 1111 ); 1112 } 1113 1114 public void thereExistsContext ( 1115 short operator, 1116 org.openmdx.base.cci.Context[] filterValues 1117 ) { 1118 java.util.List arrayAsList = new java.util.ArrayList (); 1119 for(int i = 0; i < filterValues.length; i++) { 1120 arrayAsList.add( 1121 filterValues[i] 1122 ); 1123 } 1124 thereExistsContext ( 1125 operator, 1126 arrayAsList 1127 ); 1128 } 1129 1130 public void forAllContext ( 1131 short operator, 1132 java.util.Collection values 1133 ) { 1134 refAddValue( 1135 "org:openmdx:base:ContextCapable:context", 1136 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 1137 operator, 1138 values 1139 ); 1140 } 1141 1142 public void thereExistsContext ( 1143 short operator, 1144 java.util.Collection values 1145 ) { 1146 refAddValue( 1147 "org:openmdx:base:ContextCapable:context", 1148 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 1149 operator, 1150 values 1151 ); 1152 } 1153 1154 public void forAllIdentity ( 1158 short operator, 1159 java.util.Collection values 1160 ) { 1161 refAddValue( 1162 "org:openmdx:base:ExtentCapable:identity", 1163 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 1164 operator, 1165 values 1166 ); 1167 } 1168 1169 public void thereExistsIdentity ( 1170 short operator, 1171 java.util.Collection values 1172 ) { 1173 refAddValue( 1174 "org:openmdx:base:ExtentCapable:identity", 1175 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 1176 operator, 1177 values 1178 ); 1179 } 1180 1181 public void forAllIdentity ( 1182 short operator, 1183 String [] filterValues 1184 ) { 1185 java.util.List arrayAsList = new java.util.ArrayList (); 1186 for(int i = 0; i < filterValues.length; i++) { 1187 arrayAsList.add( 1188 filterValues[i] 1189 ); 1190 } 1191 forAllIdentity ( 1192 operator, 1193 arrayAsList 1194 ); 1195 } 1196 1197 public void thereExistsIdentity ( 1198 short operator, 1199 String [] filterValues 1200 ) { 1201 java.util.List arrayAsList = new java.util.ArrayList (); 1202 for(int i = 0; i < filterValues.length; i++) { 1203 arrayAsList.add( 1204 filterValues[i] 1205 ); 1206 } 1207 thereExistsIdentity ( 1208 operator, 1209 arrayAsList 1210 ); 1211 } 1212 1213 public void orderByIdentity ( 1214 short order 1215 ) { 1216 refAddValue( 1217 "org:openmdx:base:ExtentCapable:identity", 1218 order 1219 ); 1220 } 1221 1222} 1226 | Popular Tags |