Package omero.api

Class 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 each rootNodeId 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 a Set containing Annotation objects. The rootNodeType supported are: Project, Dataset, Image, Pixels, Screen, Plate, PlateAcquisition, Well, Fileset.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void __completed​(Ice.AsyncResult __result)  
      • Methods inherited from class IceInternal.TwowayCallback

        __hasSentCallback, __sent, exception, sent
      • Methods inherited from class IceInternal.CallbackBase

        check
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface Ice.TwowayCallback

        exception, exception
      • Methods inherited from interface Ice.TwowayCallbackArg1

        response
      • Methods inherited from interface Ice.TwowayCallbackArg1UE

        exception
    • Constructor Detail

      • Callback_IMetadata_loadSpecifiedAnnotationsLinkedTo

        public Callback_IMetadata_loadSpecifiedAnnotationsLinkedTo()
    • Method Detail

      • __completed

        public final void __completed​(Ice.AsyncResult __result)
        Specified by:
        __completed in class IceInternal.CallbackBase