Package omero.api
Interface AMD_IQuery_refresh
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IQuery_refresh extends Ice.AMDCallback
Refreshes an entireIObject
graph, recursive loading all data for the managed instances in the graph from the database. If any non-managed entities are detected (e.g. without ids), anApiUsageException
will be thrown.
-
-
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.
-