Package omero.api

Interface AMD_IRenderingSettings_applySettingsToSet

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_IRenderingSettings_applySettingsToSet
    extends Ice.AMDCallback
    Applies rendering settings to one or many containers. If a container such as Dataset is to be copied to, all images within that Dataset will have the rendering settings applied. Supported container types are:
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void ice_response​(java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> __ret)
      ice_response indicates that the operation completed successfully.
      • Methods inherited from interface Ice.AMDCallback

        ice_exception
    • Method Detail

      • ice_response

        void ice_response​(java.util.Map<java.lang.Boolean,​java.util.List<java.lang.Long>> __ret)
        ice_response indicates that the operation completed successfully.
        Parameters:
        __ret - (return value) A map with two boolean keys. The value of the key TRUE is a collection of image IDs, the settings were successfully applied to. The value of the key FALSE is a collection of image IDs, the settings could not be applied to.