Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.
Notice: In order to edit this ticket you need to be either: a Product Owner, The owner or the reporter of the ticket, or, in case of a Task not yet assigned, a team_member"

Task #4773 (closed)

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

remove deleteObject() and searchObject() redundant methods from blitz gateway

Reported by: wmoore Owned by: wmoore
Priority: major Milestone: OMERO-Beta4.3
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-04-21 (10)

Description

Once the various generic methods have been implemented, we can start to remove blitz methods who's functionality is supported by generic methods, change code that uses removed methods and document any 4.2 methods that are gone.

If method is used extensively in web client, may need to preserve the method in the webclient_gateway.

For each method removed, provide tutorials on how to use generic methods to achieve this functionality. Wiki page started here http://trac.openmicroscopy.org.uk/ome/wiki/Api/BlitzGateway

Change History (25)

comment:1 Changed 13 years ago by wmoore

  • Status changed from new to accepted

comment:2 Changed 13 years ago by wmoore

  • Owner wmoore deleted
  • Status changed from accepted to new

comment:3 Changed 13 years ago by wmoore

  • Cc python-team@… added; cneves-x atarkowska removed
  • Owner set to wmoore

comment:4 Changed 13 years ago by wmoore

  • Status changed from new to accepted

comment:5 Changed 13 years ago by wmoore

  • Remaining Time changed from 1 to 0
  • Resolution set to fixed
  • Status changed from accepted to closed

Commits to python-gateway close this ticket

* 0bd521a Removing use of conn.simpleSearch() from webgateway. See #4773
* 9b1a65f Removing simpleSearch() from blitz gateway. See #4773
* b382e40 Removing use of conn.simpleSearch() from gatewaytest. See #4773
* 90d00c7 Removing use of conn.searchPlates() and conn.searchScreens() from blitz gateway. See #4773
* 483c158 Removing searchScreens() and searchPlates() from blitz gateway. See #4773
* 5ba9e86 Removing use of conn.searchProjects() and conn.searchDatasets() from webclient. See #4773
* ba07f0d Removing use of conn.searchProjects() from gatewaytest. See #4773
* efa1d3a Removing searchDatasets() and searchProjects() from blitz gateway. See #4773
* a460b7c Removing use of conn.searchImages() from webgateway. See #4773
* dffb955 Removing use of conn.searchImages() from webclient. See #4773
* 6ad47ab Removing searchImages() from blitz. Improving searchObjects() err msg. See #4773

comment:6 Changed 13 years ago by Chris Allan <callan@…>

(In [6cdd78bce5bcd8a45770a5253c38cf4d522cf4a3/ome.git] on branch develop) Removing searchImages() from blitz. Improving searchObjects() err msg. See #4773

comment:7 Changed 13 years ago by Chris Allan <callan@…>

(In [7dcf163717f60254e14220573115852b83d36e3e/ome.git] on branch develop) Removing use of conn.searchImages() from webclient. See #4773

comment:8 Changed 13 years ago by Chris Allan <callan@…>

(In [b335454a72e2d0fe5d983a9f6b5e22c15f414963/ome.git] on branch develop) Removing use of conn.searchImages() from webgateway. See #4773

comment:9 Changed 13 years ago by Chris Allan <callan@…>

(In [b60d56384a983d64cde3703bcfaceb121e2f5afe/ome.git] on branch develop) Removing searchDatasets() and searchProjects() from blitz gateway. See #4773

comment:10 Changed 13 years ago by Chris Allan <callan@…>

(In [18fb9ed0625335ec5ea341dc64ba30348699be99/ome.git] on branch develop) Removing use of conn.searchProjects() from gatewaytest. See #4773

comment:11 Changed 13 years ago by Chris Allan <callan@…>

(In [5caeffe100fda058619790b72b43c8564710f069/ome.git] on branch develop) Removing use of conn.searchProjects() and conn.searchDatasets() from webclient. See #4773

comment:12 Changed 13 years ago by Chris Allan <callan@…>

(In [334f71b73da86c559de8748012450b0cbef26cae/ome.git] on branch develop) Removing searchScreens() and searchPlates() from blitz gateway. See #4773

comment:13 Changed 13 years ago by Chris Allan <callan@…>

(In [63e1843c4c14d82145d4ab585d5648ea6af9a173/ome.git] on branch develop) Removing use of conn.searchPlates() and conn.searchScreens() from blitz gateway. See #4773

comment:14 Changed 13 years ago by Chris Allan <callan@…>

(In [5dc3db21b5cdf54941b75bf9bd80b48f8e615951/ome.git] on branch develop) Removing use of conn.simpleSearch() from gatewaytest. See #4773

comment:15 Changed 13 years ago by Chris Allan <callan@…>

(In [d182ca7695c43f00ee2ae9ab272eef05352ce8e8/ome.git] on branch develop) Removing simpleSearch() from blitz gateway. See #4773

