Package omero.api

Interface AMD_IContainer_updateDataObject

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_IContainer_updateDataObject
    extends Ice.AMDCallback
    Updates a data object.

    To link or unlink objects to the specified object, we should call the methods link or unlink. TODO Or do we use for example dataset.setProjects(set of projects) to add. Link has to be set as follows dataset→project and project→dataset. Alternatively, you can make sure that the collection is exactly how it should be in the database. If you can't guarantee this, it's best to send all your collections back as null

    • 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) created data object