Package omero.api

Interface IScriptPrx

  • All Superinterfaces:
    Ice.ObjectPrx, ServiceInterfacePrx
    All Known Implementing Classes:
    IScriptPrxHelper

    public interface IScriptPrx
    extends ServiceInterfacePrx
    Utility service for managing and launching scripts for execution by the Processor API. Typical usage might include (PYTHON):
     
     sf = client.createSession()
     svc = sf.getScriptService()
     scripts = svc.getScripts()
    
     if len(scripts) >= 1:
     script_id = svc.keys()\[-1]
     else:
     script_id = svc.uploadScript('/test/my_script.py', SCRIPT_TEXT)
    
     params = svc.getParams(script_id)
    
     # You will need to parse the params to create the proper input
     inputs = {}
    
     # The last parameter is how long to wait as an RInt
     proc = svc.runScript(script_id, inputs, None)
     try:
     cb = omero.scripts.ProcessCallbackI(client, proc)
     while not cb.block(1000): # ms.
     pass
     cb.close()
     rv = proc.getResults(0)
     finally:
     proc.close(False)
     
     
    See OMERO.scripts for more information.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface Ice.ObjectPrx

        Ice.ObjectPrx.FunctionalCallback_Object_ice_invoke_Response
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Ice.AsyncResult begin_canRunScript​(long scriptID)
      Returns true if there is a processor which will run the given script.
      Ice.AsyncResult begin_canRunScript​(long scriptID, Ice.Callback __cb)
      Returns true if there is a processor which will run the given script.
      Ice.AsyncResult begin_canRunScript​(long scriptID, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns true if there is a processor which will run the given script.
      Ice.AsyncResult begin_canRunScript​(long scriptID, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns true if there is a processor which will run the given script.
      Ice.AsyncResult begin_canRunScript​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns true if there is a processor which will run the given script.
      Ice.AsyncResult begin_canRunScript​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Returns true if there is a processor which will run the given script.
      Ice.AsyncResult begin_canRunScript​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns true if there is a processor which will run the given script.
      Ice.AsyncResult begin_canRunScript​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns true if there is a processor which will run the given script.
      Ice.AsyncResult begin_canRunScript​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IScript_canRunScript __cb)
      Returns true if there is a processor which will run the given script.
      Ice.AsyncResult begin_canRunScript​(long scriptID, Callback_IScript_canRunScript __cb)
      Returns true if there is a processor which will run the given script.
      Ice.AsyncResult begin_deleteScript​(long scriptID)
      Delete the script on the server with id.
      Ice.AsyncResult begin_deleteScript​(long scriptID, Ice.Callback __cb)
      Delete the script on the server with id.
      Ice.AsyncResult begin_deleteScript​(long scriptID, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Delete the script on the server with id.
      Ice.AsyncResult begin_deleteScript​(long scriptID, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Delete the script on the server with id.
      Ice.AsyncResult begin_deleteScript​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Delete the script on the server with id.
      Ice.AsyncResult begin_deleteScript​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Delete the script on the server with id.
      Ice.AsyncResult begin_deleteScript​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Delete the script on the server with id.
      Ice.AsyncResult begin_deleteScript​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Delete the script on the server with id.
      Ice.AsyncResult begin_deleteScript​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IScript_deleteScript __cb)
      Delete the script on the server with id.
      Ice.AsyncResult begin_deleteScript​(long scriptID, Callback_IScript_deleteScript __cb)
      Delete the script on the server with id.
      Ice.AsyncResult begin_editScript​(OriginalFile fileObject, java.lang.String scriptText)
      Modify the text for the given script object.
      Ice.AsyncResult begin_editScript​(OriginalFile fileObject, java.lang.String scriptText, Ice.Callback __cb)
      Modify the text for the given script object.
      Ice.AsyncResult begin_editScript​(OriginalFile fileObject, java.lang.String scriptText, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Modify the text for the given script object.
      Ice.AsyncResult begin_editScript​(OriginalFile fileObject, java.lang.String scriptText, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Modify the text for the given script object.
      Ice.AsyncResult begin_editScript​(OriginalFile fileObject, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Modify the text for the given script object.
      Ice.AsyncResult begin_editScript​(OriginalFile fileObject, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Modify the text for the given script object.
      Ice.AsyncResult begin_editScript​(OriginalFile fileObject, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Modify the text for the given script object.
      Ice.AsyncResult begin_editScript​(OriginalFile fileObject, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Modify the text for the given script object.
      Ice.AsyncResult begin_editScript​(OriginalFile fileObject, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IScript_editScript __cb)
      Modify the text for the given script object.
      Ice.AsyncResult begin_editScript​(OriginalFile fileObject, java.lang.String scriptText, Callback_IScript_editScript __cb)
      Modify the text for the given script object.
      Ice.AsyncResult begin_getParams​(long scriptID)
      Get the parameters that the script takes and returns, along with other metadata available from the script.
      Ice.AsyncResult begin_getParams​(long scriptID, Ice.Callback __cb)
      Get the parameters that the script takes and returns, along with other metadata available from the script.
      Ice.AsyncResult begin_getParams​(long scriptID, IceInternal.Functional_GenericCallback1<JobParams> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get the parameters that the script takes and returns, along with other metadata available from the script.
      Ice.AsyncResult begin_getParams​(long scriptID, IceInternal.Functional_GenericCallback1<JobParams> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get the parameters that the script takes and returns, along with other metadata available from the script.
      Ice.AsyncResult begin_getParams​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get the parameters that the script takes and returns, along with other metadata available from the script.
      Ice.AsyncResult begin_getParams​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Get the parameters that the script takes and returns, along with other metadata available from the script.
      Ice.AsyncResult begin_getParams​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<JobParams> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get the parameters that the script takes and returns, along with other metadata available from the script.
      Ice.AsyncResult begin_getParams​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<JobParams> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get the parameters that the script takes and returns, along with other metadata available from the script.
      Ice.AsyncResult begin_getParams​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IScript_getParams __cb)
      Get the parameters that the script takes and returns, along with other metadata available from the script.
      Ice.AsyncResult begin_getParams​(long scriptID, Callback_IScript_getParams __cb)
      Get the parameters that the script takes and returns, along with other metadata available from the script.
      Ice.AsyncResult begin_getScriptID​(java.lang.String path)
      Get the id of an official script by the script path.
      Ice.AsyncResult begin_getScriptID​(java.lang.String path, Ice.Callback __cb)
      Get the id of an official script by the script path.
      Ice.AsyncResult begin_getScriptID​(java.lang.String path, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get the id of an official script by the script path.
      Ice.AsyncResult begin_getScriptID​(java.lang.String path, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get the id of an official script by the script path.
      Ice.AsyncResult begin_getScriptID​(java.lang.String path, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get the id of an official script by the script path.
      Ice.AsyncResult begin_getScriptID​(java.lang.String path, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Get the id of an official script by the script path.
      Ice.AsyncResult begin_getScriptID​(java.lang.String path, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get the id of an official script by the script path.
      Ice.AsyncResult begin_getScriptID​(java.lang.String path, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get the id of an official script by the script path.
      Ice.AsyncResult begin_getScriptID​(java.lang.String path, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IScript_getScriptID __cb)
      Get the id of an official script by the script path.
      Ice.AsyncResult begin_getScriptID​(java.lang.String path, Callback_IScript_getScriptID __cb)
      Get the id of an official script by the script path.
      Ice.AsyncResult begin_getScripts()
      This method returns official server scripts as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScripts​(Ice.Callback __cb)
      This method returns official server scripts as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScripts​(IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      This method returns official server scripts as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScripts​(IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      This method returns official server scripts as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScripts​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      This method returns official server scripts as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScripts​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      This method returns official server scripts as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScripts​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      This method returns official server scripts as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScripts​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      This method returns official server scripts as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScripts​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IScript_getScripts __cb)
      This method returns official server scripts as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScripts​(Callback_IScript_getScripts __cb)
      This method returns official server scripts as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype)
      This method returns official server scripts identified with the specified extension as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype, Ice.Callback __cb)
      This method returns official server scripts identified with the specified extension as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype, IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      This method returns official server scripts identified with the specified extension as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype, IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      This method returns official server scripts identified with the specified extension as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      This method returns official server scripts identified with the specified extension as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      This method returns official server scripts identified with the specified extension as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      This method returns official server scripts identified with the specified extension as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      This method returns official server scripts identified with the specified extension as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IScript_getScriptsByMimetype __cb)
      This method returns official server scripts identified with the specified extension as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype, Callback_IScript_getScriptsByMimetype __cb)
      This method returns official server scripts identified with the specified extension as a list of OriginalFile objects.
      Ice.AsyncResult begin_getScriptText​(long scriptID)
      Get the text from the server for the script with given id.
      Ice.AsyncResult begin_getScriptText​(long scriptID, Ice.Callback __cb)
      Get the text from the server for the script with given id.
      Ice.AsyncResult begin_getScriptText​(long scriptID, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get the text from the server for the script with given id.
      Ice.AsyncResult begin_getScriptText​(long scriptID, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get the text from the server for the script with given id.
      Ice.AsyncResult begin_getScriptText​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get the text from the server for the script with given id.
      Ice.AsyncResult begin_getScriptText​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Get the text from the server for the script with given id.
      Ice.AsyncResult begin_getScriptText​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get the text from the server for the script with given id.
      Ice.AsyncResult begin_getScriptText​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get the text from the server for the script with given id.
      Ice.AsyncResult begin_getScriptText​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IScript_getScriptText __cb)
      Get the text from the server for the script with given id.
      Ice.AsyncResult begin_getScriptText​(long scriptID, Callback_IScript_getScriptText __cb)
      Get the text from the server for the script with given id.
      Ice.AsyncResult begin_getScriptWithDetails​(long scriptID)
      Get the script from the server with details from OriginalFile
      Ice.AsyncResult begin_getScriptWithDetails​(long scriptID, Ice.Callback __cb)
      Get the script from the server with details from OriginalFile
      Ice.AsyncResult begin_getScriptWithDetails​(long scriptID, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get the script from the server with details from OriginalFile
      Ice.AsyncResult begin_getScriptWithDetails​(long scriptID, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get the script from the server with details from OriginalFile
      Ice.AsyncResult begin_getScriptWithDetails​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get the script from the server with details from OriginalFile
      Ice.AsyncResult begin_getScriptWithDetails​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Get the script from the server with details from OriginalFile
      Ice.AsyncResult begin_getScriptWithDetails​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Get the script from the server with details from OriginalFile
      Ice.AsyncResult begin_getScriptWithDetails​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Get the script from the server with details from OriginalFile
      Ice.AsyncResult begin_getScriptWithDetails​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IScript_getScriptWithDetails __cb)
      Get the script from the server with details from OriginalFile
      Ice.AsyncResult begin_getScriptWithDetails​(long scriptID, Callback_IScript_getScriptWithDetails __cb)
      Get the script from the server with details from OriginalFile
      Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList)
      Returns non-official scripts which have been uploaded by individual users.
      Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList, Ice.Callback __cb)
      Returns non-official scripts which have been uploaded by individual users.
      Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList, IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns non-official scripts which have been uploaded by individual users.
      Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList, IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns non-official scripts which have been uploaded by individual users.
      Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns non-official scripts which have been uploaded by individual users.
      Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Returns non-official scripts which have been uploaded by individual users.
      Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns non-official scripts which have been uploaded by individual users.
      Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns non-official scripts which have been uploaded by individual users.
      Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IScript_getUserScripts __cb)
      Returns non-official scripts which have been uploaded by individual users.
      Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList, Callback_IScript_getUserScripts __cb)
      Returns non-official scripts which have been uploaded by individual users.
      Ice.AsyncResult begin_runScript​(long scriptID, java.util.Map<java.lang.String,​RType> inputs, RInt waitSecs)
      If ResourceError is thrown, then no Processor is available.
      Ice.AsyncResult begin_runScript​(long scriptID, java.util.Map<java.lang.String,​RType> inputs, RInt waitSecs, Ice.Callback __cb)
      If ResourceError is thrown, then no Processor is available.
      Ice.AsyncResult begin_runScript​(long scriptID, java.util.Map<java.lang.String,​RType> inputs, RInt waitSecs, IceInternal.Functional_GenericCallback1<ScriptProcessPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      If ResourceError is thrown, then no Processor is available.
      Ice.AsyncResult begin_runScript​(long scriptID, java.util.Map<java.lang.String,​RType> inputs, RInt waitSecs, IceInternal.Functional_GenericCallback1<ScriptProcessPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      If ResourceError is thrown, then no Processor is available.
      Ice.AsyncResult begin_runScript​(long scriptID, java.util.Map<java.lang.String,​RType> inputs, RInt waitSecs, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      If ResourceError is thrown, then no Processor is available.
      Ice.AsyncResult begin_runScript​(long scriptID, java.util.Map<java.lang.String,​RType> inputs, RInt waitSecs, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      If ResourceError is thrown, then no Processor is available.
      Ice.AsyncResult begin_runScript​(long scriptID, java.util.Map<java.lang.String,​RType> inputs, RInt waitSecs, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ScriptProcessPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      If ResourceError is thrown, then no Processor is available.
      Ice.AsyncResult begin_runScript​(long scriptID, java.util.Map<java.lang.String,​RType> inputs, RInt waitSecs, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ScriptProcessPrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      If ResourceError is thrown, then no Processor is available.
      Ice.AsyncResult begin_runScript​(long scriptID, java.util.Map<java.lang.String,​RType> inputs, RInt waitSecs, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IScript_runScript __cb)
      If ResourceError is thrown, then no Processor is available.
      Ice.AsyncResult begin_runScript​(long scriptID, java.util.Map<java.lang.String,​RType> inputs, RInt waitSecs, Callback_IScript_runScript __cb)
      If ResourceError is thrown, then no Processor is available.
      Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path, java.lang.String scriptText)
      Like uploadScript but is only callable by administrators.
      Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path, java.lang.String scriptText, Ice.Callback __cb)
      Like uploadScript but is only callable by administrators.
      Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path, java.lang.String scriptText, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Like uploadScript but is only callable by administrators.
      Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path, java.lang.String scriptText, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Like uploadScript but is only callable by administrators.
      Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Like uploadScript but is only callable by administrators.
      Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Like uploadScript but is only callable by administrators.
      Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Like uploadScript but is only callable by administrators.
      Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Like uploadScript but is only callable by administrators.
      Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IScript_uploadOfficialScript __cb)
      Like uploadScript but is only callable by administrators.
      Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path, java.lang.String scriptText, Callback_IScript_uploadOfficialScript __cb)
      Like uploadScript but is only callable by administrators.
      Ice.AsyncResult begin_uploadScript​(java.lang.String path, java.lang.String scriptText)
      Upload a user script to the server and return the id.
      Ice.AsyncResult begin_uploadScript​(java.lang.String path, java.lang.String scriptText, Ice.Callback __cb)
      Upload a user script to the server and return the id.
      Ice.AsyncResult begin_uploadScript​(java.lang.String path, java.lang.String scriptText, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Upload a user script to the server and return the id.
      Ice.AsyncResult begin_uploadScript​(java.lang.String path, java.lang.String scriptText, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Upload a user script to the server and return the id.
      Ice.AsyncResult begin_uploadScript​(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Upload a user script to the server and return the id.
      Ice.AsyncResult begin_uploadScript​(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Upload a user script to the server and return the id.
      Ice.AsyncResult begin_uploadScript​(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Upload a user script to the server and return the id.
      Ice.AsyncResult begin_uploadScript​(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Upload a user script to the server and return the id.
      Ice.AsyncResult begin_uploadScript​(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IScript_uploadScript __cb)
      Upload a user script to the server and return the id.
      Ice.AsyncResult begin_uploadScript​(java.lang.String path, java.lang.String scriptText, Callback_IScript_uploadScript __cb)
      Upload a user script to the server and return the id.
      Ice.AsyncResult begin_validateScript​(Job j, java.util.List<IObject> acceptsList)
      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.
      Ice.AsyncResult begin_validateScript​(Job j, java.util.List<IObject> acceptsList, Ice.Callback __cb)
      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.
      Ice.AsyncResult begin_validateScript​(Job j, java.util.List<IObject> acceptsList, IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      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.
      Ice.AsyncResult begin_validateScript​(Job j, java.util.List<IObject> acceptsList, IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      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.
      Ice.AsyncResult begin_validateScript​(Job j, java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      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.
      Ice.AsyncResult begin_validateScript​(Job j, java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      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.
      Ice.AsyncResult begin_validateScript​(Job j, java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      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.
      Ice.AsyncResult begin_validateScript​(Job j, java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      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.
      Ice.AsyncResult begin_validateScript​(Job j, java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IScript_validateScript __cb)
      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.
      Ice.AsyncResult begin_validateScript​(Job j, java.util.List<IObject> acceptsList, Callback_IScript_validateScript __cb)
      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.
      boolean canRunScript​(long scriptID)
      Returns true if there is a processor which will run the given script.
      boolean canRunScript​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns true if there is a processor which will run the given script.
      void deleteScript​(long scriptID)
      Delete the script on the server with id.
      void deleteScript​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Delete the script on the server with id.
      void editScript​(OriginalFile fileObject, java.lang.String scriptText)
      Modify the text for the given script object.
      void editScript​(OriginalFile fileObject, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Modify the text for the given script object.
      boolean end_canRunScript​(Ice.AsyncResult __result)
      Returns true if there is a processor which will run the given script.
      void end_deleteScript​(Ice.AsyncResult __result)
      Delete the script on the server with id.
      void end_editScript​(Ice.AsyncResult __result)
      Modify the text for the given script object.
      JobParams end_getParams​(Ice.AsyncResult __result)
      Get the parameters that the script takes and returns, along with other metadata available from the script.
      long end_getScriptID​(Ice.AsyncResult __result)
      Get the id of an official script by the script path.
      java.util.List<OriginalFile> end_getScripts​(Ice.AsyncResult __result)
      This method returns official server scripts as a list of OriginalFile objects.
      java.util.List<OriginalFile> end_getScriptsByMimetype​(Ice.AsyncResult __result)
      This method returns official server scripts identified with the specified extension as a list of OriginalFile objects.
      java.lang.String end_getScriptText​(Ice.AsyncResult __result)
      Get the text from the server for the script with given id.
      java.util.Map<java.lang.String,​RType> end_getScriptWithDetails​(Ice.AsyncResult __result)
      Get the script from the server with details from OriginalFile
      java.util.List<OriginalFile> end_getUserScripts​(Ice.AsyncResult __result)
      Returns non-official scripts which have been uploaded by individual users.
      ScriptProcessPrx end_runScript​(Ice.AsyncResult __result)
      If ResourceError is thrown, then no Processor is available.
      long end_uploadOfficialScript​(Ice.AsyncResult __result)
      Like uploadScript but is only callable by administrators.
      long end_uploadScript​(Ice.AsyncResult __result)
      Upload a user script to the server and return the id.
      OriginalFile end_validateScript​(Ice.AsyncResult __result)
      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.
      JobParams getParams​(long scriptID)
      Get the parameters that the script takes and returns, along with other metadata available from the script.
      JobParams getParams​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get the parameters that the script takes and returns, along with other metadata available from the script.
      long getScriptID​(java.lang.String path)
      Get the id of an official script by the script path.
      long getScriptID​(java.lang.String path, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get the id of an official script by the script path.
      java.util.List<OriginalFile> getScripts()
      This method returns official server scripts as a list of OriginalFile objects.
      java.util.List<OriginalFile> getScripts​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      This method returns official server scripts as a list of OriginalFile objects.
      java.util.List<OriginalFile> getScriptsByMimetype​(java.lang.String mimetype)
      This method returns official server scripts identified with the specified extension as a list of OriginalFile objects.
      java.util.List<OriginalFile> getScriptsByMimetype​(java.lang.String mimetype, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      This method returns official server scripts identified with the specified extension as a list of OriginalFile objects.
      java.lang.String getScriptText​(long scriptID)
      Get the text from the server for the script with given id.
      java.lang.String getScriptText​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get the text from the server for the script with given id.
      java.util.Map<java.lang.String,​RType> getScriptWithDetails​(long scriptID)
      Get the script from the server with details from OriginalFile
      java.util.Map<java.lang.String,​RType> getScriptWithDetails​(long scriptID, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Get the script from the server with details from OriginalFile
      java.util.List<OriginalFile> getUserScripts​(java.util.List<IObject> acceptsList)
      Returns non-official scripts which have been uploaded by individual users.
      java.util.List<OriginalFile> getUserScripts​(java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns non-official scripts which have been uploaded by individual users.
      ScriptProcessPrx runScript​(long scriptID, java.util.Map<java.lang.String,​RType> inputs, RInt waitSecs)
      If ResourceError is thrown, then no Processor is available.
      ScriptProcessPrx runScript​(long scriptID, java.util.Map<java.lang.String,​RType> inputs, RInt waitSecs, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      If ResourceError is thrown, then no Processor is available.
      long uploadOfficialScript​(java.lang.String path, java.lang.String scriptText)
      Like uploadScript but is only callable by administrators.
      long uploadOfficialScript​(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Like uploadScript but is only callable by administrators.
      long uploadScript​(java.lang.String path, java.lang.String scriptText)
      Upload a user script to the server and return the id.
      long uploadScript​(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Upload a user script to the server and return the id.
      OriginalFile validateScript​(Job j, java.util.List<IObject> acceptsList)
      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.
      OriginalFile validateScript​(Job j, java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      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.
      • Methods inherited from interface Ice.ObjectPrx

        begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
    • Method Detail

      • getScripts

        java.util.List<OriginalFile> getScripts()
                                         throws ServerError
        This method returns official server scripts as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts()
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         # First character is a "/" symbol
         path = script.path.val\[1:\]
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Returns:
        see above.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • getScripts

        java.util.List<OriginalFile> getScripts​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                         throws ServerError
        This method returns official server scripts as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts()
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         # First character is a "/" symbol
         path = script.path.val\[1:\]
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        see above.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • begin_getScripts

        Ice.AsyncResult begin_getScripts()
        This method returns official server scripts as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts()
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         # First character is a "/" symbol
         path = script.path.val\[1:\]
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Returns:
        The asynchronous result object.
      • begin_getScripts

        Ice.AsyncResult begin_getScripts​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        This method returns official server scripts as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts()
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         # First character is a "/" symbol
         path = script.path.val\[1:\]
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getScripts

        Ice.AsyncResult begin_getScripts​(Ice.Callback __cb)
        This method returns official server scripts as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts()
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         # First character is a "/" symbol
         path = script.path.val\[1:\]
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScripts

        Ice.AsyncResult begin_getScripts​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         Ice.Callback __cb)
        This method returns official server scripts as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts()
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         # First character is a "/" symbol
         path = script.path.val\[1:\]
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScripts

        Ice.AsyncResult begin_getScripts​(Callback_IScript_getScripts __cb)
        This method returns official server scripts as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts()
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         # First character is a "/" symbol
         path = script.path.val\[1:\]
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScripts

        Ice.AsyncResult begin_getScripts​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         Callback_IScript_getScripts __cb)
        This method returns official server scripts as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts()
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         # First character is a "/" symbol
         path = script.path.val\[1:\]
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScripts

        Ice.AsyncResult begin_getScripts​(IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        This method returns official server scripts as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts()
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         # First character is a "/" symbol
         path = script.path.val\[1:\]
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getScripts

        Ice.AsyncResult begin_getScripts​(IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                         IceInternal.Functional_BoolCallback __sentCb)
        This method returns official server scripts as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts()
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         # First character is a "/" symbol
         path = script.path.val\[1:\]
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getScripts

        Ice.AsyncResult begin_getScripts​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        This method returns official server scripts as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts()
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         # First character is a "/" symbol
         path = script.path.val\[1:\]
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getScripts

        Ice.AsyncResult begin_getScripts​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                         IceInternal.Functional_BoolCallback __sentCb)
        This method returns official server scripts as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts()
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         # First character is a "/" symbol
         path = script.path.val\[1:\]
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getScripts

        java.util.List<OriginalFile> end_getScripts​(Ice.AsyncResult __result)
                                             throws ServerError
        This method returns official server scripts as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts()
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         # First character is a "/" symbol
         path = script.path.val\[1:\]
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        __result - The asynchronous result object.
        Returns:
        see above.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • getScriptsByMimetype

        java.util.List<OriginalFile> getScriptsByMimetype​(java.lang.String mimetype)
                                                   throws ServerError
        This method returns official server scripts identified with the specified extension as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts("py")
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         path = script.path.val\[1:\] # First symbol is a "/"
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        mimetype - the mimetype identifying the scripts.
        Returns:
        see above.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • getScriptsByMimetype

        java.util.List<OriginalFile> getScriptsByMimetype​(java.lang.String mimetype,
                                                          java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                   throws ServerError
        This method returns official server scripts identified with the specified extension as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts("py")
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         path = script.path.val\[1:\] # First symbol is a "/"
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        mimetype - the mimetype identifying the scripts.
        __ctx - The Context map to send with the invocation.
        Returns:
        see above.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • begin_getScriptsByMimetype

        Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype)
        This method returns official server scripts identified with the specified extension as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts("py")
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         path = script.path.val\[1:\] # First symbol is a "/"
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        mimetype - the mimetype identifying the scripts.
        Returns:
        The asynchronous result object.
      • begin_getScriptsByMimetype

        Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx)
        This method returns official server scripts identified with the specified extension as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts("py")
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         path = script.path.val\[1:\] # First symbol is a "/"
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        mimetype - the mimetype identifying the scripts.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getScriptsByMimetype

        Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype,
                                                   Ice.Callback __cb)
        This method returns official server scripts identified with the specified extension as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts("py")
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         path = script.path.val\[1:\] # First symbol is a "/"
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        mimetype - the mimetype identifying the scripts.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptsByMimetype

        Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   Ice.Callback __cb)
        This method returns official server scripts identified with the specified extension as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts("py")
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         path = script.path.val\[1:\] # First symbol is a "/"
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        mimetype - the mimetype identifying the scripts.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptsByMimetype

        Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype,
                                                   Callback_IScript_getScriptsByMimetype __cb)
        This method returns official server scripts identified with the specified extension as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts("py")
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         path = script.path.val\[1:\] # First symbol is a "/"
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        mimetype - the mimetype identifying the scripts.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptsByMimetype

        Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   Callback_IScript_getScriptsByMimetype __cb)
        This method returns official server scripts identified with the specified extension as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts("py")
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         path = script.path.val\[1:\] # First symbol is a "/"
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        mimetype - the mimetype identifying the scripts.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptsByMimetype

        Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype,
                                                   IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        This method returns official server scripts identified with the specified extension as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts("py")
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         path = script.path.val\[1:\] # First symbol is a "/"
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        mimetype - the mimetype identifying the scripts.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getScriptsByMimetype

        Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype,
                                                   IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        This method returns official server scripts identified with the specified extension as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts("py")
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         path = script.path.val\[1:\] # First symbol is a "/"
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        mimetype - the mimetype identifying the scripts.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getScriptsByMimetype

        Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        This method returns official server scripts identified with the specified extension as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts("py")
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         path = script.path.val\[1:\] # First symbol is a "/"
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        mimetype - the mimetype identifying the scripts.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getScriptsByMimetype

        Ice.AsyncResult begin_getScriptsByMimetype​(java.lang.String mimetype,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        This method returns official server scripts identified with the specified extension as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts("py")
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         path = script.path.val\[1:\] # First symbol is a "/"
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        mimetype - the mimetype identifying the scripts.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getScriptsByMimetype

        java.util.List<OriginalFile> end_getScriptsByMimetype​(Ice.AsyncResult __result)
                                                       throws ServerError
        This method returns official server scripts identified with the specified extension as a list of OriginalFile objects. These scripts will be executed by the server if submitted via runScript. The input parameters necessary for proper functioning can be retrieved via getParams. The OriginalFile.path value can be used in other official scripts via the language specific import command, since the script directory will be placed on the appropriate environment path variable.
         
         scripts = scriptService.getScripts("py")
         for script in scripts:
         text = scriptService.getScriptText(script.id.val)
         path = script.path.val\[1:\] # First symbol is a "/"
         path = path.replace("/",".")
         print "Possible import: %s" % path
         
         
        Parameters:
        __result - The asynchronous result object.
        Returns:
        see above.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • getUserScripts

        java.util.List<OriginalFile> getUserScripts​(java.util.List<IObject> acceptsList)
                                             throws ServerError
        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.
        Throws:
        ServerError
      • getUserScripts

        java.util.List<OriginalFile> getUserScripts​(java.util.List<IObject> acceptsList,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                             throws ServerError
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_getUserScripts

        Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList)
        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.
        Returns:
        The asynchronous result object.
      • begin_getUserScripts

        Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getUserScripts

        Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList,
                                             Ice.Callback __cb)
        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.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getUserScripts

        Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             Ice.Callback __cb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getUserScripts

        Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList,
                                             Callback_IScript_getUserScripts __cb)
        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.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getUserScripts

        Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             Callback_IScript_getUserScripts __cb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getUserScripts

        Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList,
                                             IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        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.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getUserScripts

        Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList,
                                             IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                             IceInternal.Functional_BoolCallback __sentCb)
        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.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getUserScripts

        Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getUserScripts

        Ice.AsyncResult begin_getUserScripts​(java.util.List<IObject> acceptsList,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                             IceInternal.Functional_BoolCallback __sentCb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getUserScripts

        java.util.List<OriginalFile> end_getUserScripts​(Ice.AsyncResult __result)
                                                 throws ServerError
        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.
        Parameters:
        __result - The asynchronous result object.
        Throws:
        ServerError
      • getScriptID

        long getScriptID​(java.lang.String path)
                  throws ServerError
        Get the id of an official script by the script path. The script service ensures that all script paths are unique. Note: there is no similar method for user scripts (e.g. getUserScriptID) since the path is not guaranteed to be unique.
        Parameters:
        path - The name of the script.
        Returns:
        see above.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • getScriptID

        long getScriptID​(java.lang.String path,
                         java.util.Map<java.lang.String,​java.lang.String> __ctx)
                  throws ServerError
        Get the id of an official script by the script path. The script service ensures that all script paths are unique. Note: there is no similar method for user scripts (e.g. getUserScriptID) since the path is not guaranteed to be unique.
        Parameters:
        path - The name of the script.
        __ctx - The Context map to send with the invocation.
        Returns:
        see above.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • begin_getScriptID

        Ice.AsyncResult begin_getScriptID​(java.lang.String path)
        Get the id of an official script by the script path. The script service ensures that all script paths are unique. Note: there is no similar method for user scripts (e.g. getUserScriptID) since the path is not guaranteed to be unique.
        Parameters:
        path - The name of the script.
        Returns:
        The asynchronous result object.
      • begin_getScriptID

        Ice.AsyncResult begin_getScriptID​(java.lang.String path,
                                          java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Get the id of an official script by the script path. The script service ensures that all script paths are unique. Note: there is no similar method for user scripts (e.g. getUserScriptID) since the path is not guaranteed to be unique.
        Parameters:
        path - The name of the script.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getScriptID

        Ice.AsyncResult begin_getScriptID​(java.lang.String path,
                                          Ice.Callback __cb)
        Get the id of an official script by the script path. The script service ensures that all script paths are unique. Note: there is no similar method for user scripts (e.g. getUserScriptID) since the path is not guaranteed to be unique.
        Parameters:
        path - The name of the script.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptID

        Ice.AsyncResult begin_getScriptID​(java.lang.String path,
                                          java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                          Ice.Callback __cb)
        Get the id of an official script by the script path. The script service ensures that all script paths are unique. Note: there is no similar method for user scripts (e.g. getUserScriptID) since the path is not guaranteed to be unique.
        Parameters:
        path - The name of the script.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptID

        Ice.AsyncResult begin_getScriptID​(java.lang.String path,
                                          Callback_IScript_getScriptID __cb)
        Get the id of an official script by the script path. The script service ensures that all script paths are unique. Note: there is no similar method for user scripts (e.g. getUserScriptID) since the path is not guaranteed to be unique.
        Parameters:
        path - The name of the script.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptID

        Ice.AsyncResult begin_getScriptID​(java.lang.String path,
                                          java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                          Callback_IScript_getScriptID __cb)
        Get the id of an official script by the script path. The script service ensures that all script paths are unique. Note: there is no similar method for user scripts (e.g. getUserScriptID) since the path is not guaranteed to be unique.
        Parameters:
        path - The name of the script.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptID

        Ice.AsyncResult begin_getScriptID​(java.lang.String path,
                                          IceInternal.Functional_LongCallback __responseCb,
                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get the id of an official script by the script path. The script service ensures that all script paths are unique. Note: there is no similar method for user scripts (e.g. getUserScriptID) since the path is not guaranteed to be unique.
        Parameters:
        path - The name of the script.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getScriptID

        Ice.AsyncResult begin_getScriptID​(java.lang.String path,
                                          IceInternal.Functional_LongCallback __responseCb,
                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                          IceInternal.Functional_BoolCallback __sentCb)
        Get the id of an official script by the script path. The script service ensures that all script paths are unique. Note: there is no similar method for user scripts (e.g. getUserScriptID) since the path is not guaranteed to be unique.
        Parameters:
        path - The name of the script.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getScriptID

        Ice.AsyncResult begin_getScriptID​(java.lang.String path,
                                          java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                          IceInternal.Functional_LongCallback __responseCb,
                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get the id of an official script by the script path. The script service ensures that all script paths are unique. Note: there is no similar method for user scripts (e.g. getUserScriptID) since the path is not guaranteed to be unique.
        Parameters:
        path - The name of the script.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getScriptID

        Ice.AsyncResult begin_getScriptID​(java.lang.String path,
                                          java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                          IceInternal.Functional_LongCallback __responseCb,
                                          IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                          IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                          IceInternal.Functional_BoolCallback __sentCb)
        Get the id of an official script by the script path. The script service ensures that all script paths are unique. Note: there is no similar method for user scripts (e.g. getUserScriptID) since the path is not guaranteed to be unique.
        Parameters:
        path - The name of the script.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getScriptID

        long end_getScriptID​(Ice.AsyncResult __result)
                      throws ServerError
        Get the id of an official script by the script path. The script service ensures that all script paths are unique. Note: there is no similar method for user scripts (e.g. getUserScriptID) since the path is not guaranteed to be unique.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        see above.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • getScriptText

        java.lang.String getScriptText​(long scriptID)
                                throws ServerError
        Get the text from the server for the script with given id.
        Parameters:
        scriptID - see above.
        Returns:
        see above.
        Throws:
        ApiUsageException
        ServerError
      • getScriptText

        java.lang.String getScriptText​(long scriptID,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                throws ServerError
        Get the text from the server for the script with given id.
        Parameters:
        scriptID - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        see above.
        Throws:
        ApiUsageException
        ServerError
      • begin_getScriptText

        Ice.AsyncResult begin_getScriptText​(long scriptID)
        Get the text from the server for the script with given id.
        Parameters:
        scriptID - see above.
        Returns:
        The asynchronous result object.
      • begin_getScriptText

        Ice.AsyncResult begin_getScriptText​(long scriptID,
                                            java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Get the text from the server for the script with given id.
        Parameters:
        scriptID - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getScriptText

        Ice.AsyncResult begin_getScriptText​(long scriptID,
                                            Ice.Callback __cb)
        Get the text from the server for the script with given id.
        Parameters:
        scriptID - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptText

        Ice.AsyncResult begin_getScriptText​(long scriptID,
                                            java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            Ice.Callback __cb)
        Get the text from the server for the script with given id.
        Parameters:
        scriptID - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptText

        Ice.AsyncResult begin_getScriptText​(long scriptID,
                                            Callback_IScript_getScriptText __cb)
        Get the text from the server for the script with given id.
        Parameters:
        scriptID - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptText

        Ice.AsyncResult begin_getScriptText​(long scriptID,
                                            java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            Callback_IScript_getScriptText __cb)
        Get the text from the server for the script with given id.
        Parameters:
        scriptID - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptText

        Ice.AsyncResult begin_getScriptText​(long scriptID,
                                            IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get the text from the server for the script with given id.
        Parameters:
        scriptID - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getScriptText

        Ice.AsyncResult begin_getScriptText​(long scriptID,
                                            IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                            IceInternal.Functional_BoolCallback __sentCb)
        Get the text from the server for the script with given id.
        Parameters:
        scriptID - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getScriptText

        Ice.AsyncResult begin_getScriptText​(long scriptID,
                                            java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get the text from the server for the script with given id.
        Parameters:
        scriptID - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getScriptText

        Ice.AsyncResult begin_getScriptText​(long scriptID,
                                            java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                            IceInternal.Functional_BoolCallback __sentCb)
        Get the text from the server for the script with given id.
        Parameters:
        scriptID - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getScriptText

        java.lang.String end_getScriptText​(Ice.AsyncResult __result)
                                    throws ServerError
        Get the text from the server for the script with given id.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        see above.
        Throws:
        ApiUsageException
        ServerError
      • uploadScript

        long uploadScript​(java.lang.String path,
                          java.lang.String scriptText)
                   throws ServerError
        Upload a user script to the server and return the id. This method checks that a script with that names does not exist and that the script has parameters if possible, i.e. a usermode processor is running which for the current user.
        Parameters:
        path - see above.
        scriptText - see above.
        Returns:
        The new id of the script.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • uploadScript

        long uploadScript​(java.lang.String path,
                          java.lang.String scriptText,
                          java.util.Map<java.lang.String,​java.lang.String> __ctx)
                   throws ServerError
        Upload a user script to the server and return the id. This method checks that a script with that names does not exist and that the script has parameters if possible, i.e. a usermode processor is running which for the current user.
        Parameters:
        path - see above.
        scriptText - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The new id of the script.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • begin_uploadScript

        Ice.AsyncResult begin_uploadScript​(java.lang.String path,
                                           java.lang.String scriptText)
        Upload a user script to the server and return the id. This method checks that a script with that names does not exist and that the script has parameters if possible, i.e. a usermode processor is running which for the current user.
        Parameters:
        path - see above.
        Returns:
        The asynchronous result object.
      • begin_uploadScript

        Ice.AsyncResult begin_uploadScript​(java.lang.String path,
                                           java.lang.String scriptText,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Upload a user script to the server and return the id. This method checks that a script with that names does not exist and that the script has parameters if possible, i.e. a usermode processor is running which for the current user.
        Parameters:
        path - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_uploadScript

        Ice.AsyncResult begin_uploadScript​(java.lang.String path,
                                           java.lang.String scriptText,
                                           Ice.Callback __cb)
        Upload a user script to the server and return the id. This method checks that a script with that names does not exist and that the script has parameters if possible, i.e. a usermode processor is running which for the current user.
        Parameters:
        path - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_uploadScript

        Ice.AsyncResult begin_uploadScript​(java.lang.String path,
                                           java.lang.String scriptText,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           Ice.Callback __cb)
        Upload a user script to the server and return the id. This method checks that a script with that names does not exist and that the script has parameters if possible, i.e. a usermode processor is running which for the current user.
        Parameters:
        path - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_uploadScript

        Ice.AsyncResult begin_uploadScript​(java.lang.String path,
                                           java.lang.String scriptText,
                                           Callback_IScript_uploadScript __cb)
        Upload a user script to the server and return the id. This method checks that a script with that names does not exist and that the script has parameters if possible, i.e. a usermode processor is running which for the current user.
        Parameters:
        path - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_uploadScript

        Ice.AsyncResult begin_uploadScript​(java.lang.String path,
                                           java.lang.String scriptText,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           Callback_IScript_uploadScript __cb)
        Upload a user script to the server and return the id. This method checks that a script with that names does not exist and that the script has parameters if possible, i.e. a usermode processor is running which for the current user.
        Parameters:
        path - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_uploadScript

        Ice.AsyncResult begin_uploadScript​(java.lang.String path,
                                           java.lang.String scriptText,
                                           IceInternal.Functional_LongCallback __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Upload a user script to the server and return the id. This method checks that a script with that names does not exist and that the script has parameters if possible, i.e. a usermode processor is running which for the current user.
        Parameters:
        path - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_uploadScript

        Ice.AsyncResult begin_uploadScript​(java.lang.String path,
                                           java.lang.String scriptText,
                                           IceInternal.Functional_LongCallback __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                           IceInternal.Functional_BoolCallback __sentCb)
        Upload a user script to the server and return the id. This method checks that a script with that names does not exist and that the script has parameters if possible, i.e. a usermode processor is running which for the current user.
        Parameters:
        path - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_uploadScript

        Ice.AsyncResult begin_uploadScript​(java.lang.String path,
                                           java.lang.String scriptText,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           IceInternal.Functional_LongCallback __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Upload a user script to the server and return the id. This method checks that a script with that names does not exist and that the script has parameters if possible, i.e. a usermode processor is running which for the current user.
        Parameters:
        path - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_uploadScript

        Ice.AsyncResult begin_uploadScript​(java.lang.String path,
                                           java.lang.String scriptText,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           IceInternal.Functional_LongCallback __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                           IceInternal.Functional_BoolCallback __sentCb)
        Upload a user script to the server and return the id. This method checks that a script with that names does not exist and that the script has parameters if possible, i.e. a usermode processor is running which for the current user.
        Parameters:
        path - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_uploadScript

        long end_uploadScript​(Ice.AsyncResult __result)
                       throws ServerError
        Upload a user script to the server and return the id. This method checks that a script with that names does not exist and that the script has parameters if possible, i.e. a usermode processor is running which for the current user.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        The new id of the script.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • uploadOfficialScript

        long uploadOfficialScript​(java.lang.String path,
                                  java.lang.String scriptText)
                           throws ServerError
        Like uploadScript but is only callable by administrators. The parameters for the script are also checked.
        Throws:
        ServerError
      • uploadOfficialScript

        long uploadOfficialScript​(java.lang.String path,
                                  java.lang.String scriptText,
                                  java.util.Map<java.lang.String,​java.lang.String> __ctx)
                           throws ServerError
        Like uploadScript but is only callable by administrators. The parameters for the script are also checked.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_uploadOfficialScript

        Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path,
                                                   java.lang.String scriptText)
        Like uploadScript but is only callable by administrators. The parameters for the script are also checked.
        Returns:
        The asynchronous result object.
      • begin_uploadOfficialScript

        Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path,
                                                   java.lang.String scriptText,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Like uploadScript but is only callable by administrators. The parameters for the script are also checked.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_uploadOfficialScript

        Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path,
                                                   java.lang.String scriptText,
                                                   Ice.Callback __cb)
        Like uploadScript but is only callable by administrators. The parameters for the script are also checked.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_uploadOfficialScript

        Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path,
                                                   java.lang.String scriptText,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   Ice.Callback __cb)
        Like uploadScript but is only callable by administrators. The parameters for the script are also checked.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_uploadOfficialScript

        Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path,
                                                   java.lang.String scriptText,
                                                   Callback_IScript_uploadOfficialScript __cb)
        Like uploadScript but is only callable by administrators. The parameters for the script are also checked.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_uploadOfficialScript

        Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path,
                                                   java.lang.String scriptText,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   Callback_IScript_uploadOfficialScript __cb)
        Like uploadScript but is only callable by administrators. The parameters for the script are also checked.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_uploadOfficialScript

        Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path,
                                                   java.lang.String scriptText,
                                                   IceInternal.Functional_LongCallback __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Like uploadScript but is only callable by administrators. The parameters for the script are also checked.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_uploadOfficialScript

        Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path,
                                                   java.lang.String scriptText,
                                                   IceInternal.Functional_LongCallback __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        Like uploadScript but is only callable by administrators. The parameters for the script are also checked.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_uploadOfficialScript

        Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path,
                                                   java.lang.String scriptText,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_LongCallback __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Like uploadScript but is only callable by administrators. The parameters for the script are also checked.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_uploadOfficialScript

        Ice.AsyncResult begin_uploadOfficialScript​(java.lang.String path,
                                                   java.lang.String scriptText,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_LongCallback __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        Like uploadScript but is only callable by administrators. The parameters for the script are also checked.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_uploadOfficialScript

        long end_uploadOfficialScript​(Ice.AsyncResult __result)
                               throws ServerError
        Like uploadScript but is only callable by administrators. The parameters for the script are also checked.
        Parameters:
        __result - The asynchronous result object.
        Throws:
        ServerError
      • editScript

        void editScript​(OriginalFile fileObject,
                        java.lang.String scriptText)
                 throws ServerError
        Modify the text for the given script object.
        Parameters:
        fileObject - see above.
        scriptText - see above.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • editScript

        void editScript​(OriginalFile fileObject,
                        java.lang.String scriptText,
                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
                 throws ServerError
        Modify the text for the given script object.
        Parameters:
        fileObject - see above.
        scriptText - see above.
        __ctx - The Context map to send with the invocation.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • begin_editScript

        Ice.AsyncResult begin_editScript​(OriginalFile fileObject,
                                         java.lang.String scriptText)
        Modify the text for the given script object.
        Parameters:
        fileObject - see above.
        Returns:
        The asynchronous result object.
      • begin_editScript

        Ice.AsyncResult begin_editScript​(OriginalFile fileObject,
                                         java.lang.String scriptText,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Modify the text for the given script object.
        Parameters:
        fileObject - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_editScript

        Ice.AsyncResult begin_editScript​(OriginalFile fileObject,
                                         java.lang.String scriptText,
                                         Ice.Callback __cb)
        Modify the text for the given script object.
        Parameters:
        fileObject - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_editScript

        Ice.AsyncResult begin_editScript​(OriginalFile fileObject,
                                         java.lang.String scriptText,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         Ice.Callback __cb)
        Modify the text for the given script object.
        Parameters:
        fileObject - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_editScript

        Ice.AsyncResult begin_editScript​(OriginalFile fileObject,
                                         java.lang.String scriptText,
                                         Callback_IScript_editScript __cb)
        Modify the text for the given script object.
        Parameters:
        fileObject - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_editScript

        Ice.AsyncResult begin_editScript​(OriginalFile fileObject,
                                         java.lang.String scriptText,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         Callback_IScript_editScript __cb)
        Modify the text for the given script object.
        Parameters:
        fileObject - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_editScript

        Ice.AsyncResult begin_editScript​(OriginalFile fileObject,
                                         java.lang.String scriptText,
                                         IceInternal.Functional_VoidCallback __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Modify the text for the given script object.
        Parameters:
        fileObject - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_editScript

        Ice.AsyncResult begin_editScript​(OriginalFile fileObject,
                                         java.lang.String scriptText,
                                         IceInternal.Functional_VoidCallback __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                         IceInternal.Functional_BoolCallback __sentCb)
        Modify the text for the given script object.
        Parameters:
        fileObject - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_editScript

        Ice.AsyncResult begin_editScript​(OriginalFile fileObject,
                                         java.lang.String scriptText,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         IceInternal.Functional_VoidCallback __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Modify the text for the given script object.
        Parameters:
        fileObject - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_editScript

        Ice.AsyncResult begin_editScript​(OriginalFile fileObject,
                                         java.lang.String scriptText,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         IceInternal.Functional_VoidCallback __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                         IceInternal.Functional_BoolCallback __sentCb)
        Modify the text for the given script object.
        Parameters:
        fileObject - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_editScript

        void end_editScript​(Ice.AsyncResult __result)
                     throws ServerError
        Modify the text for the given script object.
        Parameters:
        __result - The asynchronous result object.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • getScriptWithDetails

        java.util.Map<java.lang.String,​RType> getScriptWithDetails​(long scriptID)
                                                                  throws ServerError
        Get the script from the server with details from OriginalFile
        Parameters:
        scriptID - see above
        Returns:
        see above
        Throws:
        ApiUsageException
        ServerError
      • getScriptWithDetails

        java.util.Map<java.lang.String,​RType> getScriptWithDetails​(long scriptID,
                                                                         java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                                  throws ServerError
        Get the script from the server with details from OriginalFile
        Parameters:
        scriptID - see above
        __ctx - The Context map to send with the invocation.
        Returns:
        see above
        Throws:
        ApiUsageException
        ServerError
      • begin_getScriptWithDetails

        Ice.AsyncResult begin_getScriptWithDetails​(long scriptID)
        Get the script from the server with details from OriginalFile
        Parameters:
        scriptID - see above
        Returns:
        The asynchronous result object.
      • begin_getScriptWithDetails

        Ice.AsyncResult begin_getScriptWithDetails​(long scriptID,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Get the script from the server with details from OriginalFile
        Parameters:
        scriptID - see above
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getScriptWithDetails

        Ice.AsyncResult begin_getScriptWithDetails​(long scriptID,
                                                   Ice.Callback __cb)
        Get the script from the server with details from OriginalFile
        Parameters:
        scriptID - see above
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptWithDetails

        Ice.AsyncResult begin_getScriptWithDetails​(long scriptID,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   Ice.Callback __cb)
        Get the script from the server with details from OriginalFile
        Parameters:
        scriptID - see above
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptWithDetails

        Ice.AsyncResult begin_getScriptWithDetails​(long scriptID,
                                                   Callback_IScript_getScriptWithDetails __cb)
        Get the script from the server with details from OriginalFile
        Parameters:
        scriptID - see above
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptWithDetails

        Ice.AsyncResult begin_getScriptWithDetails​(long scriptID,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   Callback_IScript_getScriptWithDetails __cb)
        Get the script from the server with details from OriginalFile
        Parameters:
        scriptID - see above
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getScriptWithDetails

        Ice.AsyncResult begin_getScriptWithDetails​(long scriptID,
                                                   IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​RType>> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get the script from the server with details from OriginalFile
        Parameters:
        scriptID - see above
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getScriptWithDetails

        Ice.AsyncResult begin_getScriptWithDetails​(long scriptID,
                                                   IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​RType>> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        Get the script from the server with details from OriginalFile
        Parameters:
        scriptID - see above
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getScriptWithDetails

        Ice.AsyncResult begin_getScriptWithDetails​(long scriptID,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​RType>> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get the script from the server with details from OriginalFile
        Parameters:
        scriptID - see above
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getScriptWithDetails

        Ice.AsyncResult begin_getScriptWithDetails​(long scriptID,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​RType>> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        Get the script from the server with details from OriginalFile
        Parameters:
        scriptID - see above
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getScriptWithDetails

        java.util.Map<java.lang.String,​RType> end_getScriptWithDetails​(Ice.AsyncResult __result)
                                                                      throws ServerError
        Get the script from the server with details from OriginalFile
        Parameters:
        __result - The asynchronous result object.
        Returns:
        see above
        Throws:
        ApiUsageException
        ServerError
      • getParams

        JobParams getParams​(long scriptID)
                     throws ServerError
        Get the parameters that the script takes and returns, along with other metadata available from the script.
        Parameters:
        scriptID - see above.
        Returns:
        see above.
        Throws:
        ApiUsageException
        ServerError
      • getParams

        JobParams getParams​(long scriptID,
                            java.util.Map<java.lang.String,​java.lang.String> __ctx)
                     throws ServerError
        Get the parameters that the script takes and returns, along with other metadata available from the script.
        Parameters:
        scriptID - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        see above.
        Throws:
        ApiUsageException
        ServerError
      • begin_getParams

        Ice.AsyncResult begin_getParams​(long scriptID)
        Get the parameters that the script takes and returns, along with other metadata available from the script.
        Parameters:
        scriptID - see above.
        Returns:
        The asynchronous result object.
      • begin_getParams

        Ice.AsyncResult begin_getParams​(long scriptID,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Get the parameters that the script takes and returns, along with other metadata available from the script.
        Parameters:
        scriptID - see above.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getParams

        Ice.AsyncResult begin_getParams​(long scriptID,
                                        Ice.Callback __cb)
        Get the parameters that the script takes and returns, along with other metadata available from the script.
        Parameters:
        scriptID - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getParams

        Ice.AsyncResult begin_getParams​(long scriptID,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                        Ice.Callback __cb)
        Get the parameters that the script takes and returns, along with other metadata available from the script.
        Parameters:
        scriptID - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getParams

        Ice.AsyncResult begin_getParams​(long scriptID,
                                        Callback_IScript_getParams __cb)
        Get the parameters that the script takes and returns, along with other metadata available from the script.
        Parameters:
        scriptID - see above.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getParams

        Ice.AsyncResult begin_getParams​(long scriptID,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                        Callback_IScript_getParams __cb)
        Get the parameters that the script takes and returns, along with other metadata available from the script.
        Parameters:
        scriptID - see above.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getParams

        Ice.AsyncResult begin_getParams​(long scriptID,
                                        IceInternal.Functional_GenericCallback1<JobParams> __responseCb,
                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get the parameters that the script takes and returns, along with other metadata available from the script.
        Parameters:
        scriptID - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getParams

        Ice.AsyncResult begin_getParams​(long scriptID,
                                        IceInternal.Functional_GenericCallback1<JobParams> __responseCb,
                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                        IceInternal.Functional_BoolCallback __sentCb)
        Get the parameters that the script takes and returns, along with other metadata available from the script.
        Parameters:
        scriptID - see above.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getParams

        Ice.AsyncResult begin_getParams​(long scriptID,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                        IceInternal.Functional_GenericCallback1<JobParams> __responseCb,
                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Get the parameters that the script takes and returns, along with other metadata available from the script.
        Parameters:
        scriptID - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getParams

        Ice.AsyncResult begin_getParams​(long scriptID,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                        IceInternal.Functional_GenericCallback1<JobParams> __responseCb,
                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                        IceInternal.Functional_BoolCallback __sentCb)
        Get the parameters that the script takes and returns, along with other metadata available from the script.
        Parameters:
        scriptID - see above.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getParams

        JobParams end_getParams​(Ice.AsyncResult __result)
                         throws ServerError
        Get the parameters that the script takes and returns, along with other metadata available from the script.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        see above.
        Throws:
        ApiUsageException
        ServerError
      • deleteScript

        void deleteScript​(long scriptID)
                   throws ServerError
        Delete the script on the server with id. The file will also be removed from disk.
        Parameters:
        scriptID - Id of the script to delete.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • deleteScript

        void deleteScript​(long scriptID,
                          java.util.Map<java.lang.String,​java.lang.String> __ctx)
                   throws ServerError
        Delete the script on the server with id. The file will also be removed from disk.
        Parameters:
        scriptID - Id of the script to delete.
        __ctx - The Context map to send with the invocation.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • begin_deleteScript

        Ice.AsyncResult begin_deleteScript​(long scriptID)
        Delete the script on the server with id. The file will also be removed from disk.
        Parameters:
        scriptID - Id of the script to delete.
        Returns:
        The asynchronous result object.
      • begin_deleteScript

        Ice.AsyncResult begin_deleteScript​(long scriptID,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Delete the script on the server with id. The file will also be removed from disk.
        Parameters:
        scriptID - Id of the script to delete.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_deleteScript

        Ice.AsyncResult begin_deleteScript​(long scriptID,
                                           Ice.Callback __cb)
        Delete the script on the server with id. The file will also be removed from disk.
        Parameters:
        scriptID - Id of the script to delete.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_deleteScript

        Ice.AsyncResult begin_deleteScript​(long scriptID,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           Ice.Callback __cb)
        Delete the script on the server with id. The file will also be removed from disk.
        Parameters:
        scriptID - Id of the script to delete.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_deleteScript

        Ice.AsyncResult begin_deleteScript​(long scriptID,
                                           Callback_IScript_deleteScript __cb)
        Delete the script on the server with id. The file will also be removed from disk.
        Parameters:
        scriptID - Id of the script to delete.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_deleteScript

        Ice.AsyncResult begin_deleteScript​(long scriptID,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           Callback_IScript_deleteScript __cb)
        Delete the script on the server with id. The file will also be removed from disk.
        Parameters:
        scriptID - Id of the script to delete.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_deleteScript

        Ice.AsyncResult begin_deleteScript​(long scriptID,
                                           IceInternal.Functional_VoidCallback __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Delete the script on the server with id. The file will also be removed from disk.
        Parameters:
        scriptID - Id of the script to delete.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_deleteScript

        Ice.AsyncResult begin_deleteScript​(long scriptID,
                                           IceInternal.Functional_VoidCallback __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                           IceInternal.Functional_BoolCallback __sentCb)
        Delete the script on the server with id. The file will also be removed from disk.
        Parameters:
        scriptID - Id of the script to delete.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_deleteScript

        Ice.AsyncResult begin_deleteScript​(long scriptID,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           IceInternal.Functional_VoidCallback __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Delete the script on the server with id. The file will also be removed from disk.
        Parameters:
        scriptID - Id of the script to delete.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_deleteScript

        Ice.AsyncResult begin_deleteScript​(long scriptID,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           IceInternal.Functional_VoidCallback __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                           IceInternal.Functional_BoolCallback __sentCb)
        Delete the script on the server with id. The file will also be removed from disk.
        Parameters:
        scriptID - Id of the script to delete.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_deleteScript

        void end_deleteScript​(Ice.AsyncResult __result)
                       throws ServerError
        Delete the script on the server with id. The file will also be removed from disk.
        Parameters:
        __result - The asynchronous result object.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
      • runScript

        ScriptProcessPrx runScript​(long scriptID,
                                   java.util.Map<java.lang.String,​RType> inputs,
                                   RInt waitSecs)
                            throws ServerError
        If ResourceError is thrown, then no Processor is available. Use scheduleJob to create a ScriptJob in the Waiting state. A Processor may become available.
         
         try:
         proc = scriptService.runScript(1, {}, None)
         except ResourceError:
         job = scriptService.scheduleScript(1, {}, None)
         
         
        The ScriptProcess proxy MUST be closed before exiting. If you would like the script execution to continue in the background, pass True as the argument.
         
         try:
         proc.poll()         # See if process is finished
         finally:
         proc.close(True)    # Detach and execution can continue
         # proc.close(False) # OR script is immediately stopped.
         
         
        Throws:
        ServerError
      • runScript

        ScriptProcessPrx runScript​(long scriptID,
                                   java.util.Map<java.lang.String,​RType> inputs,
                                   RInt waitSecs,
                                   java.util.Map<java.lang.String,​java.lang.String> __ctx)
                            throws ServerError
        If ResourceError is thrown, then no Processor is available. Use scheduleJob to create a ScriptJob in the Waiting state. A Processor may become available.
         
         try:
         proc = scriptService.runScript(1, {}, None)
         except ResourceError:
         job = scriptService.scheduleScript(1, {}, None)
         
         
        The ScriptProcess proxy MUST be closed before exiting. If you would like the script execution to continue in the background, pass True as the argument.
         
         try:
         proc.poll()         # See if process is finished
         finally:
         proc.close(True)    # Detach and execution can continue
         # proc.close(False) # OR script is immediately stopped.
         
         
        Parameters:
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_runScript

        Ice.AsyncResult begin_runScript​(long scriptID,
                                        java.util.Map<java.lang.String,​RType> inputs,
                                        RInt waitSecs)
        If ResourceError is thrown, then no Processor is available. Use scheduleJob to create a ScriptJob in the Waiting state. A Processor may become available.
         
         try:
         proc = scriptService.runScript(1, {}, None)
         except ResourceError:
         job = scriptService.scheduleScript(1, {}, None)
         
         
        The ScriptProcess proxy MUST be closed before exiting. If you would like the script execution to continue in the background, pass True as the argument.
         
         try:
         proc.poll()         # See if process is finished
         finally:
         proc.close(True)    # Detach and execution can continue
         # proc.close(False) # OR script is immediately stopped.
         
         
        Returns:
        The asynchronous result object.
      • begin_runScript

        Ice.AsyncResult begin_runScript​(long scriptID,
                                        java.util.Map<java.lang.String,​RType> inputs,
                                        RInt waitSecs,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
        If ResourceError is thrown, then no Processor is available. Use scheduleJob to create a ScriptJob in the Waiting state. A Processor may become available.
         
         try:
         proc = scriptService.runScript(1, {}, None)
         except ResourceError:
         job = scriptService.scheduleScript(1, {}, None)
         
         
        The ScriptProcess proxy MUST be closed before exiting. If you would like the script execution to continue in the background, pass True as the argument.
         
         try:
         proc.poll()         # See if process is finished
         finally:
         proc.close(True)    # Detach and execution can continue
         # proc.close(False) # OR script is immediately stopped.
         
         
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_runScript

        Ice.AsyncResult begin_runScript​(long scriptID,
                                        java.util.Map<java.lang.String,​RType> inputs,
                                        RInt waitSecs,
                                        Ice.Callback __cb)
        If ResourceError is thrown, then no Processor is available. Use scheduleJob to create a ScriptJob in the Waiting state. A Processor may become available.
         
         try:
         proc = scriptService.runScript(1, {}, None)
         except ResourceError:
         job = scriptService.scheduleScript(1, {}, None)
         
         
        The ScriptProcess proxy MUST be closed before exiting. If you would like the script execution to continue in the background, pass True as the argument.
         
         try:
         proc.poll()         # See if process is finished
         finally:
         proc.close(True)    # Detach and execution can continue
         # proc.close(False) # OR script is immediately stopped.
         
         
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_runScript

        Ice.AsyncResult begin_runScript​(long scriptID,
                                        java.util.Map<java.lang.String,​RType> inputs,
                                        RInt waitSecs,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                        Ice.Callback __cb)
        If ResourceError is thrown, then no Processor is available. Use scheduleJob to create a ScriptJob in the Waiting state. A Processor may become available.
         
         try:
         proc = scriptService.runScript(1, {}, None)
         except ResourceError:
         job = scriptService.scheduleScript(1, {}, None)
         
         
        The ScriptProcess proxy MUST be closed before exiting. If you would like the script execution to continue in the background, pass True as the argument.
         
         try:
         proc.poll()         # See if process is finished
         finally:
         proc.close(True)    # Detach and execution can continue
         # proc.close(False) # OR script is immediately stopped.
         
         
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_runScript

        Ice.AsyncResult begin_runScript​(long scriptID,
                                        java.util.Map<java.lang.String,​RType> inputs,
                                        RInt waitSecs,
                                        Callback_IScript_runScript __cb)
        If ResourceError is thrown, then no Processor is available. Use scheduleJob to create a ScriptJob in the Waiting state. A Processor may become available.
         
         try:
         proc = scriptService.runScript(1, {}, None)
         except ResourceError:
         job = scriptService.scheduleScript(1, {}, None)
         
         
        The ScriptProcess proxy MUST be closed before exiting. If you would like the script execution to continue in the background, pass True as the argument.
         
         try:
         proc.poll()         # See if process is finished
         finally:
         proc.close(True)    # Detach and execution can continue
         # proc.close(False) # OR script is immediately stopped.
         
         
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_runScript

        Ice.AsyncResult begin_runScript​(long scriptID,
                                        java.util.Map<java.lang.String,​RType> inputs,
                                        RInt waitSecs,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                        Callback_IScript_runScript __cb)
        If ResourceError is thrown, then no Processor is available. Use scheduleJob to create a ScriptJob in the Waiting state. A Processor may become available.
         
         try:
         proc = scriptService.runScript(1, {}, None)
         except ResourceError:
         job = scriptService.scheduleScript(1, {}, None)
         
         
        The ScriptProcess proxy MUST be closed before exiting. If you would like the script execution to continue in the background, pass True as the argument.
         
         try:
         proc.poll()         # See if process is finished
         finally:
         proc.close(True)    # Detach and execution can continue
         # proc.close(False) # OR script is immediately stopped.
         
         
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_runScript

        Ice.AsyncResult begin_runScript​(long scriptID,
                                        java.util.Map<java.lang.String,​RType> inputs,
                                        RInt waitSecs,
                                        IceInternal.Functional_GenericCallback1<ScriptProcessPrx> __responseCb,
                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        If ResourceError is thrown, then no Processor is available. Use scheduleJob to create a ScriptJob in the Waiting state. A Processor may become available.
         
         try:
         proc = scriptService.runScript(1, {}, None)
         except ResourceError:
         job = scriptService.scheduleScript(1, {}, None)
         
         
        The ScriptProcess proxy MUST be closed before exiting. If you would like the script execution to continue in the background, pass True as the argument.
         
         try:
         proc.poll()         # See if process is finished
         finally:
         proc.close(True)    # Detach and execution can continue
         # proc.close(False) # OR script is immediately stopped.
         
         
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_runScript

        Ice.AsyncResult begin_runScript​(long scriptID,
                                        java.util.Map<java.lang.String,​RType> inputs,
                                        RInt waitSecs,
                                        IceInternal.Functional_GenericCallback1<ScriptProcessPrx> __responseCb,
                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                        IceInternal.Functional_BoolCallback __sentCb)
        If ResourceError is thrown, then no Processor is available. Use scheduleJob to create a ScriptJob in the Waiting state. A Processor may become available.
         
         try:
         proc = scriptService.runScript(1, {}, None)
         except ResourceError:
         job = scriptService.scheduleScript(1, {}, None)
         
         
        The ScriptProcess proxy MUST be closed before exiting. If you would like the script execution to continue in the background, pass True as the argument.
         
         try:
         proc.poll()         # See if process is finished
         finally:
         proc.close(True)    # Detach and execution can continue
         # proc.close(False) # OR script is immediately stopped.
         
         
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_runScript

        Ice.AsyncResult begin_runScript​(long scriptID,
                                        java.util.Map<java.lang.String,​RType> inputs,
                                        RInt waitSecs,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                        IceInternal.Functional_GenericCallback1<ScriptProcessPrx> __responseCb,
                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        If ResourceError is thrown, then no Processor is available. Use scheduleJob to create a ScriptJob in the Waiting state. A Processor may become available.
         
         try:
         proc = scriptService.runScript(1, {}, None)
         except ResourceError:
         job = scriptService.scheduleScript(1, {}, None)
         
         
        The ScriptProcess proxy MUST be closed before exiting. If you would like the script execution to continue in the background, pass True as the argument.
         
         try:
         proc.poll()         # See if process is finished
         finally:
         proc.close(True)    # Detach and execution can continue
         # proc.close(False) # OR script is immediately stopped.
         
         
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_runScript

        Ice.AsyncResult begin_runScript​(long scriptID,
                                        java.util.Map<java.lang.String,​RType> inputs,
                                        RInt waitSecs,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                        IceInternal.Functional_GenericCallback1<ScriptProcessPrx> __responseCb,
                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                        IceInternal.Functional_BoolCallback __sentCb)
        If ResourceError is thrown, then no Processor is available. Use scheduleJob to create a ScriptJob in the Waiting state. A Processor may become available.
         
         try:
         proc = scriptService.runScript(1, {}, None)
         except ResourceError:
         job = scriptService.scheduleScript(1, {}, None)
         
         
        The ScriptProcess proxy MUST be closed before exiting. If you would like the script execution to continue in the background, pass True as the argument.
         
         try:
         proc.poll()         # See if process is finished
         finally:
         proc.close(True)    # Detach and execution can continue
         # proc.close(False) # OR script is immediately stopped.
         
         
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_runScript

        ScriptProcessPrx end_runScript​(Ice.AsyncResult __result)
                                throws ServerError
        If ResourceError is thrown, then no Processor is available. Use scheduleJob to create a ScriptJob in the Waiting state. A Processor may become available.
         
         try:
         proc = scriptService.runScript(1, {}, None)
         except ResourceError:
         job = scriptService.scheduleScript(1, {}, None)
         
         
        The ScriptProcess proxy MUST be closed before exiting. If you would like the script execution to continue in the background, pass True as the argument.
         
         try:
         proc.poll()         # See if process is finished
         finally:
         proc.close(True)    # Detach and execution can continue
         # proc.close(False) # OR script is immediately stopped.
         
         
        Parameters:
        __result - The asynchronous result object.
        Throws:
        ServerError
      • canRunScript

        boolean canRunScript​(long scriptID)
                      throws ServerError
        Returns true if there is a processor which will run the given script.

        Either the script is an official script and this method will return true (though an individual invocation may fail with an ResourceError for some reason) or this is a user script, and a usermode processor must be active which takes the scripts user or group.

        Throws:
        ServerError
      • canRunScript

        boolean canRunScript​(long scriptID,
                             java.util.Map<java.lang.String,​java.lang.String> __ctx)
                      throws ServerError
        Returns true if there is a processor which will run the given script.

        Either the script is an official script and this method will return true (though an individual invocation may fail with an ResourceError for some reason) or this is a user script, and a usermode processor must be active which takes the scripts user or group.

        Parameters:
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_canRunScript

        Ice.AsyncResult begin_canRunScript​(long scriptID)
        Returns true if there is a processor which will run the given script.

        Either the script is an official script and this method will return true (though an individual invocation may fail with an ResourceError for some reason) or this is a user script, and a usermode processor must be active which takes the scripts user or group.

        Returns:
        The asynchronous result object.
      • begin_canRunScript

        Ice.AsyncResult begin_canRunScript​(long scriptID,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Returns true if there is a processor which will run the given script.

        Either the script is an official script and this method will return true (though an individual invocation may fail with an ResourceError for some reason) or this is a user script, and a usermode processor must be active which takes the scripts user or group.

        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_canRunScript

        Ice.AsyncResult begin_canRunScript​(long scriptID,
                                           Ice.Callback __cb)
        Returns true if there is a processor which will run the given script.

        Either the script is an official script and this method will return true (though an individual invocation may fail with an ResourceError for some reason) or this is a user script, and a usermode processor must be active which takes the scripts user or group.

        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_canRunScript

        Ice.AsyncResult begin_canRunScript​(long scriptID,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           Ice.Callback __cb)
        Returns true if there is a processor which will run the given script.

        Either the script is an official script and this method will return true (though an individual invocation may fail with an ResourceError for some reason) or this is a user script, and a usermode processor must be active which takes the scripts user or group.

        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_canRunScript

        Ice.AsyncResult begin_canRunScript​(long scriptID,
                                           Callback_IScript_canRunScript __cb)
        Returns true if there is a processor which will run the given script.

        Either the script is an official script and this method will return true (though an individual invocation may fail with an ResourceError for some reason) or this is a user script, and a usermode processor must be active which takes the scripts user or group.

        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_canRunScript

        Ice.AsyncResult begin_canRunScript​(long scriptID,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           Callback_IScript_canRunScript __cb)
        Returns true if there is a processor which will run the given script.

        Either the script is an official script and this method will return true (though an individual invocation may fail with an ResourceError for some reason) or this is a user script, and a usermode processor must be active which takes the scripts user or group.

        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_canRunScript

        Ice.AsyncResult begin_canRunScript​(long scriptID,
                                           IceInternal.Functional_BoolCallback __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Returns true if there is a processor which will run the given script.

        Either the script is an official script and this method will return true (though an individual invocation may fail with an ResourceError for some reason) or this is a user script, and a usermode processor must be active which takes the scripts user or group.

        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_canRunScript

        Ice.AsyncResult begin_canRunScript​(long scriptID,
                                           IceInternal.Functional_BoolCallback __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                           IceInternal.Functional_BoolCallback __sentCb)
        Returns true if there is a processor which will run the given script.

        Either the script is an official script and this method will return true (though an individual invocation may fail with an ResourceError for some reason) or this is a user script, and a usermode processor must be active which takes the scripts user or group.

        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_canRunScript

        Ice.AsyncResult begin_canRunScript​(long scriptID,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           IceInternal.Functional_BoolCallback __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Returns true if there is a processor which will run the given script.

        Either the script is an official script and this method will return true (though an individual invocation may fail with an ResourceError for some reason) or this is a user script, and a usermode processor must be active which takes the scripts user or group.

        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_canRunScript

        Ice.AsyncResult begin_canRunScript​(long scriptID,
                                           java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                           IceInternal.Functional_BoolCallback __responseCb,
                                           IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                           IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                           IceInternal.Functional_BoolCallback __sentCb)
        Returns true if there is a processor which will run the given script.

        Either the script is an official script and this method will return true (though an individual invocation may fail with an ResourceError for some reason) or this is a user script, and a usermode processor must be active which takes the scripts user or group.

        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_canRunScript

        boolean end_canRunScript​(Ice.AsyncResult __result)
                          throws ServerError
        Returns true if there is a processor which will run the given script.

        Either the script is an official script and this method will return true (though an individual invocation may fail with an ResourceError for some reason) or this is a user script, and a usermode processor must be active which takes the scripts user or group.

        Parameters:
        __result - The asynchronous result object.
        Throws:
        ServerError
      • validateScript

        OriginalFile validateScript​(Job j,
                                    java.util.List<IObject> acceptsList)
                             throws ServerError
        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.
        Throws:
        ServerError
      • validateScript

        OriginalFile validateScript​(Job j,
                                    java.util.List<IObject> acceptsList,
                                    java.util.Map<java.lang.String,​java.lang.String> __ctx)
                             throws ServerError
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_validateScript

        Ice.AsyncResult begin_validateScript​(Job j,
                                             java.util.List<IObject> acceptsList)
        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.
        Returns:
        The asynchronous result object.
      • begin_validateScript

        Ice.AsyncResult begin_validateScript​(Job j,
                                             java.util.List<IObject> acceptsList,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_validateScript

        Ice.AsyncResult begin_validateScript​(Job j,
                                             java.util.List<IObject> acceptsList,
                                             Ice.Callback __cb)
        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.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_validateScript

        Ice.AsyncResult begin_validateScript​(Job j,
                                             java.util.List<IObject> acceptsList,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             Ice.Callback __cb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_validateScript

        Ice.AsyncResult begin_validateScript​(Job j,
                                             java.util.List<IObject> acceptsList,
                                             Callback_IScript_validateScript __cb)
        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.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_validateScript

        Ice.AsyncResult begin_validateScript​(Job j,
                                             java.util.List<IObject> acceptsList,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             Callback_IScript_validateScript __cb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_validateScript

        Ice.AsyncResult begin_validateScript​(Job j,
                                             java.util.List<IObject> acceptsList,
                                             IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        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.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_validateScript

        Ice.AsyncResult begin_validateScript​(Job j,
                                             java.util.List<IObject> acceptsList,
                                             IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                             IceInternal.Functional_BoolCallback __sentCb)
        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.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_validateScript

        Ice.AsyncResult begin_validateScript​(Job j,
                                             java.util.List<IObject> acceptsList,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_validateScript

        Ice.AsyncResult begin_validateScript​(Job j,
                                             java.util.List<IObject> acceptsList,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             IceInternal.Functional_GenericCallback1<OriginalFile> __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                             IceInternal.Functional_BoolCallback __sentCb)
        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.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_validateScript

        OriginalFile end_validateScript​(Ice.AsyncResult __result)
                                 throws ServerError
        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.
        Parameters:
        __result - The asynchronous result object.
        Throws:
        ServerError