Package omero.api
Interface AMD_IAdmin_getMyUserPhotos
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IAdmin_getMyUserPhotos extends Ice.AMDCallback
Retrieves theOriginalFile
object attached to this user as specified byuploadMyUserPhoto
. 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.
-
-
-
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.
-
-