Package omero.api

Interface AMD_IContainer_createDataObject

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_IContainer_createDataObject
    extends Ice.AMDCallback
    Creates the specified data object.

    A placeholder parent object is created if the data object is to be put in a collection.

    For example, if the object is a Dataset, we first create a Project as parent then we set the Dataset parent as follows: //pseudo-code TODO Project p = new Project(id,false); dataset.addProject(p); then for each parent relationship a DataObject ILink is created.

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