[ome-devel] Accessing OMERO.insight attachements via the API.
jean-marie
j.burel at dundee.ac.uk
Wed Jul 22 16:14:58 BST 2009
Hi Jerome
If you want to remove the tag, you need to delete the link.
We should add some methods to the API to improve the usability
Retrieve the link using the findByQuery of the IQuery service i.e.
query =
"select link from ImageAnnotationLink as link where " +
"link.parent.id = :imageID and link.child.id =: tagID";
then delete the link
using the deleteObject method from the IUpdate service.
Hope it helps
Jmarie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmicroscopy.org.uk/pipermail/ome-devel/attachments/20090722/e8204eb6/attachment.htm
More information about the ome-devel
mailing list