Package omero.api
Interface AMD_IMetadata_loadAnnotations
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IMetadata_loadAnnotations extends Ice.AMDCallback
Loads all the annotations of given types, that have been attached to the specifiedrootNodes
for the specifiedannotatorIds
. If no types specified, all annotations will be loaded. This method looks for the annotations that have been attached to each of the specified objects. It then maps eachrootId
onto the set of annotations that were found for that node. If no annotations were found for that node, then the entry will benull
. Otherwise it will be aMap
containingAnnotation
objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(java.util.Map<java.lang.Long,java.util.List<IObject>> __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(java.util.Map<java.lang.Long,java.util.List<IObject>> __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) A map whose key is rootId and value theMap
of all annotations for that node ornull
.
-
-