Package omero.api
Class Callback_IMetadata_loadSpecifiedAnnotationsLinkedTo
- java.lang.Object
-
- IceInternal.CallbackBase
-
- IceInternal.TwowayCallback
-
- omero.api.Callback_IMetadata_loadSpecifiedAnnotationsLinkedTo
-
- All Implemented Interfaces:
Ice.TwowayCallback
,Ice.TwowayCallbackArg1<java.util.Map<java.lang.Long,java.util.List<Annotation>>>
,Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,java.util.List<Annotation>>>
public abstract class Callback_IMetadata_loadSpecifiedAnnotationsLinkedTo extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,java.util.List<Annotation>>>
Loads the annotations of a given type linked to the specified objects. It is possible to filter the annotations by including or excluding name spaces set on the annotations. This method looks for the annotations that have been attached to each of the specified objects. It then maps eachrootNodeId
onto the set of annotations that were found for that node. If no annotations were found for that node, the map will not contain an entry for that node. Otherwise it will be aSet
containingAnnotation
objects. TherootNodeType
supported are: Project, Dataset, Image, Pixels, Screen, Plate, PlateAcquisition, Well, Fileset.
-
-
Constructor Summary
Constructors Constructor Description Callback_IMetadata_loadSpecifiedAnnotationsLinkedTo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__completed(Ice.AsyncResult __result)
-