Task #6421 (closed)
Opened 8 years ago
Closed 8 years ago
Remove 'ExperimenterGroup' methods from BlitzGateway
| Reported by: | atarkowska | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3.2 |
| Component: | API | Version: | n.a. |
| Keywords: | n.a. | Cc: | python-team@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-08-18 (3) |
Description (last modified by wmoore)
Aim to remove findGroup() from BlitzGateway?. getGroup() and listGroups() were removed for 4.3.0
Need to test getObject("ExperimenterGroup?", attributes={"name", name}) behaves same as findGroup(name)
Then replace it's use and remove from blitz gateway and document here http://trac.openmicroscopy.org.uk/ome/wiki/Api/BlitzGateway
Change History (4)
comment:1 Changed 8 years ago by atarkowska
comment:2 Changed 8 years ago by wmoore
- Description modified (diff)
comment:3 Changed 8 years ago by Will Moore <will@…>
(In [0e640f3ea2691d48060e99349a5e50ea069a3903/ome.git] on branch develop) Gateway tests for replacing conn.findGroup() using getObject(). See #6421
comment:4 Changed 8 years ago by Will Moore <will@…>
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from new to closed
(In [ad4191a1a8067ec68f99df57c930b66001af08de/ome.git] on branch develop) Removing findGroup() from blitz gateway. Closes #6421
admin_serv.getGroup(gr_id) is part of createGroup. This logic should be pushed to the se4rver side in order to keep this method under transaction