Ticket #67 (new story)
Unify Options (ome.util.builders) and QueryParameter (ome.services.query) APIs.
| Reported by: | jmoore | Owned by: | jmoore |
|---|---|---|---|
| Priority: | critical | Milestone: | 3.0-Beta4 |
| Component: | Remoting | Version: | 3.0-M1 |
| Keywords: | Cc: | jburel |
Description
QueryParameter? instances are intended to permit C++-templates-esque parameter passing for dynamically generated queries. QueryParameters? can be mapped in our cross-language remoting platform (problem is touched on for ICE at http://zeroc.com/vbulletin/showthread.php?t=565) and as such be accessible to languages other than Java. But to do this, it will need to be in the /common component.
As long as we are making that change, we could combine QueryParameters? with the Builders (see PojoBuilder?) to make the builders more type safe and, in general, more useful.
Originally : http://bugs.openmicroscopy.org.uk/show_bug.cgi?id=663
