Package omero.api

Interface AMD_IQuery_refresh

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_IQuery_refresh
    extends Ice.AMDCallback
    Refreshes an entire IObject 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), an ApiUsageException 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.
      • Methods inherited from interface Ice.AMDCallback

        ice_exception
    • Method Detail

      • ice_response

        void ice_response​(IObject __ret)
        ice_response indicates that the operation completed successfully.
        Parameters:
        __ret - (return value) a similar IObject graph (with possible additions and deletions) which is in-sync with the database.