Package omero :: Module ObjectFactoryRegistrar
[hide private]
[frames] | no frames]

Source Code for Module omero.ObjectFactoryRegistrar

   1   
   2  # 
   3  # Copyright 2012 Glencoe Software, Inc. All rights reserved. 
   4  # Use is subject to license terms supplied in LICENSE.txt 
   5  # 
   6   
   7   
   8  import Ice 
   9   
10 -class AcquisitionModeObjectFactory(Ice.ObjectFactory):
11 12 from omero_model_AcquisitionModeI import AcquisitionModeI 13
14 - def create(self, type):
15 return self.AcquisitionModeI()
16
17 - def destroy(self):
18 pass
19
20 -class AnnotationAnnotationLinkObjectFactory(Ice.ObjectFactory):
21 22 from omero_model_AnnotationAnnotationLinkI import AnnotationAnnotationLinkI 23
24 - def create(self, type):
25 return self.AnnotationAnnotationLinkI()
26
27 - def destroy(self):
28 pass
29
30 -class ArcObjectFactory(Ice.ObjectFactory):
31 32 from omero_model_ArcI import ArcI 33
34 - def create(self, type):
35 return self.ArcI()
36
37 - def destroy(self):
38 pass
39
40 -class ArcTypeObjectFactory(Ice.ObjectFactory):
41 42 from omero_model_ArcTypeI import ArcTypeI 43
44 - def create(self, type):
45 return self.ArcTypeI()
46
47 - def destroy(self):
48 pass
49
50 -class BinningObjectFactory(Ice.ObjectFactory):
51 52 from omero_model_BinningI import BinningI 53
54 - def create(self, type):
55 return self.BinningI()
56
57 - def destroy(self):
58 pass
59
60 -class BooleanAnnotationObjectFactory(Ice.ObjectFactory):
61 62 from omero_model_BooleanAnnotationI import BooleanAnnotationI 63
64 - def create(self, type):
65 return self.BooleanAnnotationI()
66
67 - def destroy(self):
68 pass
69
70 -class ChannelObjectFactory(Ice.ObjectFactory):
71 72 from omero_model_ChannelI import ChannelI 73
74 - def create(self, type):
75 return self.ChannelI()
76
77 - def destroy(self):
78 pass
79
80 -class ChannelAnnotationLinkObjectFactory(Ice.ObjectFactory):
81 82 from omero_model_ChannelAnnotationLinkI import ChannelAnnotationLinkI 83
84 - def create(self, type):
85 return self.ChannelAnnotationLinkI()
86
87 - def destroy(self):
88 pass
89
90 -class ChannelBindingObjectFactory(Ice.ObjectFactory):
91 92 from omero_model_ChannelBindingI import ChannelBindingI 93
94 - def create(self, type):
95 return self.ChannelBindingI()
96
97 - def destroy(self):
98 pass
99
100 -class CommentAnnotationObjectFactory(Ice.ObjectFactory):
101 102 from omero_model_CommentAnnotationI import CommentAnnotationI 103
104 - def create(self, type):
105 return self.CommentAnnotationI()
106
107 - def destroy(self):
108 pass
109
110 -class ContrastMethodObjectFactory(Ice.ObjectFactory):
111 112 from omero_model_ContrastMethodI import ContrastMethodI 113
114 - def create(self, type):
115 return self.ContrastMethodI()
116
117 - def destroy(self):
118 pass
119
120 -class ContrastStretchingContextObjectFactory(Ice.ObjectFactory):
121 122 from omero_model_ContrastStretchingContextI import ContrastStretchingContextI 123
124 - def create(self, type):
125 return self.ContrastStretchingContextI()
126
127 - def destroy(self):
128 pass
129
130 -class CorrectionObjectFactory(Ice.ObjectFactory):
131 132 from omero_model_CorrectionI import CorrectionI 133
134 - def create(self, type):
135 return self.CorrectionI()
136
137 - def destroy(self):
138 pass
139
140 -class DBPatchObjectFactory(Ice.ObjectFactory):
141 142 from omero_model_DBPatchI import DBPatchI 143
144 - def create(self, type):
145 return self.DBPatchI()
146
147 - def destroy(self):
148 pass
149
150 -class DatasetObjectFactory(Ice.ObjectFactory):
151 152 from omero_model_DatasetI import DatasetI 153
154 - def create(self, type):
155 return self.DatasetI()
156
157 - def destroy(self):
158 pass
159
160 -class DatasetAnnotationLinkObjectFactory(Ice.ObjectFactory):
161 162 from omero_model_DatasetAnnotationLinkI import DatasetAnnotationLinkI 163
164 - def create(self, type):
165 return self.DatasetAnnotationLinkI()
166
167 - def destroy(self):
168 pass
169
170 -class DatasetImageLinkObjectFactory(Ice.ObjectFactory):
171 172 from omero_model_DatasetImageLinkI import DatasetImageLinkI 173
174 - def create(self, type):
175 return self.DatasetImageLinkI()
176
177 - def destroy(self):
178 pass
179
180 -class DetectorObjectFactory(Ice.ObjectFactory):
181 182 from omero_model_DetectorI import DetectorI 183
184 - def create(self, type):
185 return self.DetectorI()
186
187 - def destroy(self):
188 pass
189
190 -class DetectorSettingsObjectFactory(Ice.ObjectFactory):
191 192 from omero_model_DetectorSettingsI import DetectorSettingsI 193
194 - def create(self, type):
195 return self.DetectorSettingsI()
196
197 - def destroy(self):
198 pass
199
200 -class DetectorTypeObjectFactory(Ice.ObjectFactory):
201 202 from omero_model_DetectorTypeI import DetectorTypeI 203
204 - def create(self, type):
205 return self.DetectorTypeI()
206
207 - def destroy(self):
208 pass
209
210 -class DichroicObjectFactory(Ice.ObjectFactory):
211 212 from omero_model_DichroicI import DichroicI 213
214 - def create(self, type):
215 return self.DichroicI()
216
217 - def destroy(self):
218 pass
219
220 -class DimensionOrderObjectFactory(Ice.ObjectFactory):
221 222 from omero_model_DimensionOrderI import DimensionOrderI 223
224 - def create(self, type):
225 return self.DimensionOrderI()
226
227 - def destroy(self):
228 pass
229
230 -class DoubleAnnotationObjectFactory(Ice.ObjectFactory):
231 232 from omero_model_DoubleAnnotationI import DoubleAnnotationI 233
234 - def create(self, type):
235 return self.DoubleAnnotationI()
236
237 - def destroy(self):
238 pass
239
240 -class EllipseObjectFactory(Ice.ObjectFactory):
241 242 from omero_model_EllipseI import EllipseI 243
244 - def create(self, type):
245 return self.EllipseI()
246
247 - def destroy(self):
248 pass
249
250 -class EventObjectFactory(Ice.ObjectFactory):
251 252 from omero_model_EventI import EventI 253
254 - def create(self, type):
255 return self.EventI()
256
257 - def destroy(self):
258 pass
259
260 -class EventLogObjectFactory(Ice.ObjectFactory):
261 262 from omero_model_EventLogI import EventLogI 263
264 - def create(self, type):
265 return self.EventLogI()
266
267 - def destroy(self):
268 pass
269
270 -class EventTypeObjectFactory(Ice.ObjectFactory):
271 272 from omero_model_EventTypeI import EventTypeI 273
274 - def create(self, type):
275 return self.EventTypeI()
276
277 - def destroy(self):
278 pass
279
280 -class ExperimentObjectFactory(Ice.ObjectFactory):
281 282 from omero_model_ExperimentI import ExperimentI 283
284 - def create(self, type):
285 return self.ExperimentI()
286
287 - def destroy(self):
288 pass
289
290 -class ExperimentTypeObjectFactory(Ice.ObjectFactory):
291 292 from omero_model_ExperimentTypeI import ExperimentTypeI 293
294 - def create(self, type):
295 return self.ExperimentTypeI()
296
297 - def destroy(self):
298 pass
299
300 -class ExperimenterObjectFactory(Ice.ObjectFactory):
301 302 from omero_model_ExperimenterI import ExperimenterI 303
304 - def create(self, type):
305 return self.ExperimenterI()
306
307 - def destroy(self):
308 pass
309
310 -class ExperimenterAnnotationLinkObjectFactory(Ice.ObjectFactory):
311 312 from omero_model_ExperimenterAnnotationLinkI import ExperimenterAnnotationLinkI 313
314 - def create(self, type):
315 return self.ExperimenterAnnotationLinkI()
316
317 - def destroy(self):
318 pass
319
320 -class ExperimenterGroupObjectFactory(Ice.ObjectFactory):
321 322 from omero_model_ExperimenterGroupI import ExperimenterGroupI 323
324 - def create(self, type):
325 return self.ExperimenterGroupI()
326
327 - def destroy(self):
328 pass
329
330 -class ExperimenterGroupAnnotationLinkObjectFactory(Ice.ObjectFactory):
331 332 from omero_model_ExperimenterGroupAnnotationLinkI import ExperimenterGroupAnnotationLinkI 333
334 - def create(self, type):
335 return self.ExperimenterGroupAnnotationLinkI()
336
337 - def destroy(self):
338 pass
339
340 -class ExternalInfoObjectFactory(Ice.ObjectFactory):
341 342 from omero_model_ExternalInfoI import ExternalInfoI 343
344 - def create(self, type):
345 return self.ExternalInfoI()
346
347 - def destroy(self):
348 pass
349
350 -class FamilyObjectFactory(Ice.ObjectFactory):
351 352 from omero_model_FamilyI import FamilyI 353
354 - def create(self, type):
355 return self.FamilyI()
356
357 - def destroy(self):
358 pass
359
360 -class FilamentObjectFactory(Ice.ObjectFactory):
361 362 from omero_model_FilamentI import FilamentI 363
364 - def create(self, type):
365 return self.FilamentI()
366
367 - def destroy(self):
368 pass
369
370 -class FilamentTypeObjectFactory(Ice.ObjectFactory):
371 372 from omero_model_FilamentTypeI import FilamentTypeI 373
374 - def create(self, type):
375 return self.FilamentTypeI()
376
377 - def destroy(self):
378 pass
379
380 -class FileAnnotationObjectFactory(Ice.ObjectFactory):
381 382 from omero_model_FileAnnotationI import FileAnnotationI 383
384 - def create(self, type):
385 return self.FileAnnotationI()
386
387 - def destroy(self):
388 pass
389
390 -class FilterObjectFactory(Ice.ObjectFactory):
391 392 from omero_model_FilterI import FilterI 393
394 - def create(self, type):
395 return self.FilterI()
396
397 - def destroy(self):
398 pass
399
400 -class FilterSetObjectFactory(Ice.ObjectFactory):
401 402 from omero_model_FilterSetI import FilterSetI 403
404 - def create(self, type):
405 return self.FilterSetI()
406
407 - def destroy(self):
408 pass
409
410 -class FilterSetEmissionFilterLinkObjectFactory(Ice.ObjectFactory):
411 412 from omero_model_FilterSetEmissionFilterLinkI import FilterSetEmissionFilterLinkI 413
414 - def create(self, type):
415 return self.FilterSetEmissionFilterLinkI()
416
417 - def destroy(self):
418 pass
419
420 -class FilterSetExcitationFilterLinkObjectFactory(Ice.ObjectFactory):
421 422 from omero_model_FilterSetExcitationFilterLinkI import FilterSetExcitationFilterLinkI 423
424 - def create(self, type):
425 return self.FilterSetExcitationFilterLinkI()
426
427 - def destroy(self):
428 pass
429
430 -class FilterTypeObjectFactory(Ice.ObjectFactory):
431 432 from omero_model_FilterTypeI import FilterTypeI 433
434 - def create(self, type):
435 return self.FilterTypeI()
436
437 - def destroy(self):
438 pass
439
440 -class FormatObjectFactory(Ice.ObjectFactory):
441 442 from omero_model_FormatI import FormatI 443
444 - def create(self, type):
445 return self.FormatI()
446
447 - def destroy(self):
448 pass
449
450 -class GroupExperimenterMapObjectFactory(Ice.ObjectFactory):
451 452 from omero_model_GroupExperimenterMapI import GroupExperimenterMapI 453
454 - def create(self, type):
455 return self.GroupExperimenterMapI()
456
457 - def destroy(self):
458 pass
459
460 -class IlluminationObjectFactory(Ice.ObjectFactory):
461 462 from omero_model_IlluminationI import IlluminationI 463
464 - def create(self, type):
465 return self.IlluminationI()
466
467 - def destroy(self):
468 pass
469
470 -class ImageObjectFactory(Ice.ObjectFactory):
471 472 from omero_model_ImageI import ImageI 473
474 - def create(self, type):
475 return self.ImageI()
476
477 - def destroy(self):
478 pass
479
480 -class ImageAnnotationLinkObjectFactory(Ice.ObjectFactory):
481 482 from omero_model_ImageAnnotationLinkI import ImageAnnotationLinkI 483
484 - def create(self, type):
485 return self.ImageAnnotationLinkI()
486
487 - def destroy(self):
488 pass
489
490 -class ImagingEnvironmentObjectFactory(Ice.ObjectFactory):
491 492 from omero_model_ImagingEnvironmentI import ImagingEnvironmentI 493
494 - def create(self, type):
495 return self.ImagingEnvironmentI()
496
497 - def destroy(self):
498 pass
499
500 -class ImmersionObjectFactory(Ice.ObjectFactory):
501 502 from omero_model_ImmersionI import ImmersionI 503
504 - def create(self, type):
505 return self.ImmersionI()
506
507 - def destroy(self):
508 pass
509
510 -class ImportJobObjectFactory(Ice.ObjectFactory):
511 512 from omero_model_ImportJobI import ImportJobI 513
514 - def create(self, type):
515 return self.ImportJobI()
516
517 - def destroy(self):
518 pass
519
520 -class InstrumentObjectFactory(Ice.ObjectFactory):
521 522 from omero_model_InstrumentI import InstrumentI 523
524 - def create(self, type):
525 return self.InstrumentI()
526
527 - def destroy(self):
528 pass
529
530 -class JobOriginalFileLinkObjectFactory(Ice.ObjectFactory):
531 532 from omero_model_JobOriginalFileLinkI import JobOriginalFileLinkI 533
534 - def create(self, type):
535 return self.JobOriginalFileLinkI()
536
537 - def destroy(self):
538 pass
539
540 -class JobStatusObjectFactory(Ice.ObjectFactory):
541 542 from omero_model_JobStatusI import JobStatusI 543
544 - def create(self, type):
545 return self.JobStatusI()
546
547 - def destroy(self):
548 pass
549
550 -class LabelObjectFactory(Ice.ObjectFactory):
551 552 from omero_model_LabelI import LabelI 553
554 - def create(self, type):
555 return self.LabelI()
556
557 - def destroy(self):
558 pass
559
560 -class LaserObjectFactory(Ice.ObjectFactory):
561 562 from omero_model_LaserI import LaserI 563
564 - def create(self, type):
565 return self.LaserI()
566
567 - def destroy(self):
568 pass
569
570 -class LaserMediumObjectFactory(Ice.ObjectFactory):
571 572 from omero_model_LaserMediumI import LaserMediumI 573
574 - def create(self, type):
575 return self.LaserMediumI()
576
577 - def destroy(self):
578 pass
579
580 -class LaserTypeObjectFactory(Ice.ObjectFactory):
581 582 from omero_model_LaserTypeI import LaserTypeI 583
584 - def create(self, type):
585 return self.LaserTypeI()
586
587 - def destroy(self):
588 pass
589
590 -class LightEmittingDiodeObjectFactory(Ice.ObjectFactory):
591 592 from omero_model_LightEmittingDiodeI import LightEmittingDiodeI 593
594 - def create(self, type):
595 return self.LightEmittingDiodeI()
596
597 - def destroy(self):
598 pass
599
600 -class LightPathObjectFactory(Ice.ObjectFactory):
601 602 from omero_model_LightPathI import LightPathI 603
604 - def create(self, type):
605 return self.LightPathI()
606
607 - def destroy(self):
608 pass
609
610 -class LightPathEmissionFilterLinkObjectFactory(Ice.ObjectFactory):
611 612 from omero_model_LightPathEmissionFilterLinkI import LightPathEmissionFilterLinkI 613
614 - def create(self, type):
615 return self.LightPathEmissionFilterLinkI()
616
617 - def destroy(self):
618 pass
619
620 -class LightPathExcitationFilterLinkObjectFactory(Ice.ObjectFactory):
621 622 from omero_model_LightPathExcitationFilterLinkI import LightPathExcitationFilterLinkI 623
624 - def create(self, type):
625 return self.LightPathExcitationFilterLinkI()
626
627 - def destroy(self):
628 pass
629
630 -class LightSettingsObjectFactory(Ice.ObjectFactory):
631 632 from omero_model_LightSettingsI import LightSettingsI 633
634 - def create(self, type):
635 return self.LightSettingsI()
636
637 - def destroy(self):
638 pass
639
640 -class LineObjectFactory(Ice.ObjectFactory):
641 642 from omero_model_LineI import LineI 643
644 - def create(self, type):
645 return self.LineI()
646
647 - def destroy(self):
648 pass
649
650 -class LinkObjectFactory(Ice.ObjectFactory):
651 652 from omero_model_LinkI import LinkI 653
654 - def create(self, type):
655 return self.LinkI()
656
657 - def destroy(self):
658 pass
659
660 -class ListAnnotationObjectFactory(Ice.ObjectFactory):
661 662 from omero_model_ListAnnotationI import ListAnnotationI 663
664 - def create(self, type):
665 return self.ListAnnotationI()
666
667 - def destroy(self):
668 pass
669
670 -class LogicalChannelObjectFactory(Ice.ObjectFactory):
671 672 from omero_model_LogicalChannelI import LogicalChannelI 673
674 - def create(self, type):
675 return self.LogicalChannelI()
676
677 - def destroy(self):
678 pass
679
680 -class LongAnnotationObjectFactory(Ice.ObjectFactory):
681 682 from omero_model_LongAnnotationI import LongAnnotationI 683
684 - def create(self, type):
685 return self.LongAnnotationI()
686
687 - def destroy(self):
688 pass
689
690 -class MaskObjectFactory(Ice.ObjectFactory):
691 692 from omero_model_MaskI import MaskI 693
694 - def create(self, type):
695 return self.MaskI()
696
697 - def destroy(self):
698 pass
699
700 -class MediumObjectFactory(Ice.ObjectFactory):
701 702 from omero_model_MediumI import MediumI 703
704 - def create(self, type):
705 return self.MediumI()
706
707 - def destroy(self):
708 pass
709
710 -class MicrobeamManipulationObjectFactory(Ice.ObjectFactory):
711 712 from omero_model_MicrobeamManipulationI import MicrobeamManipulationI 713
714 - def create(self, type):
715 return self.MicrobeamManipulationI()
716
717 - def destroy(self):
718 pass
719
720 -class MicrobeamManipulationTypeObjectFactory(Ice.ObjectFactory):
721 722 from omero_model_MicrobeamManipulationTypeI import MicrobeamManipulationTypeI 723
724 - def create(self, type):
725 return self.MicrobeamManipulationTypeI()
726
727 - def destroy(self):
728 pass
729
730 -class MicroscopeObjectFactory(Ice.ObjectFactory):
731 732 from omero_model_MicroscopeI import MicroscopeI 733
734 - def create(self, type):
735 return self.MicroscopeI()
736
737 - def destroy(self):
738 pass
739
740 -class MicroscopeTypeObjectFactory(Ice.ObjectFactory):
741 742 from omero_model_MicroscopeTypeI import MicroscopeTypeI 743
744 - def create(self, type):
745 return self.MicroscopeTypeI()
746
747 - def destroy(self):
748 pass
749
750 -class NamespaceObjectFactory(Ice.ObjectFactory):
751 752 from omero_model_NamespaceI import NamespaceI 753
754 - def create(self, type):
755 return self.NamespaceI()
756
757 - def destroy(self):
758 pass
759
760 -class NamespaceAnnotationLinkObjectFactory(Ice.ObjectFactory):
761 762 from omero_model_NamespaceAnnotationLinkI import NamespaceAnnotationLinkI 763
764 - def create(self, type):
765 return self.NamespaceAnnotationLinkI()
766
767 - def destroy(self):
768 pass
769
770 -class NodeObjectFactory(Ice.ObjectFactory):
771 772 from omero_model_NodeI import NodeI 773
774 - def create(self, type):
775 return self.NodeI()
776
777 - def destroy(self):
778 pass
779
780 -class NodeAnnotationLinkObjectFactory(Ice.ObjectFactory):
781 782 from omero_model_NodeAnnotationLinkI import NodeAnnotationLinkI 783
784 - def create(self, type):
785 return self.NodeAnnotationLinkI()
786
787 - def destroy(self):
788 pass
789
790 -class OTFObjectFactory(Ice.ObjectFactory):
791 792 from omero_model_OTFI import OTFI 793
794 - def create(self, type):
795 return self.OTFI()
796
797 - def destroy(self):
798 pass
799
800 -class ObjectiveObjectFactory(Ice.ObjectFactory):
801 802 from omero_model_ObjectiveI import ObjectiveI 803
804 - def create(self, type):
805 return self.ObjectiveI()
806
807 - def destroy(self):
808 pass
809
810 -class ObjectiveSettingsObjectFactory(Ice.ObjectFactory):
811 812 from omero_model_ObjectiveSettingsI import ObjectiveSettingsI 813
814 - def create(self, type):
815 return self.ObjectiveSettingsI()
816
817 - def destroy(self):
818 pass
819
820 -class OriginalFileObjectFactory(Ice.ObjectFactory):
821 822 from omero_model_OriginalFileI import OriginalFileI 823
824 - def create(self, type):
825 return self.OriginalFileI()
826
827 - def destroy(self):
828 pass
829
830 -class OriginalFileAnnotationLinkObjectFactory(Ice.ObjectFactory):
831 832 from omero_model_OriginalFileAnnotationLinkI import OriginalFileAnnotationLinkI 833
834 - def create(self, type):
835 return self.OriginalFileAnnotationLinkI()
836
837 - def destroy(self):
838 pass
839
840 -class ParseJobObjectFactory(Ice.ObjectFactory):
841 842 from omero_model_ParseJobI import ParseJobI 843
844 - def create(self, type):
845 return self.ParseJobI()
846
847 - def destroy(self):
848 pass
849
850 -class PathObjectFactory(Ice.ObjectFactory):
851 852 from omero_model_PathI import PathI 853
854 - def create(self, type):
855 return self.PathI()
856
857 - def destroy(self):
858 pass
859
860 -class PhotometricInterpretationObjectFactory(Ice.ObjectFactory):
861 862 from omero_model_PhotometricInterpretationI import PhotometricInterpretationI 863
864 - def create(self, type):
865 return self.PhotometricInterpretationI()
866
867 - def destroy(self):
868 pass
869
870 -class PixelsObjectFactory(Ice.ObjectFactory):
871 872 from omero_model_PixelsI import PixelsI 873
874 - def create(self, type):
875 return self.PixelsI()
876
877 - def destroy(self):
878 pass
879
880 -class PixelsAnnotationLinkObjectFactory(Ice.ObjectFactory):
881 882 from omero_model_PixelsAnnotationLinkI import PixelsAnnotationLinkI 883
884 - def create(self, type):
885 return self.PixelsAnnotationLinkI()
886
887 - def destroy(self):
888 pass
889
890 -class PixelsOriginalFileMapObjectFactory(Ice.ObjectFactory):
891 892 from omero_model_PixelsOriginalFileMapI import PixelsOriginalFileMapI 893
894 - def create(self, type):
895 return self.PixelsOriginalFileMapI()
896
897 - def destroy(self):
898 pass
899
900 -class PixelsTypeObjectFactory(Ice.ObjectFactory):
901 902 from omero_model_PixelsTypeI import PixelsTypeI 903
904 - def create(self, type):
905 return self.PixelsTypeI()
906
907 - def destroy(self):
908 pass
909
910 -class PlaneInfoObjectFactory(Ice.ObjectFactory):
911 912 from omero_model_PlaneInfoI import PlaneInfoI 913
914 - def create(self, type):
915 return self.PlaneInfoI()
916
917 - def destroy(self):
918 pass
919
920 -class PlaneInfoAnnotationLinkObjectFactory(Ice.ObjectFactory):
921 922 from omero_model_PlaneInfoAnnotationLinkI import PlaneInfoAnnotationLinkI 923
924 - def create(self, type):
925 return self.PlaneInfoAnnotationLinkI()
926
927 - def destroy(self):
928 pass
929
930 -class PlaneSlicingContextObjectFactory(Ice.ObjectFactory):
931 932 from omero_model_PlaneSlicingContextI import PlaneSlicingContextI 933
934 - def create(self, type):
935 return self.PlaneSlicingContextI()
936
937 - def destroy(self):
938 pass
939
940 -class PlateObjectFactory(Ice.ObjectFactory):
941 942 from omero_model_PlateI import PlateI 943
944 - def create(self, type):
945 return self.PlateI()
946
947 - def destroy(self):
948 pass
949
950 -class PlateAcquisitionObjectFactory(Ice.ObjectFactory):
951 952 from omero_model_PlateAcquisitionI import PlateAcquisitionI 953
954 - def create(self, type):
955 return self.PlateAcquisitionI()
956
957 - def destroy(self):
958 pass
959
960 -class PlateAcquisitionAnnotationLinkObjectFactory(Ice.ObjectFactory):
961 962 from omero_model_PlateAcquisitionAnnotationLinkI import PlateAcquisitionAnnotationLinkI 963
964 - def create(self, type):
965 return self.PlateAcquisitionAnnotationLinkI()
966
967 - def destroy(self):
968 pass
969
970 -class PlateAnnotationLinkObjectFactory(Ice.ObjectFactory):
971 972 from omero_model_PlateAnnotationLinkI import PlateAnnotationLinkI 973
974 - def create(self, type):
975 return self.PlateAnnotationLinkI()
976
977 - def destroy(self):
978 pass
979
980 -class PointObjectFactory(Ice.ObjectFactory):
981 982 from omero_model_PointI import PointI 983
984 - def create(self, type):
985 return self.PointI()
986
987 - def destroy(self):
988 pass
989
990 -class PolygonObjectFactory(Ice.ObjectFactory):
991 992 from omero_model_PolygonI import PolygonI 993
994 - def create(self, type):
995 return self.PolygonI()
996
997 - def destroy(self):
998 pass
999
1000 -class PolylineObjectFactory(Ice.ObjectFactory):
1001 1002 from omero_model_PolylineI import PolylineI 1003
1004 - def create(self, type):
1005 return self.PolylineI()
1006
1007 - def destroy(self):
1008 pass
1009
1010 -class ProjectObjectFactory(Ice.ObjectFactory):
1011 1012 from omero_model_ProjectI import ProjectI 1013
1014 - def create(self, type):
1015 return self.ProjectI()
1016
1017 - def destroy(self):
1018 pass
1019
1020 -class ProjectAnnotationLinkObjectFactory(Ice.ObjectFactory):
1021 1022 from omero_model_ProjectAnnotationLinkI import ProjectAnnotationLinkI 1023
1024 - def create(self, type):
1025 return self.ProjectAnnotationLinkI()
1026
1027 - def destroy(self):
1028 pass
1029
1030 -class ProjectDatasetLinkObjectFactory(Ice.ObjectFactory):
1031 1032 from omero_model_ProjectDatasetLinkI import ProjectDatasetLinkI 1033
1034 - def create(self, type):
1035 return self.ProjectDatasetLinkI()
1036
1037 - def destroy(self):
1038 pass
1039
1040 -class PulseObjectFactory(Ice.ObjectFactory):
1041 1042 from omero_model_PulseI import PulseI 1043
1044 - def create(self, type):
1045 return self.PulseI()
1046
1047 - def destroy(self):
1048 pass
1049
1050 -class QuantumDefObjectFactory(Ice.ObjectFactory):
1051 1052 from omero_model_QuantumDefI import QuantumDefI 1053
1054 - def create(self, type):
1055 return self.QuantumDefI()
1056
1057 - def destroy(self):
1058 pass
1059
1060 -class ReagentObjectFactory(Ice.ObjectFactory):
1061 1062 from omero_model_ReagentI import ReagentI 1063
1064 - def create(self, type):
1065 return self.ReagentI()
1066
1067 - def destroy(self):
1068 pass
1069
1070 -class ReagentAnnotationLinkObjectFactory(Ice.ObjectFactory):
1071 1072 from omero_model_ReagentAnnotationLinkI import ReagentAnnotationLinkI 1073
1074 - def create(self, type):
1075 return self.ReagentAnnotationLinkI()
1076
1077 - def destroy(self):
1078 pass
1079
1080 -class RectObjectFactory(Ice.ObjectFactory):
1081 1082 from omero_model_RectI import RectI 1083
1084 - def create(self, type):
1085 return self.RectI()
1086
1087 - def destroy(self):
1088 pass
1089
1090 -class RenderingDefObjectFactory(Ice.ObjectFactory):
1091 1092 from omero_model_RenderingDefI import RenderingDefI 1093
1094 - def create(self, type):
1095 return self.RenderingDefI()
1096
1097 - def destroy(self):
1098 pass
1099
1100 -class RenderingModelObjectFactory(Ice.ObjectFactory):
1101 1102 from omero_model_RenderingModelI import RenderingModelI 1103
1104 - def create(self, type):
1105 return self.RenderingModelI()
1106
1107 - def destroy(self):
1108 pass
1109
1110 -class ReverseIntensityContextObjectFactory(Ice.ObjectFactory):
1111 1112 from omero_model_ReverseIntensityContextI import ReverseIntensityContextI 1113
1114 - def create(self, type):
1115 return self.ReverseIntensityContextI()
1116
1117 - def destroy(self):
1118 pass
1119
1120 -class RoiObjectFactory(Ice.ObjectFactory):
1121 1122 from omero_model_RoiI import RoiI 1123
1124 - def create(self, type):
1125 return self.RoiI()
1126
1127 - def destroy(self):
1128 pass
1129
1130 -class RoiAnnotationLinkObjectFactory(Ice.ObjectFactory):
1131 1132 from omero_model_RoiAnnotationLinkI import RoiAnnotationLinkI 1133
1134 - def create(self, type):
1135 return self.RoiAnnotationLinkI()
1136
1137 - def destroy(self):
1138 pass
1139
1140 -class ScreenObjectFactory(Ice.ObjectFactory):
1141 1142 from omero_model_ScreenI import ScreenI 1143
1144 - def create(self, type):
1145 return self.ScreenI()
1146
1147 - def destroy(self):
1148 pass
1149
1150 -class ScreenAnnotationLinkObjectFactory(Ice.ObjectFactory):
1151 1152 from omero_model_ScreenAnnotationLinkI import ScreenAnnotationLinkI 1153
1154 - def create(self, type):
1155 return self.ScreenAnnotationLinkI()
1156
1157 - def destroy(self):
1158 pass
1159
1160 -class ScreenPlateLinkObjectFactory(Ice.ObjectFactory):
1161 1162 from omero_model_ScreenPlateLinkI import ScreenPlateLinkI 1163
1164 - def create(self, type):
1165 return self.ScreenPlateLinkI()
1166
1167 - def destroy(self):
1168 pass
1169
1170 -class ScriptJobObjectFactory(Ice.ObjectFactory):
1171 1172 from omero_model_ScriptJobI import ScriptJobI 1173
1174 - def create(self, type):
1175 return self.ScriptJobI()
1176
1177 - def destroy(self):
1178 pass
1179
1180 -class SessionObjectFactory(Ice.ObjectFactory):
1181 1182 from omero_model_SessionI import SessionI 1183
1184 - def create(self, type):
1185 return self.SessionI()
1186
1187 - def destroy(self):
1188 pass
1189
1190 -class SessionAnnotationLinkObjectFactory(Ice.ObjectFactory):
1191 1192 from omero_model_SessionAnnotationLinkI import SessionAnnotationLinkI 1193
1194 - def create(self, type):
1195 return self.SessionAnnotationLinkI()
1196
1197 - def destroy(self):
1198 pass
1199
1200 -class ShareObjectFactory(Ice.ObjectFactory):
1201 1202 from omero_model_ShareI import ShareI 1203
1204 - def create(self, type):
1205 return self.ShareI()
1206
1207 - def destroy(self):
1208 pass
1209
1210 -class ShareMemberObjectFactory(Ice.ObjectFactory):
1211 1212 from omero_model_ShareMemberI import ShareMemberI 1213
1214 - def create(self, type):
1215 return self.ShareMemberI()
1216
1217 - def destroy(self):
1218 pass
1219
1220 -class StageLabelObjectFactory(Ice.ObjectFactory):
1221 1222 from omero_model_StageLabelI import StageLabelI 1223
1224 - def create(self, type):
1225 return self.StageLabelI()
1226
1227 - def destroy(self):
1228 pass
1229
1230 -class StatsInfoObjectFactory(Ice.ObjectFactory):
1231 1232 from omero_model_StatsInfoI import StatsInfoI 1233
1234 - def create(self, type):
1235 return self.StatsInfoI()
1236
1237 - def destroy(self):
1238 pass
1239
1240 -class TagAnnotationObjectFactory(Ice.ObjectFactory):
1241 1242 from omero_model_TagAnnotationI import TagAnnotationI 1243
1244 - def create(self, type):
1245 return self.TagAnnotationI()
1246
1247 - def destroy(self):
1248 pass
1249
1250 -class TermAnnotationObjectFactory(Ice.ObjectFactory):
1251 1252 from omero_model_TermAnnotationI import TermAnnotationI 1253
1254 - def create(self, type):
1255 return self.TermAnnotationI()
1256
1257 - def destroy(self):
1258 pass
1259
1260 -class ThumbnailObjectFactory(Ice.ObjectFactory):
1261 1262 from omero_model_ThumbnailI import ThumbnailI 1263
1264 - def create(self, type):
1265 return self.ThumbnailI()
1266
1267 - def destroy(self):
1268 pass
1269
1270 -class TimestampAnnotationObjectFactory(Ice.ObjectFactory):
1271 1272 from omero_model_TimestampAnnotationI import TimestampAnnotationI 1273
1274 - def create(self, type):
1275 return self.TimestampAnnotationI()
1276
1277 - def destroy(self):
1278 pass
1279
1280 -class TransmittanceRangeObjectFactory(Ice.ObjectFactory):
1281 1282 from omero_model_TransmittanceRangeI import TransmittanceRangeI 1283
1284 - def create(self, type):
1285 return self.TransmittanceRangeI()
1286
1287 - def destroy(self):
1288 pass
1289
1290 -class WellObjectFactory(Ice.ObjectFactory):
1291 1292 from omero_model_WellI import WellI 1293
1294 - def create(self, type):
1295 return self.WellI()
1296
1297 - def destroy(self):
1298 pass
1299
1300 -class WellAnnotationLinkObjectFactory(Ice.ObjectFactory):
1301 1302 from omero_model_WellAnnotationLinkI import WellAnnotationLinkI 1303
1304 - def create(self, type):
1305 return self.WellAnnotationLinkI()
1306
1307 - def destroy(self):
1308 pass
1309
1310 -class WellReagentLinkObjectFactory(Ice.ObjectFactory):
1311 1312 from omero_model_WellReagentLinkI import WellReagentLinkI 1313
1314 - def create(self, type):
1315 return self.WellReagentLinkI()
1316
1317 - def destroy(self):
1318 pass
1319
1320 -class WellSampleObjectFactory(Ice.ObjectFactory):
1321 1322 from omero_model_WellSampleI import WellSampleI 1323
1324 - def create(self, type):
1325 return self.WellSampleI()
1326
1327 - def destroy(self):
1328 pass
1329
1330 -class WellSampleAnnotationLinkObjectFactory(Ice.ObjectFactory):
1331 1332 from omero_model_WellSampleAnnotationLinkI import WellSampleAnnotationLinkI 1333
1334 - def create(self, type):
1335 return self.WellSampleAnnotationLinkI()
1336
1337 - def destroy(self):
1338 pass
1339
1340 -class XmlAnnotationObjectFactory(Ice.ObjectFactory):
1341 1342 from omero_model_XmlAnnotationI import XmlAnnotationI 1343
1344 - def create(self, type):
1345 return self.XmlAnnotationI()
1346
1347 - def destroy(self):
1348 pass
1349
1350 -class PermissionsObjectFactory(Ice.ObjectFactory):
1351 1352 from omero_model_PermissionsI import PermissionsI 1353
1354 - def create(self, type):
1355 return self.PermissionsI()
1356
1357 - def destroy(self):
1358 pass
1359
1360 -class DetailsObjectFactory(Ice.ObjectFactory):
1361 1362 from omero_model_DetailsI import DetailsI 1363
1364 - def __init__(self, client = None):
1365 self.client = client
1366
1367 - def create(self, type):
1368 return self.DetailsI(self.client)
1369
1370 - def destroy(self):
1371 pass
1372
1373 -def conditionalAdd(name, ic, of):
1374 if not ic.findObjectFactory(name): 1375 ic.addObjectFactory(of, name)
1376
1377 -def registerObjectFactory(ic, client = None):
1378 conditionalAdd("::omero::model::Permissions", ic, PermissionsObjectFactory()) 1379 conditionalAdd("::omero::model::Details", ic, DetailsObjectFactory(client)) 1380 conditionalAdd("::omero::model::AcquisitionMode", ic, AcquisitionModeObjectFactory()) 1381 conditionalAdd("::omero::model::AnnotationAnnotationLink", ic, AnnotationAnnotationLinkObjectFactory()) 1382 conditionalAdd("::omero::model::Arc", ic, ArcObjectFactory()) 1383 conditionalAdd("::omero::model::ArcType", ic, ArcTypeObjectFactory()) 1384 conditionalAdd("::omero::model::Binning", ic, BinningObjectFactory()) 1385 conditionalAdd("::omero::model::BooleanAnnotation", ic, BooleanAnnotationObjectFactory()) 1386 conditionalAdd("::omero::model::Channel", ic, ChannelObjectFactory()) 1387 conditionalAdd("::omero::model::ChannelAnnotationLink", ic, ChannelAnnotationLinkObjectFactory()) 1388 conditionalAdd("::omero::model::ChannelBinding", ic, ChannelBindingObjectFactory()) 1389 conditionalAdd("::omero::model::CommentAnnotation", ic, CommentAnnotationObjectFactory()) 1390 conditionalAdd("::omero::model::ContrastMethod", ic, ContrastMethodObjectFactory()) 1391 conditionalAdd("::omero::model::ContrastStretchingContext", ic, ContrastStretchingContextObjectFactory()) 1392 conditionalAdd("::omero::model::Correction", ic, CorrectionObjectFactory()) 1393 conditionalAdd("::omero::model::DBPatch", ic, DBPatchObjectFactory()) 1394 conditionalAdd("::omero::model::Dataset", ic, DatasetObjectFactory()) 1395 conditionalAdd("::omero::model::DatasetAnnotationLink", ic, DatasetAnnotationLinkObjectFactory()) 1396 conditionalAdd("::omero::model::DatasetImageLink", ic, DatasetImageLinkObjectFactory()) 1397 conditionalAdd("::omero::model::Detector", ic, DetectorObjectFactory()) 1398 conditionalAdd("::omero::model::DetectorSettings", ic, DetectorSettingsObjectFactory()) 1399 conditionalAdd("::omero::model::DetectorType", ic, DetectorTypeObjectFactory()) 1400 conditionalAdd("::omero::model::Dichroic", ic, DichroicObjectFactory()) 1401 conditionalAdd("::omero::model::DimensionOrder", ic, DimensionOrderObjectFactory()) 1402 conditionalAdd("::omero::model::DoubleAnnotation", ic, DoubleAnnotationObjectFactory()) 1403 conditionalAdd("::omero::model::Ellipse", ic, EllipseObjectFactory()) 1404 conditionalAdd("::omero::model::Event", ic, EventObjectFactory()) 1405 conditionalAdd("::omero::model::EventLog", ic, EventLogObjectFactory()) 1406 conditionalAdd("::omero::model::EventType", ic, EventTypeObjectFactory()) 1407 conditionalAdd("::omero::model::Experiment", ic, ExperimentObjectFactory()) 1408 conditionalAdd("::omero::model::ExperimentType", ic, ExperimentTypeObjectFactory()) 1409 conditionalAdd("::omero::model::Experimenter", ic, ExperimenterObjectFactory()) 1410 conditionalAdd("::omero::model::ExperimenterAnnotationLink", ic, ExperimenterAnnotationLinkObjectFactory()) 1411 conditionalAdd("::omero::model::ExperimenterGroup", ic, ExperimenterGroupObjectFactory()) 1412 conditionalAdd("::omero::model::ExperimenterGroupAnnotationLink", ic, ExperimenterGroupAnnotationLinkObjectFactory()) 1413 conditionalAdd("::omero::model::ExternalInfo", ic, ExternalInfoObjectFactory()) 1414 conditionalAdd("::omero::model::Family", ic, FamilyObjectFactory()) 1415 conditionalAdd("::omero::model::Filament", ic, FilamentObjectFactory()) 1416 conditionalAdd("::omero::model::FilamentType", ic, FilamentTypeObjectFactory()) 1417 conditionalAdd("::omero::model::FileAnnotation", ic, FileAnnotationObjectFactory()) 1418 conditionalAdd("::omero::model::Filter", ic, FilterObjectFactory()) 1419 conditionalAdd("::omero::model::FilterSet", ic, FilterSetObjectFactory()) 1420 conditionalAdd("::omero::model::FilterSetEmissionFilterLink", ic, FilterSetEmissionFilterLinkObjectFactory()) 1421 conditionalAdd("::omero::model::FilterSetExcitationFilterLink", ic, FilterSetExcitationFilterLinkObjectFactory()) 1422 conditionalAdd("::omero::model::FilterType", ic, FilterTypeObjectFactory()) 1423 conditionalAdd("::omero::model::Format", ic, FormatObjectFactory()) 1424 conditionalAdd("::omero::model::GroupExperimenterMap", ic, GroupExperimenterMapObjectFactory()) 1425 conditionalAdd("::omero::model::Illumination", ic, IlluminationObjectFactory()) 1426 conditionalAdd("::omero::model::Image", ic, ImageObjectFactory()) 1427 conditionalAdd("::omero::model::ImageAnnotationLink", ic, ImageAnnotationLinkObjectFactory()) 1428 conditionalAdd("::omero::model::ImagingEnvironment", ic, ImagingEnvironmentObjectFactory()) 1429 conditionalAdd("::omero::model::Immersion", ic, ImmersionObjectFactory()) 1430 conditionalAdd("::omero::model::ImportJob", ic, ImportJobObjectFactory()) 1431 conditionalAdd("::omero::model::Instrument", ic, InstrumentObjectFactory()) 1432 conditionalAdd("::omero::model::JobOriginalFileLink", ic, JobOriginalFileLinkObjectFactory()) 1433 conditionalAdd("::omero::model::JobStatus", ic, JobStatusObjectFactory()) 1434 conditionalAdd("::omero::model::Label", ic, LabelObjectFactory()) 1435 conditionalAdd("::omero::model::Laser", ic, LaserObjectFactory()) 1436 conditionalAdd("::omero::model::LaserMedium", ic, LaserMediumObjectFactory()) 1437 conditionalAdd("::omero::model::LaserType", ic, LaserTypeObjectFactory()) 1438 conditionalAdd("::omero::model::LightEmittingDiode", ic, LightEmittingDiodeObjectFactory()) 1439 conditionalAdd("::omero::model::LightPath", ic, LightPathObjectFactory()) 1440 conditionalAdd("::omero::model::LightPathEmissionFilterLink", ic, LightPathEmissionFilterLinkObjectFactory()) 1441 conditionalAdd("::omero::model::LightPathExcitationFilterLink", ic, LightPathExcitationFilterLinkObjectFactory()) 1442 conditionalAdd("::omero::model::LightSettings", ic, LightSettingsObjectFactory()) 1443 conditionalAdd("::omero::model::Line", ic, LineObjectFactory()) 1444 conditionalAdd("::omero::model::Link", ic, LinkObjectFactory()) 1445 conditionalAdd("::omero::model::ListAnnotation", ic, ListAnnotationObjectFactory()) 1446 conditionalAdd("::omero::model::LogicalChannel", ic, LogicalChannelObjectFactory()) 1447 conditionalAdd("::omero::model::LongAnnotation", ic, LongAnnotationObjectFactory()) 1448 conditionalAdd("::omero::model::Mask", ic, MaskObjectFactory()) 1449 conditionalAdd("::omero::model::Medium", ic, MediumObjectFactory()) 1450 conditionalAdd("::omero::model::MicrobeamManipulation", ic, MicrobeamManipulationObjectFactory()) 1451 conditionalAdd("::omero::model::MicrobeamManipulationType", ic, MicrobeamManipulationTypeObjectFactory()) 1452 conditionalAdd("::omero::model::Microscope", ic, MicroscopeObjectFactory()) 1453 conditionalAdd("::omero::model::MicroscopeType", ic, MicroscopeTypeObjectFactory()) 1454 conditionalAdd("::omero::model::Namespace", ic, NamespaceObjectFactory()) 1455 conditionalAdd("::omero::model::NamespaceAnnotationLink", ic, NamespaceAnnotationLinkObjectFactory()) 1456 conditionalAdd("::omero::model::Node", ic, NodeObjectFactory()) 1457 conditionalAdd("::omero::model::NodeAnnotationLink", ic, NodeAnnotationLinkObjectFactory()) 1458 conditionalAdd("::omero::model::OTF", ic, OTFObjectFactory()) 1459 conditionalAdd("::omero::model::Objective", ic, ObjectiveObjectFactory()) 1460 conditionalAdd("::omero::model::ObjectiveSettings", ic, ObjectiveSettingsObjectFactory()) 1461 conditionalAdd("::omero::model::OriginalFile", ic, OriginalFileObjectFactory()) 1462 conditionalAdd("::omero::model::OriginalFileAnnotationLink", ic, OriginalFileAnnotationLinkObjectFactory()) 1463 conditionalAdd("::omero::model::ParseJob", ic, ParseJobObjectFactory()) 1464 conditionalAdd("::omero::model::Path", ic, PathObjectFactory()) 1465 conditionalAdd("::omero::model::PhotometricInterpretation", ic, PhotometricInterpretationObjectFactory()) 1466 conditionalAdd("::omero::model::Pixels", ic, PixelsObjectFactory()) 1467 conditionalAdd("::omero::model::PixelsAnnotationLink", ic, PixelsAnnotationLinkObjectFactory()) 1468 conditionalAdd("::omero::model::PixelsOriginalFileMap", ic, PixelsOriginalFileMapObjectFactory()) 1469 conditionalAdd("::omero::model::PixelsType", ic, PixelsTypeObjectFactory()) 1470 conditionalAdd("::omero::model::PlaneInfo", ic, PlaneInfoObjectFactory()) 1471 conditionalAdd("::omero::model::PlaneInfoAnnotationLink", ic, PlaneInfoAnnotationLinkObjectFactory()) 1472 conditionalAdd("::omero::model::PlaneSlicingContext", ic, PlaneSlicingContextObjectFactory()) 1473 conditionalAdd("::omero::model::Plate", ic, PlateObjectFactory()) 1474 conditionalAdd("::omero::model::PlateAcquisition", ic, PlateAcquisitionObjectFactory()) 1475 conditionalAdd("::omero::model::PlateAcquisitionAnnotationLink", ic, PlateAcquisitionAnnotationLinkObjectFactory()) 1476 conditionalAdd("::omero::model::PlateAnnotationLink", ic, PlateAnnotationLinkObjectFactory()) 1477 conditionalAdd("::omero::model::Point", ic, PointObjectFactory()) 1478 conditionalAdd("::omero::model::Polygon", ic, PolygonObjectFactory()) 1479 conditionalAdd("::omero::model::Polyline", ic, PolylineObjectFactory()) 1480 conditionalAdd("::omero::model::Project", ic, ProjectObjectFactory()) 1481 conditionalAdd("::omero::model::ProjectAnnotationLink", ic, ProjectAnnotationLinkObjectFactory()) 1482 conditionalAdd("::omero::model::ProjectDatasetLink", ic, ProjectDatasetLinkObjectFactory()) 1483 conditionalAdd("::omero::model::Pulse", ic, PulseObjectFactory()) 1484 conditionalAdd("::omero::model::QuantumDef", ic, QuantumDefObjectFactory()) 1485 conditionalAdd("::omero::model::Reagent", ic, ReagentObjectFactory()) 1486 conditionalAdd("::omero::model::ReagentAnnotationLink", ic, ReagentAnnotationLinkObjectFactory()) 1487 conditionalAdd("::omero::model::Rect", ic, RectObjectFactory()) 1488 conditionalAdd("::omero::model::RenderingDef", ic, RenderingDefObjectFactory()) 1489 conditionalAdd("::omero::model::RenderingModel", ic, RenderingModelObjectFactory()) 1490 conditionalAdd("::omero::model::ReverseIntensityContext", ic, ReverseIntensityContextObjectFactory()) 1491 conditionalAdd("::omero::model::Roi", ic, RoiObjectFactory()) 1492 conditionalAdd("::omero::model::RoiAnnotationLink", ic, RoiAnnotationLinkObjectFactory()) 1493 conditionalAdd("::omero::model::Screen", ic, ScreenObjectFactory()) 1494 conditionalAdd("::omero::model::ScreenAnnotationLink", ic, ScreenAnnotationLinkObjectFactory()) 1495 conditionalAdd("::omero::model::ScreenPlateLink", ic, ScreenPlateLinkObjectFactory()) 1496 conditionalAdd("::omero::model::ScriptJob", ic, ScriptJobObjectFactory()) 1497 conditionalAdd("::omero::model::Session", ic, SessionObjectFactory()) 1498 conditionalAdd("::omero::model::SessionAnnotationLink", ic, SessionAnnotationLinkObjectFactory()) 1499 conditionalAdd("::omero::model::Share", ic, ShareObjectFactory()) 1500 conditionalAdd("::omero::model::ShareMember", ic, ShareMemberObjectFactory()) 1501 conditionalAdd("::omero::model::StageLabel", ic, StageLabelObjectFactory()) 1502 conditionalAdd("::omero::model::StatsInfo", ic, StatsInfoObjectFactory()) 1503 conditionalAdd("::omero::model::TagAnnotation", ic, TagAnnotationObjectFactory()) 1504 conditionalAdd("::omero::model::TermAnnotation", ic, TermAnnotationObjectFactory()) 1505 conditionalAdd("::omero::model::Thumbnail", ic, ThumbnailObjectFactory()) 1506 conditionalAdd("::omero::model::TimestampAnnotation", ic, TimestampAnnotationObjectFactory()) 1507 conditionalAdd("::omero::model::TransmittanceRange", ic, TransmittanceRangeObjectFactory()) 1508 conditionalAdd("::omero::model::Well", ic, WellObjectFactory()) 1509 conditionalAdd("::omero::model::WellAnnotationLink", ic, WellAnnotationLinkObjectFactory()) 1510 conditionalAdd("::omero::model::WellReagentLink", ic, WellReagentLinkObjectFactory()) 1511 conditionalAdd("::omero::model::WellSample", ic, WellSampleObjectFactory()) 1512 conditionalAdd("::omero::model::WellSampleAnnotationLink", ic, WellSampleAnnotationLinkObjectFactory()) 1513 conditionalAdd("::omero::model::XmlAnnotation", ic, XmlAnnotationObjectFactory())
1514