Package omero.api

Interface AMD_IAdmin_uploadMyUserPhoto

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_IAdmin_uploadMyUserPhoto
    extends Ice.AMDCallback
    Uploads a photo for the user which will be displayed on his/her profile. This photo will be saved as an OriginalFile object with the given format, and attached to the user's Experimenter object via an FileAnnotation with the namespace: openmicroscopy.org/omero/experimenter/photo (NSEXPERIMENTERPHOTO). If such an OriginalFile instance already exists, it will be overwritten. If more than one photo is present, the oldest version will be modified (i.e. the highest updateEvent id). Note: as outlined in ticket 1794 this photo will be placed in the user group and therefore will be visible to everyone on the system.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void ice_response​(long __ret)
      ice_response indicates that the operation completed successfully.
      • Methods inherited from interface Ice.AMDCallback

        ice_exception
    • Method Detail

      • ice_response

        void ice_response​(long __ret)
        ice_response indicates that the operation completed successfully.
        Parameters:
        __ret - (return value) the id of the overwritten or newly created user photo OriginalFile object.