Package omero.api
Interface AMD_IScript_validateScript
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IScript_validateScript extends Ice.AMDCallback
Used internally by processor.py to check if the script attached to theJob
has a valid script attached, based on theacceptsList
and the current security context. An example of an acceptsList might beExperimenter(myUserId, False)
, meaning that only scripts belonging to me should be trusted. An empty list implies that the server should return what it would by default trust. A valid script will be returned if it exists; otherwise null.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(OriginalFile __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(OriginalFile __ret)
ice_response indicates that the operation completed successfully.
-
-