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 the Job has a valid script attached, based on the acceptsList and the current security context. An example of an acceptsList might be
    Experimenter(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 Detail

      • ice_response

        void ice_response​(OriginalFile __ret)
        ice_response indicates that the operation completed successfully.