Package omero.api

Interface AMD_IMetadata_loadSpecifiedAnnotationsLinkedTo

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_IMetadata_loadSpecifiedAnnotationsLinkedTo
    extends Ice.AMDCallback
    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 Abstract Methods 
      Modifier and Type Method Description
      void ice_response​(java.util.Map<java.lang.Long,​java.util.List<Annotation>> __ret)
      ice_response indicates that the operation completed successfully.
      • Methods inherited from interface Ice.AMDCallback

        ice_exception
    • Method Detail

      • ice_response

        void ice_response​(java.util.Map<java.lang.Long,​java.util.List<Annotation>> __ret)
        ice_response indicates that the operation completed successfully.
        Parameters:
        __ret - (return value) A collection of found annotations.