Package omero.api
Interface AMD_IQuery_findAllByString
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IQuery_findAllByString extends Ice.AMDCallback
Searches a given field matching against a String. Method allows for case sensitive or insensitive searching using the (I)LIKE comparators. Result set will be reduced by theFilter
instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(java.util.List<IObject> __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(java.util.List<IObject> __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) A list (possibly empty) with the results.
-
-