Package omero.api
Interface AMD_IShare_getShare
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IShare_getShare extends Ice.AMDCallback
Gets a share as aSession
with all related:Annotation
comments,Experimenter
members, fully loaded. Unlike the other methods on this interface, if the sessionId is unknown, does not throw aValidationException
.
-
-
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.
-
-
-
Method Detail
-
ice_response
void ice_response(Share __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) aSession
with id andDetails
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 theSession
. Missing is a list of share guests.
-
-