1 package org.opencrx.kernel.document1.cci; 14 15 public class MediaContentFilterImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefFilter_1 17 implements MediaContentFilter { 18 19 public MediaContentFilterImpl( 20 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage 21 ) { 22 super( 23 aPackage, 24 "org:opencrx:kernel:document1:MediaContent", 25 null, 26 null 27 ); 28 } 29 30 public MediaContentFilterImpl( 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:document1:MediaContent", 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 forAllContent ( 437 short operator, 438 java.util.Collection values 439 ) { 440 refAddValue( 441 "org:opencrx:kernel:document1:Media:content", 442 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 443 operator, 444 values 445 ); 446 } 447 448 public void thereExistsContent ( 449 short operator, 450 java.util.Collection values 451 ) { 452 refAddValue( 453 "org:opencrx:kernel:document1:Media:content", 454 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 455 operator, 456 values 457 ); 458 } 459 460 public void forAllContent ( 461 short operator, 462 byte[][] 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 forAllContent ( 471 operator, 472 arrayAsList 473 ); 474 } 475 476 public void thereExistsContent ( 477 short operator, 478 byte[][] 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 thereExistsContent ( 487 operator, 488 arrayAsList 489 ); 490 } 491 492 public void orderByContent ( 493 short order 494 ) { 495 refAddValue( 496 "org:opencrx:kernel:document1:Media:content", 497 order 498 ); 499 } 500 501 public void forAllContentLength ( 505 short operator, 506 java.util.Collection values 507 ) { 508 refAddValue( 509 "org:opencrx:kernel:document1:Media:contentLength", 510 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 511 operator, 512 values 513 ); 514 } 515 516 public void thereExistsContentLength ( 517 short operator, 518 java.util.Collection values 519 ) { 520 refAddValue( 521 "org:opencrx:kernel:document1:Media:contentLength", 522 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 523 operator, 524 values 525 ); 526 } 527 528 public void forAllContentLength ( 529 short operator, 530 long[] filterValues 531 ) { 532 java.util.List arrayAsList = new java.util.ArrayList (); 533 for(int i = 0; i < filterValues.length; i++) { 534 arrayAsList.add( 535 new Long (filterValues[i]) 536 ); 537 } 538 forAllContentLength ( 539 operator, 540 arrayAsList 541 ); 542 } 543 544 public void thereExistsContentLength ( 545 short operator, 546 long[] filterValues 547 ) { 548 java.util.List arrayAsList = new java.util.ArrayList (); 549 for(int i = 0; i < filterValues.length; i++) { 550 arrayAsList.add( 551 new Long (filterValues[i]) 552 ); 553 } 554 thereExistsContentLength ( 555 operator, 556 arrayAsList 557 ); 558 } 559 560 public void orderByContentLength ( 561 short order 562 ) { 563 refAddValue( 564 "org:opencrx:kernel:document1:Media:contentLength", 565 order 566 ); 567 } 568 569 public void forAllContentMimeType ( 573 short operator, 574 java.util.Collection values 575 ) { 576 refAddValue( 577 "org:opencrx:kernel:document1:Media:contentMimeType", 578 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 579 operator, 580 values 581 ); 582 } 583 584 public void thereExistsContentMimeType ( 585 short operator, 586 java.util.Collection values 587 ) { 588 refAddValue( 589 "org:opencrx:kernel:document1:Media:contentMimeType", 590 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 591 operator, 592 values 593 ); 594 } 595 596 public void forAllContentMimeType ( 597 short operator, 598 String [] filterValues 599 ) { 600 java.util.List arrayAsList = new java.util.ArrayList (); 601 for(int i = 0; i < filterValues.length; i++) { 602 arrayAsList.add( 603 filterValues[i] 604 ); 605 } 606 forAllContentMimeType ( 607 operator, 608 arrayAsList 609 ); 610 } 611 612 public void thereExistsContentMimeType ( 613 short operator, 614 String [] filterValues 615 ) { 616 java.util.List arrayAsList = new java.util.ArrayList (); 617 for(int i = 0; i < filterValues.length; i++) { 618 arrayAsList.add( 619 filterValues[i] 620 ); 621 } 622 thereExistsContentMimeType ( 623 operator, 624 arrayAsList 625 ); 626 } 627 628 public void orderByContentMimeType ( 629 short order 630 ) { 631 refAddValue( 632 "org:opencrx:kernel:document1:Media:contentMimeType", 633 order 634 ); 635 } 636 637 public void forAllContentName ( 641 short operator, 642 java.util.Collection values 643 ) { 644 refAddValue( 645 "org:opencrx:kernel:document1:Media:contentName", 646 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 647 operator, 648 values 649 ); 650 } 651 652 public void thereExistsContentName ( 653 short operator, 654 java.util.Collection values 655 ) { 656 refAddValue( 657 "org:opencrx:kernel:document1:Media:contentName", 658 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 659 operator, 660 values 661 ); 662 } 663 664 public void forAllContentName ( 665 short operator, 666 String [] filterValues 667 ) { 668 java.util.List arrayAsList = new java.util.ArrayList (); 669 for(int i = 0; i < filterValues.length; i++) { 670 arrayAsList.add( 671 filterValues[i] 672 ); 673 } 674 forAllContentName ( 675 operator, 676 arrayAsList 677 ); 678 } 679 680 public void thereExistsContentName ( 681 short operator, 682 String [] filterValues 683 ) { 684 java.util.List arrayAsList = new java.util.ArrayList (); 685 for(int i = 0; i < filterValues.length; i++) { 686 arrayAsList.add( 687 filterValues[i] 688 ); 689 } 690 thereExistsContentName ( 691 operator, 692 arrayAsList 693 ); 694 } 695 696 public void orderByContentName ( 697 short order 698 ) { 699 refAddValue( 700 "org:opencrx:kernel:document1:Media:contentName", 701 order 702 ); 703 } 704 705 public void forAllDescription ( 709 short operator, 710 java.util.Collection values 711 ) { 712 refAddValue( 713 "org:opencrx:kernel:document1:Media:description", 714 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 715 operator, 716 values 717 ); 718 } 719 720 public void thereExistsDescription ( 721 short operator, 722 java.util.Collection values 723 ) { 724 refAddValue( 725 "org:opencrx:kernel:document1:Media:description", 726 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 727 operator, 728 values 729 ); 730 } 731 732 public void forAllDescription ( 733 short operator, 734 String [] filterValues 735 ) { 736 java.util.List arrayAsList = new java.util.ArrayList (); 737 for(int i = 0; i < filterValues.length; i++) { 738 arrayAsList.add( 739 filterValues[i] 740 ); 741 } 742 forAllDescription ( 743 operator, 744 arrayAsList 745 ); 746 } 747 748 public void thereExistsDescription ( 749 short operator, 750 String [] filterValues 751 ) { 752 java.util.List arrayAsList = new java.util.ArrayList (); 753 for(int i = 0; i < filterValues.length; i++) { 754 arrayAsList.add( 755 filterValues[i] 756 ); 757 } 758 thereExistsDescription ( 759 operator, 760 arrayAsList 761 ); 762 } 763 764 public void orderByDescription ( 765 short order 766 ) { 767 refAddValue( 768 "org:opencrx:kernel:document1:Media:description", 769 order 770 ); 771 } 772 773 public void forAllCreatedAt ( 777 short operator, 778 java.util.Collection values 779 ) { 780 refAddValue( 781 "org:openmdx:base:BasicObject:createdAt", 782 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 783 operator, 784 values 785 ); 786 } 787 788 public void thereExistsCreatedAt ( 789 short operator, 790 java.util.Collection values 791 ) { 792 refAddValue( 793 "org:openmdx:base:BasicObject:createdAt", 794 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 795 operator, 796 values 797 ); 798 } 799 800 public void forAllCreatedAt ( 801 short operator, 802 java.util.Date [] filterValues 803 ) { 804 java.util.List arrayAsList = new java.util.ArrayList (); 805 for(int i = 0; i < filterValues.length; i++) { 806 arrayAsList.add( 807 filterValues[i] 808 ); 809 } 810 forAllCreatedAt ( 811 operator, 812 arrayAsList 813 ); 814 } 815 816 public void thereExistsCreatedAt ( 817 short operator, 818 java.util.Date [] filterValues 819 ) { 820 java.util.List arrayAsList = new java.util.ArrayList (); 821 for(int i = 0; i < filterValues.length; i++) { 822 arrayAsList.add( 823 filterValues[i] 824 ); 825 } 826 thereExistsCreatedAt ( 827 operator, 828 arrayAsList 829 ); 830 } 831 832 public void orderByCreatedAt ( 833 short order 834 ) { 835 refAddValue( 836 "org:openmdx:base:BasicObject:createdAt", 837 order 838 ); 839 } 840 841 public void forAllCreatedBy ( 845 short operator, 846 java.util.Collection values 847 ) { 848 refAddValue( 849 "org:openmdx:base:BasicObject:createdBy", 850 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 851 operator, 852 values 853 ); 854 } 855 856 public void thereExistsCreatedBy ( 857 short operator, 858 java.util.Collection values 859 ) { 860 refAddValue( 861 "org:openmdx:base:BasicObject:createdBy", 862 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 863 operator, 864 values 865 ); 866 } 867 868 public void forAllCreatedBy ( 869 short operator, 870 String [] filterValues 871 ) { 872 java.util.List arrayAsList = new java.util.ArrayList (); 873 for(int i = 0; i < filterValues.length; i++) { 874 arrayAsList.add( 875 filterValues[i] 876 ); 877 } 878 forAllCreatedBy ( 879 operator, 880 arrayAsList 881 ); 882 } 883 884 public void thereExistsCreatedBy ( 885 short operator, 886 String [] filterValues 887 ) { 888 java.util.List arrayAsList = new java.util.ArrayList (); 889 for(int i = 0; i < filterValues.length; i++) { 890 arrayAsList.add( 891 filterValues[i] 892 ); 893 } 894 thereExistsCreatedBy ( 895 operator, 896 arrayAsList 897 ); 898 } 899 900 public void orderByCreatedBy ( 901 short order 902 ) { 903 refAddValue( 904 "org:openmdx:base:BasicObject:createdBy", 905 order 906 ); 907 } 908 909 public void forAllModifiedAt ( 913 short operator, 914 java.util.Collection values 915 ) { 916 refAddValue( 917 "org:openmdx:base:BasicObject:modifiedAt", 918 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 919 operator, 920 values 921 ); 922 } 923 924 public void thereExistsModifiedAt ( 925 short operator, 926 java.util.Collection values 927 ) { 928 refAddValue( 929 "org:openmdx:base:BasicObject:modifiedAt", 930 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 931 operator, 932 values 933 ); 934 } 935 936 public void forAllModifiedAt ( 937 short operator, 938 java.util.Date [] filterValues 939 ) { 940 java.util.List arrayAsList = new java.util.ArrayList (); 941 for(int i = 0; i < filterValues.length; i++) { 942 arrayAsList.add( 943 filterValues[i] 944 ); 945 } 946 forAllModifiedAt ( 947 operator, 948 arrayAsList 949 ); 950 } 951 952 public void thereExistsModifiedAt ( 953 short operator, 954 java.util.Date [] filterValues 955 ) { 956 java.util.List arrayAsList = new java.util.ArrayList (); 957 for(int i = 0; i < filterValues.length; i++) { 958 arrayAsList.add( 959 filterValues[i] 960 ); 961 } 962 thereExistsModifiedAt ( 963 operator, 964 arrayAsList 965 ); 966 } 967 968 public void orderByModifiedAt ( 969 short order 970 ) { 971 refAddValue( 972 "org:openmdx:base:BasicObject:modifiedAt", 973 order 974 ); 975 } 976 977 public void forAllModifiedBy ( 981 short operator, 982 java.util.Collection values 983 ) { 984 refAddValue( 985 "org:openmdx:base:BasicObject:modifiedBy", 986 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 987 operator, 988 values 989 ); 990 } 991 992 public void thereExistsModifiedBy ( 993 short operator, 994 java.util.Collection values 995 ) { 996 refAddValue( 997 "org:openmdx:base:BasicObject:modifiedBy", 998 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 999 operator, 1000 values 1001 ); 1002 } 1003 1004 public void forAllModifiedBy ( 1005 short operator, 1006 String [] filterValues 1007 ) { 1008 java.util.List arrayAsList = new java.util.ArrayList (); 1009 for(int i = 0; i < filterValues.length; i++) { 1010 arrayAsList.add( 1011 filterValues[i] 1012 ); 1013 } 1014 forAllModifiedBy ( 1015 operator, 1016 arrayAsList 1017 ); 1018 } 1019 1020 public void thereExistsModifiedBy ( 1021 short operator, 1022 String [] filterValues 1023 ) { 1024 java.util.List arrayAsList = new java.util.ArrayList (); 1025 for(int i = 0; i < filterValues.length; i++) { 1026 arrayAsList.add( 1027 filterValues[i] 1028 ); 1029 } 1030 thereExistsModifiedBy ( 1031 operator, 1032 arrayAsList 1033 ); 1034 } 1035 1036 public void orderByModifiedBy ( 1037 short order 1038 ) { 1039 refAddValue( 1040 "org:openmdx:base:BasicObject:modifiedBy", 1041 order 1042 ); 1043 } 1044 1045 public void forAllContext ( 1049 short operator, 1050 org.openmdx.base.cci.Context[] filterValues 1051 ) { 1052 java.util.List arrayAsList = new java.util.ArrayList (); 1053 for(int i = 0; i < filterValues.length; i++) { 1054 arrayAsList.add( 1055 filterValues[i] 1056 ); 1057 } 1058 forAllContext ( 1059 operator, 1060 arrayAsList 1061 ); 1062 } 1063 1064 public void thereExistsContext ( 1065 short operator, 1066 org.openmdx.base.cci.Context[] filterValues 1067 ) { 1068 java.util.List arrayAsList = new java.util.ArrayList (); 1069 for(int i = 0; i < filterValues.length; i++) { 1070 arrayAsList.add( 1071 filterValues[i] 1072 ); 1073 } 1074 thereExistsContext ( 1075 operator, 1076 arrayAsList 1077 ); 1078 } 1079 1080 public void forAllContext ( 1081 short operator, 1082 java.util.Collection values 1083 ) { 1084 refAddValue( 1085 "org:openmdx:base:ContextCapable:context", 1086 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 1087 operator, 1088 values 1089 ); 1090 } 1091 1092 public void thereExistsContext ( 1093 short operator, 1094 java.util.Collection values 1095 ) { 1096 refAddValue( 1097 "org:openmdx:base:ContextCapable:context", 1098 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 1099 operator, 1100 values 1101 ); 1102 } 1103 1104 public void forAllIdentity ( 1108 short operator, 1109 java.util.Collection values 1110 ) { 1111 refAddValue( 1112 "org:openmdx:base:ExtentCapable:identity", 1113 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 1114 operator, 1115 values 1116 ); 1117 } 1118 1119 public void thereExistsIdentity ( 1120 short operator, 1121 java.util.Collection values 1122 ) { 1123 refAddValue( 1124 "org:openmdx:base:ExtentCapable:identity", 1125 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 1126 operator, 1127 values 1128 ); 1129 } 1130 1131 public void forAllIdentity ( 1132 short operator, 1133 String [] filterValues 1134 ) { 1135 java.util.List arrayAsList = new java.util.ArrayList (); 1136 for(int i = 0; i < filterValues.length; i++) { 1137 arrayAsList.add( 1138 filterValues[i] 1139 ); 1140 } 1141 forAllIdentity ( 1142 operator, 1143 arrayAsList 1144 ); 1145 } 1146 1147 public void thereExistsIdentity ( 1148 short operator, 1149 String [] filterValues 1150 ) { 1151 java.util.List arrayAsList = new java.util.ArrayList (); 1152 for(int i = 0; i < filterValues.length; i++) { 1153 arrayAsList.add( 1154 filterValues[i] 1155 ); 1156 } 1157 thereExistsIdentity ( 1158 operator, 1159 arrayAsList 1160 ); 1161 } 1162 1163 public void orderByIdentity ( 1164 short order 1165 ) { 1166 refAddValue( 1167 "org:openmdx:base:ExtentCapable:identity", 1168 order 1169 ); 1170 } 1171 1172} 1176 | Popular Tags |