Package omero.api
Interface AMD_IScript_getUserScripts
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IScript_getUserScripts extends Ice.AMDCallback
Returns non-official scripts which have been uploaded by individual users. These scripts will not be run by the server, though a user can start a personal usermode processor which will allow the scripts to be executed. This is particularly useful for testing new scripts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(java.util.List<OriginalFile> __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(java.util.List<OriginalFile> __ret)
ice_response indicates that the operation completed successfully.
-
-