Package omero.api
Class Callback_IMetadata_loadAnnotations
- java.lang.Object
-
- IceInternal.CallbackBase
-
- IceInternal.TwowayCallback
-
- omero.api.Callback_IMetadata_loadAnnotations
-
- All Implemented Interfaces:
Ice.TwowayCallback
,Ice.TwowayCallbackArg1<java.util.Map<java.lang.Long,java.util.List<IObject>>>
,Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,java.util.List<IObject>>>
public abstract class Callback_IMetadata_loadAnnotations extends IceInternal.TwowayCallback implements Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,java.util.List<IObject>>>
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.
-
-
Constructor Summary
Constructors Constructor Description Callback_IMetadata_loadAnnotations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__completed(Ice.AsyncResult __result)
-