Package omero.api
Interface AMD_IShare_getShare
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IShare_getShare extends Ice.AMDCallbackGets a share as aSessionwith all related:Annotationcomments,Experimentermembers, 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 voidice_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) aSessionwith id andDetailsset or null. The owner in the Details object is the true owner, and the group in the Details has all member users linked.Annotationinstances of the share are linked to theSession. Missing is a list of share guests.
-
-