Package omero.api
Interface AMD_IQuery_findByString
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IQuery_findByString extends Ice.AMDCallback
Searches a given field matching against a String. Method does not allow for case sensitive or insensitive searching since this is essentially a lookup. The existence of more than one result will result in an exception.
-
-
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) found entity or possibly null.
-
-