1 package org.opencrx.kernel.home1.cci; 14 15 public class WfActionLogEntryFilterImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefFilter_1 17 implements WfActionLogEntryFilter { 18 19 public WfActionLogEntryFilterImpl( 20 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage 21 ) { 22 super( 23 aPackage, 24 "org:opencrx:kernel:home1:WfActionLogEntry", 25 null, 26 null 27 ); 28 } 29 30 public WfActionLogEntryFilterImpl( 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:WfActionLogEntry", 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 forAllCorrelation ( 437 short operator, 438 org.openmdx.base.cci.BasicObject[] filterValues 439 ) { 440 java.util.List arrayAsList = new java.util.ArrayList (); 441 for(int i = 0; i < filterValues.length; i++) { 442 arrayAsList.add( 443 filterValues[i] 444 ); 445 } 446 forAllCorrelation ( 447 operator, 448 arrayAsList 449 ); 450 } 451 452 public void thereExistsCorrelation ( 453 short operator, 454 org.openmdx.base.cci.BasicObject[] filterValues 455 ) { 456 java.util.List arrayAsList = new java.util.ArrayList (); 457 for(int i = 0; i < filterValues.length; i++) { 458 arrayAsList.add( 459 filterValues[i] 460 ); 461 } 462 thereExistsCorrelation ( 463 operator, 464 arrayAsList 465 ); 466 } 467 468 public void forAllCorrelation ( 469 short operator, 470 java.util.Collection values 471 ) { 472 refAddValue( 473 "org:opencrx:kernel:home1:WfActionLogEntry:correlation", 474 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 475 operator, 476 values 477 ); 478 } 479 480 public void thereExistsCorrelation ( 481 short operator, 482 java.util.Collection values 483 ) { 484 refAddValue( 485 "org:opencrx:kernel:home1:WfActionLogEntry:correlation", 486 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 487 operator, 488 values 489 ); 490 } 491 492 public void forAllDescription ( 496 short operator, 497 java.util.Collection values 498 ) { 499 refAddValue( 500 "org:opencrx:kernel:home1:WfActionLogEntry:description", 501 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 502 operator, 503 values 504 ); 505 } 506 507 public void thereExistsDescription ( 508 short operator, 509 java.util.Collection values 510 ) { 511 refAddValue( 512 "org:opencrx:kernel:home1:WfActionLogEntry:description", 513 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 514 operator, 515 values 516 ); 517 } 518 519 public void forAllDescription ( 520 short operator, 521 String [] filterValues 522 ) { 523 java.util.List arrayAsList = new java.util.ArrayList (); 524 for(int i = 0; i < filterValues.length; i++) { 525 arrayAsList.add( 526 filterValues[i] 527 ); 528 } 529 forAllDescription ( 530 operator, 531 arrayAsList 532 ); 533 } 534 535 public void thereExistsDescription ( 536 short operator, 537 String [] filterValues 538 ) { 539 java.util.List arrayAsList = new java.util.ArrayList (); 540 for(int i = 0; i < filterValues.length; i++) { 541 arrayAsList.add( 542 filterValues[i] 543 ); 544 } 545 thereExistsDescription ( 546 operator, 547 arrayAsList 548 ); 549 } 550 551 public void orderByDescription ( 552 short order 553 ) { 554 refAddValue( 555 "org:opencrx:kernel:home1:WfActionLogEntry:description", 556 order 557 ); 558 } 559 560 public void forAllName ( 564 short operator, 565 java.util.Collection values 566 ) { 567 refAddValue( 568 "org:opencrx:kernel:home1:WfActionLogEntry:name", 569 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 570 operator, 571 values 572 ); 573 } 574 575 public void thereExistsName ( 576 short operator, 577 java.util.Collection values 578 ) { 579 refAddValue( 580 "org:opencrx:kernel:home1:WfActionLogEntry:name", 581 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 582 operator, 583 values 584 ); 585 } 586 587 public void forAllName ( 588 short operator, 589 String [] filterValues 590 ) { 591 java.util.List arrayAsList = new java.util.ArrayList (); 592 for(int i = 0; i < filterValues.length; i++) { 593 arrayAsList.add( 594 filterValues[i] 595 ); 596 } 597 forAllName ( 598 operator, 599 arrayAsList 600 ); 601 } 602 603 public void thereExistsName ( 604 short operator, 605 String [] filterValues 606 ) { 607 java.util.List arrayAsList = new java.util.ArrayList (); 608 for(int i = 0; i < filterValues.length; i++) { 609 arrayAsList.add( 610 filterValues[i] 611 ); 612 } 613 thereExistsName ( 614 operator, 615 arrayAsList 616 ); 617 } 618 619 public void orderByName ( 620 short order 621 ) { 622 refAddValue( 623 "org:opencrx:kernel:home1:WfActionLogEntry:name", 624 order 625 ); 626 } 627 628 public void forAllCreatedAt ( 632 short operator, 633 java.util.Collection values 634 ) { 635 refAddValue( 636 "org:openmdx:base:BasicObject:createdAt", 637 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 638 operator, 639 values 640 ); 641 } 642 643 public void thereExistsCreatedAt ( 644 short operator, 645 java.util.Collection values 646 ) { 647 refAddValue( 648 "org:openmdx:base:BasicObject:createdAt", 649 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 650 operator, 651 values 652 ); 653 } 654 655 public void forAllCreatedAt ( 656 short operator, 657 java.util.Date [] filterValues 658 ) { 659 java.util.List arrayAsList = new java.util.ArrayList (); 660 for(int i = 0; i < filterValues.length; i++) { 661 arrayAsList.add( 662 filterValues[i] 663 ); 664 } 665 forAllCreatedAt ( 666 operator, 667 arrayAsList 668 ); 669 } 670 671 public void thereExistsCreatedAt ( 672 short operator, 673 java.util.Date [] filterValues 674 ) { 675 java.util.List arrayAsList = new java.util.ArrayList (); 676 for(int i = 0; i < filterValues.length; i++) { 677 arrayAsList.add( 678 filterValues[i] 679 ); 680 } 681 thereExistsCreatedAt ( 682 operator, 683 arrayAsList 684 ); 685 } 686 687 public void orderByCreatedAt ( 688 short order 689 ) { 690 refAddValue( 691 "org:openmdx:base:BasicObject:createdAt", 692 order 693 ); 694 } 695 696 public void forAllCreatedBy ( 700 short operator, 701 java.util.Collection values 702 ) { 703 refAddValue( 704 "org:openmdx:base:BasicObject:createdBy", 705 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 706 operator, 707 values 708 ); 709 } 710 711 public void thereExistsCreatedBy ( 712 short operator, 713 java.util.Collection values 714 ) { 715 refAddValue( 716 "org:openmdx:base:BasicObject:createdBy", 717 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 718 operator, 719 values 720 ); 721 } 722 723 public void forAllCreatedBy ( 724 short operator, 725 String [] filterValues 726 ) { 727 java.util.List arrayAsList = new java.util.ArrayList (); 728 for(int i = 0; i < filterValues.length; i++) { 729 arrayAsList.add( 730 filterValues[i] 731 ); 732 } 733 forAllCreatedBy ( 734 operator, 735 arrayAsList 736 ); 737 } 738 739 public void thereExistsCreatedBy ( 740 short operator, 741 String [] filterValues 742 ) { 743 java.util.List arrayAsList = new java.util.ArrayList (); 744 for(int i = 0; i < filterValues.length; i++) { 745 arrayAsList.add( 746 filterValues[i] 747 ); 748 } 749 thereExistsCreatedBy ( 750 operator, 751 arrayAsList 752 ); 753 } 754 755 public void orderByCreatedBy ( 756 short order 757 ) { 758 refAddValue( 759 "org:openmdx:base:BasicObject:createdBy", 760 order 761 ); 762 } 763 764 public void forAllModifiedAt ( 768 short operator, 769 java.util.Collection values 770 ) { 771 refAddValue( 772 "org:openmdx:base:BasicObject:modifiedAt", 773 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 774 operator, 775 values 776 ); 777 } 778 779 public void thereExistsModifiedAt ( 780 short operator, 781 java.util.Collection values 782 ) { 783 refAddValue( 784 "org:openmdx:base:BasicObject:modifiedAt", 785 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 786 operator, 787 values 788 ); 789 } 790 791 public void forAllModifiedAt ( 792 short operator, 793 java.util.Date [] filterValues 794 ) { 795 java.util.List arrayAsList = new java.util.ArrayList (); 796 for(int i = 0; i < filterValues.length; i++) { 797 arrayAsList.add( 798 filterValues[i] 799 ); 800 } 801 forAllModifiedAt ( 802 operator, 803 arrayAsList 804 ); 805 } 806 807 public void thereExistsModifiedAt ( 808 short operator, 809 java.util.Date [] filterValues 810 ) { 811 java.util.List arrayAsList = new java.util.ArrayList (); 812 for(int i = 0; i < filterValues.length; i++) { 813 arrayAsList.add( 814 filterValues[i] 815 ); 816 } 817 thereExistsModifiedAt ( 818 operator, 819 arrayAsList 820 ); 821 } 822 823 public void orderByModifiedAt ( 824 short order 825 ) { 826 refAddValue( 827 "org:openmdx:base:BasicObject:modifiedAt", 828 order 829 ); 830 } 831 832 public void forAllModifiedBy ( 836 short operator, 837 java.util.Collection values 838 ) { 839 refAddValue( 840 "org:openmdx:base:BasicObject:modifiedBy", 841 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 842 operator, 843 values 844 ); 845 } 846 847 public void thereExistsModifiedBy ( 848 short operator, 849 java.util.Collection values 850 ) { 851 refAddValue( 852 "org:openmdx:base:BasicObject:modifiedBy", 853 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 854 operator, 855 values 856 ); 857 } 858 859 public void forAllModifiedBy ( 860 short operator, 861 String [] filterValues 862 ) { 863 java.util.List arrayAsList = new java.util.ArrayList (); 864 for(int i = 0; i < filterValues.length; i++) { 865 arrayAsList.add( 866 filterValues[i] 867 ); 868 } 869 forAllModifiedBy ( 870 operator, 871 arrayAsList 872 ); 873 } 874 875 public void thereExistsModifiedBy ( 876 short operator, 877 String [] filterValues 878 ) { 879 java.util.List arrayAsList = new java.util.ArrayList (); 880 for(int i = 0; i < filterValues.length; i++) { 881 arrayAsList.add( 882 filterValues[i] 883 ); 884 } 885 thereExistsModifiedBy ( 886 operator, 887 arrayAsList 888 ); 889 } 890 891 public void orderByModifiedBy ( 892 short order 893 ) { 894 refAddValue( 895 "org:openmdx:base:BasicObject:modifiedBy", 896 order 897 ); 898 } 899 900 public void forAllContext ( 904 short operator, 905 org.openmdx.base.cci.Context[] filterValues 906 ) { 907 java.util.List arrayAsList = new java.util.ArrayList (); 908 for(int i = 0; i < filterValues.length; i++) { 909 arrayAsList.add( 910 filterValues[i] 911 ); 912 } 913 forAllContext ( 914 operator, 915 arrayAsList 916 ); 917 } 918 919 public void thereExistsContext ( 920 short operator, 921 org.openmdx.base.cci.Context[] filterValues 922 ) { 923 java.util.List arrayAsList = new java.util.ArrayList (); 924 for(int i = 0; i < filterValues.length; i++) { 925 arrayAsList.add( 926 filterValues[i] 927 ); 928 } 929 thereExistsContext ( 930 operator, 931 arrayAsList 932 ); 933 } 934 935 public void forAllContext ( 936 short operator, 937 java.util.Collection values 938 ) { 939 refAddValue( 940 "org:openmdx:base:ContextCapable:context", 941 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 942 operator, 943 values 944 ); 945 } 946 947 public void thereExistsContext ( 948 short operator, 949 java.util.Collection values 950 ) { 951 refAddValue( 952 "org:openmdx:base:ContextCapable:context", 953 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 954 operator, 955 values 956 ); 957 } 958 959 public void forAllIdentity ( 963 short operator, 964 java.util.Collection values 965 ) { 966 refAddValue( 967 "org:openmdx:base:ExtentCapable:identity", 968 org.openmdx.compatibility.base.query.Quantors.FOR_ALL, 969 operator, 970 values 971 ); 972 } 973 974 public void thereExistsIdentity ( 975 short operator, 976 java.util.Collection values 977 ) { 978 refAddValue( 979 "org:openmdx:base:ExtentCapable:identity", 980 org.openmdx.compatibility.base.query.Quantors.THERE_EXISTS, 981 operator, 982 values 983 ); 984 } 985 986 public void forAllIdentity ( 987 short operator, 988 String [] 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 forAllIdentity ( 997 operator, 998 arrayAsList 999 ); 1000 } 1001 1002 public void thereExistsIdentity ( 1003 short operator, 1004 String [] 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 thereExistsIdentity ( 1013 operator, 1014 arrayAsList 1015 ); 1016 } 1017 1018 public void orderByIdentity ( 1019 short order 1020 ) { 1021 refAddValue( 1022 "org:openmdx:base:ExtentCapable:identity", 1023 order 1024 ); 1025 } 1026 1027} 1031 | Popular Tags |