Package omero.api
Interface AMD_IRenderingSettings_applySettingsToDataset
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IRenderingSettings_applySettingsToDataset extends Ice.AMDCallback
Applies rendering settings to all images in a given Dataset.
-
-
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 theTRUE
is a collection of images ID, the settings were successfully applied to. The value of theFALSE
is a collection of images ID, the settings could not be applied to.
-
-