Package omero.api
Interface AMD_IQuery_findByQuery
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IQuery_findByQuery extends Ice.AMDCallback
Executes the stored query with the given name. If a query with the name cannot be found, an exception will be thrown. The queryName parameter can be an actual query String if the StringQuerySource is configured on the server and the user running the query has proper permissions.
-
-
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) Possibly null IObject result.
-
-