Package omero.api

Interface AMD_IAdmin_getMyUserPhotos

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_IAdmin_getMyUserPhotos
    extends Ice.AMDCallback
    Retrieves the OriginalFile object attached to this user as specified by uploadMyUserPhoto. The return value is order by the most recently modified file first.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void ice_response​(java.util.List<OriginalFile> __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.List<OriginalFile> __ret)
        ice_response indicates that the operation completed successfully.
        Parameters:
        __ret - (return value) file objects. Possibly empty.