Task #5140 (new)
Opened 13 years ago
Last modified 13 years ago
Review non-Enum uses of IQuery.findAll
Reported by: | jamoore | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | Unscheduled |
Component: | Performance | Version: | n.a. |
Keywords: | n.a. | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
~/git $ git grep findAll | grep -v test | grep -v findAllBy | grep -v findAllObjects | grep -v import components/blitz/src/ome/services/blitz/fire/Ring.java: List<Node> nodes = sf.getQueryService().findAll( components/server/src/ome/logic/PixelsImpl.java: return iQuery.findAll(klass, null); components/server/src/ome/logic/TypesImpl.java: return iQuery.findAll(k, null); components/tools/OmeroM/demo/findAllImages.m:function [images] = findAllImages(gateway) examples/ScreenPlateWell/imagesperwell.m:plates = q.findAll('Plate', filter); examples/ScreenPlateWell/imagesperwell.py:plates = q.findAll("Plate", filter) examples/ScreenPlateWell/listplates.m:plates = q.findAll('Plate', filter); examples/ScreenPlateWell/listplates.py:plates = q.findAll('Plate', filter); ...
Change History (1)
comment:1 Changed 13 years ago by jmoore
- Milestone changed from OMERO-Beta4.3.1 to Unscheduled
- Priority changed from major to critical
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.