[ome-devel] Accessing OMERO.insight attachements via the API.
jean-marie
j.burel at dundee.ac.uk
Tue Aug 4 10:44:28 BST 2009
Hi Jerome
Follow the code I use to link a file annotation (existing one) to an
image
Image image; //retrieve from server
FileAnnotation fa;
image.unloadCollections(); //to be on the save side.
ImageAnnotationLink l = new ImageAnnotationLinkI();
l.setParent(image);
l.setChild(fa);
IUpdatePrx service;
service.saveAndReturnObject(l);
I have tried with 4.0.3 and trunk. I cannot reproduce the error you
sent.
Jmarie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmicroscopy.org.uk/pipermail/ome-devel/attachments/20090804/f55e7c43/attachment.htm
More information about the ome-devel
mailing list