Package omero.api
Interface AMD_IQuery_findAllByExample
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IQuery_findAllByExample extends Ice.AMDCallback
Searches based on provided example entity. The returned entities will be limited by theFilter
object. Note: findAllbyExample does not operate on theid
field. For that, usefind
,get
,findByQuery
, orfindAllByQuery
.
-
-
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) Possibly empty List of IObject results.
-
-