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 specified rootNodes for the specified annotatorIds. 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 each rootId onto the set of annotations that were found for that node. If no annotations were found for that node, then the entry will be null. Otherwise it will be a Map containing Annotation 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.
      • Methods inherited from interface Ice.AMDCallback

        ice_exception
    • 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 the Map of all annotations for that node or null.