Package omero.api
Interface AMD_IScript_getUserScripts
- 
- All Superinterfaces:
- Ice.AMDCallback
 
 public interface AMD_IScript_getUserScripts extends Ice.AMDCallbackReturns 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidice_response(java.util.List<OriginalFile> __ret)ice_response indicates that the operation completed successfully.
 
- 
- 
- 
Method Detail- 
ice_responsevoid ice_response(java.util.List<OriginalFile> __ret) ice_response indicates that the operation completed successfully.
 
- 
 
-