comment:16 Changed 13 years ago by Chris Allan <callan@…>

(In [a97ba2047786bdceffc1221dc2980aaf43219304/ome.git] on branch develop) Removing use of conn.simpleSearch() from webgateway. See #4773

comment:17 Changed 13 years ago by Chris Allan <callan@…>

(In [7c08220c9cc7724738b2ff4096cb4f9c0db08733/ome.git] on branch develop) Merge branch 'python-gateway' into develop (Closes #4773, #4815 and #4681)

  • python-gateway: (67 commits) Removing use of conn.simpleSearch() from webgateway. See #4773 Removing simpleSearch() from blitz gateway. See #4773 Removing use of conn.simpleSearch() from gatewaytest. See #4773 Removing use of conn.searchPlates() and conn.searchScreens() from blitz gateway. See #4773 Removing searchScreens() and searchPlates() from blitz gateway. See #4773 Removing use of conn.searchProjects() and conn.searchDatasets() from webclient. See #4773 Removing use of conn.searchProjects() from gatewaytest. See #4773 Removing searchDatasets() and searchProjects() from blitz gateway. See #4773 Removing use of conn.searchImages() from webgateway. See #4773 Removing use of conn.searchImages() from webclient. See #4773 Removing searchImages() from blitz. Improving searchObjects() err msg. See #4773 Blitz _loadAnnotations() and getAnnotationLinks() loads creationEvent for links and anns. See #4844 Removing lookupTagAnnotation(name) from blitz gateway. See #4815 Removing use of getAnnotation(id) and getExperimenterGroups() from gatewaytest. See #4815 Removing use of conn.findProject(name) from webemdb. See #4815 Removing findProject() from blitz gateway. See #4815 Turn on testTopLevelObjects gatewaytest, removing use of conn.listImages(ns). See #4815 Removing listImages() method from blitz gateway. See #4815 Default param oid=None for blitz getObject() method. See #4815 Sorting of project, datasets etc uses getName().lower(). See #4815 ...

comment:18 Changed 13 years ago by wmoore

  • Resolution fixed deleted
  • Status changed from closed to reopened

comment:19 Changed 13 years ago by cxallan

  • Sprint changed from 2011-04-07 (9) to 2011-04-21 (10)

Moved from sprint 2011-04-07 (9)

comment:20 Changed 13 years ago by wmoore

  • Resolution set to fixed
  • Status changed from reopened to closed

Commits to python-gateway close this ticket

* 19863dc (HEAD, origin/python-gateway, python-gateway) Removing use of conn.deleteAnnotation() from webclient. See 4773
* 270c8e2 Fixing display of tags in web metadata panel. See #4590
* c98c44e Adding gatewaytest for deleteObjects(Annotation,[id]). See 4773
* b70bb83 Removing deleteAnnotation() and simpleDelete() from blitz gateway. See 4773
* 34ef330 Removing use of deleteProject() deleteDataset() deleteScreen() deletePlate() from webclient. See 4773
* 5e1a4e2 Removing deleteScreen() deletePlate() deleteProject() deleteDataset() from blitz gateway. See 4773
* 7b34456 Removing use of conn.deleteImages() from webclient. See 4773
* 5dc4517 Removing use of conn.deleteImage() from webclient. See #4773
* 989c2bf Removing deleteImages() and deleteImage() from blitz gateway. See 4773

comment:21 Changed 13 years ago by Carlos Neves <carlos@…>

(In [98c2fbb33a189782d33501518e437bda57d463bb/ome.git] on branch dev_4_1_custom) Removing searchImages() from blitz. Improving searchObjects() err msg. See #4773

comment:22 Changed 13 years ago by Carlos Neves <carlos@…>

(In [e4641b57ef2022394d10078c508fda95de7ef1af/ome.git] on branch dev_4_1_custom) Removing searchDatasets() and searchProjects() from blitz gateway. See #4773

comment:23 Changed 13 years ago by Carlos Neves <carlos@…>

(In [c3101358121bb6409cac8080f5d74bdd1b58c24f/ome.git] on branch dev_4_1_custom) Removing searchScreens() and searchPlates() from blitz gateway. See #4773

comment:24 Changed 13 years ago by Carlos Neves <carlos@…>

(In [4932f3a50308bf51954605bf08b77ec563ebcc90/ome.git] on branch dev_4_1_custom) Removing simpleSearch() from blitz gateway. See #4773

comment:25 Changed 13 years ago by Will Moore <will@…>

(In [023a2b5dbe04e73273e1cf219cc6136f4a7ae555/ome.git] on branch develop) Removing use of conn.deleteImage() from webclient. See #4773

Note: See TracTickets for help on using tickets. You may also have a look at Agilo extensions to the ticket.

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.69616 sec.)

We're Hiring!