Task #7065 (new)
Opened 13 years ago
Last modified 9 years ago
BlitzGateway to wrap ALL methods?
Reported by: | wmoore | Owned by: | wmoore |
---|---|---|---|
Priority: | critical | Milestone: | Unscheduled |
Component: | General | Version: | n.a. |
Keywords: | n.a. | Cc: | python-team@… |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description (last modified by wmoore)
There are still many methods on the underlying objects that are not wrapped by getattr(). E.g. image.getPixels(0), copy...() etc.
These do delegate to the underlying _obj but the result isn't wrapped (and any unloaded objects are not loaded).
Do we:
- Try to extend getattr() to wrap all objects in the appropriate wrapper?
- How do we choose appropriate wrappers?
- What do we do if object not loaded?
- Remove 'unecessary' methods from underlying objects?
- Leave things as they are. Document "Blitz Gateway API and OMERO API are different"
Change History (6)
comment:1 Changed 13 years ago by wmoore
- Description modified (diff)
comment:2 Changed 12 years ago by wmoore
- Milestone changed from OMERO-Beta4.4 to Future
comment:3 Changed 12 years ago by jmoore
comment:4 Changed 9 years ago by jamoore
Referencing ticket #9092 has changed sprint.
comment:5 Changed 9 years ago by jamoore
Referencing ticket #9092 has changed sprint.
comment:6 Changed 9 years ago by jamoore
- Milestone changed from Future to Unscheduled
Referencing ticket #9092 has changed sprint.