Package omero.api
Interface AMD_IQuery_find
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IQuery_find extends Ice.AMDCallback
Looks up an entity by class and id. If no such objects exists, return anull
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(IObject __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(IObject __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) an initialized entity or null if id doesn't exist.
-
-