Package omero.api

Interface AMD_IShare_getShare

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_IShare_getShare
    extends Ice.AMDCallback
    Gets a share as a Session with all related: Annotation comments, Experimenter members, fully loaded. Unlike the other methods on this interface, if the sessionId is unknown, does not throw a ValidationException.
    • Method Summary

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

        ice_exception
    • Method Detail

      • ice_response

        void ice_response​(Share __ret)
        ice_response indicates that the operation completed successfully.
        Parameters:
        __ret - (return value) a Session with id and Details set or null. The owner in the Details object is the true owner, and the group in the Details has all member users linked. Annotation instances of the share are linked to the Session. Missing is a list of share guests.