Package omero.api
Interface AMD_IRenderingSettings_applySettingsToProject
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IRenderingSettings_applySettingsToProject extends Ice.AMDCallbackApplies rendering settings to all images in all Datasets of a given Project.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidice_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 theTRUEis a collection of images ID, the settings were successfully applied to. The value of theFALSEis a collection of images ID, the settings could not be applied to.
-
-