Package omero.api
Interface AMD_IRenderingSettings_applySettingsToSet
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IRenderingSettings_applySettingsToSet extends Ice.AMDCallback
-
-
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.
-
-
-
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 keyTRUE
is a collection of image IDs, the settings were successfully applied to. The value of the keyFALSE
is a collection of image IDs, the settings could not be applied to.
-
-