Class IScriptPrxHelper
- java.lang.Object
-
- Ice.ObjectPrxHelperBase
-
- omero.api.IScriptPrxHelper
-
- All Implemented Interfaces:
Ice.ObjectPrx
,java.io.Serializable
,IScriptPrx
,ServiceInterfacePrx
public final class IScriptPrxHelper extends Ice.ObjectPrxHelperBase implements IScriptPrx
Provides type-specific helper functions.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description IScriptPrxHelper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
__canRunScript_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
static void
__deleteScript_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
static void
__editScript_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
static void
__getParams_completed(Ice.TwowayCallbackArg1UE<JobParams> __cb, Ice.AsyncResult __result)
static void
__getScriptID_completed(Ice.TwowayCallbackLongUE __cb, Ice.AsyncResult __result)
static void
__getScripts_completed(Ice.TwowayCallbackArg1UE<java.util.List<OriginalFile>> __cb, Ice.AsyncResult __result)
static void
__getScriptsByMimetype_completed(Ice.TwowayCallbackArg1UE<java.util.List<OriginalFile>> __cb, Ice.AsyncResult __result)
static void
__getScriptText_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)
static void
__getScriptWithDetails_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.String,RType>> __cb, Ice.AsyncResult __result)
static void
__getUserScripts_completed(Ice.TwowayCallbackArg1UE<java.util.List<OriginalFile>> __cb, Ice.AsyncResult __result)
static IScriptPrx
__read(IceInternal.BasicStream __is)
static void
__runScript_completed(Ice.TwowayCallbackArg1UE<ScriptProcessPrx> __cb, Ice.AsyncResult __result)
static void
__uploadOfficialScript_completed(Ice.TwowayCallbackLongUE __cb, Ice.AsyncResult __result)
static void
__uploadScript_completed(Ice.TwowayCallbackLongUE __cb, Ice.AsyncResult __result)
static void
__validateScript_completed(Ice.TwowayCallbackArg1UE<OriginalFile> __cb, Ice.AsyncResult __result)
static void
__write(IceInternal.BasicStream __os, IScriptPrx v)
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 ofOriginalFile
objects.Ice.AsyncResult
begin_getScripts(Ice.Callback __cb)
This method returns official server scripts as a list ofOriginalFile
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 ofOriginalFile
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 ofOriginalFile
objects.Ice.AsyncResult
begin_getScripts(java.util.Map<java.lang.String,java.lang.String> __ctx)
This method returns official server scripts as a list ofOriginalFile
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 ofOriginalFile
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 ofOriginalFile
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 ofOriginalFile
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 ofOriginalFile
objects.Ice.AsyncResult
begin_getScripts(Callback_IScript_getScripts __cb)
This method returns official server scripts as a list ofOriginalFile
objects.Ice.AsyncResult
begin_getScriptsByMimetype(java.lang.String mimetype)
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
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 ofOriginalFile
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 ofOriginalFile
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 ofOriginalFile
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 ofOriginalFile
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 ofOriginalFile
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 ofOriginalFile
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 ofOriginalFile
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 ofOriginalFile
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 ofOriginalFile
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 OriginalFileIce.AsyncResult
begin_getScriptWithDetails(long scriptID, Ice.Callback __cb)
Get the script from the server with details from OriginalFileIce.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 OriginalFileIce.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 OriginalFileIce.AsyncResult
begin_getScriptWithDetails(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx)
Get the script from the server with details from OriginalFileIce.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 OriginalFileIce.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 OriginalFileIce.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 OriginalFileIce.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 OriginalFileIce.AsyncResult
begin_getScriptWithDetails(long scriptID, Callback_IScript_getScriptWithDetails __cb)
Get the script from the server with details from OriginalFileIce.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)
IfResourceError
is thrown, then noProcessor
is available.Ice.AsyncResult
begin_runScript(long scriptID, java.util.Map<java.lang.String,RType> inputs, RInt waitSecs, Ice.Callback __cb)
IfResourceError
is thrown, then noProcessor
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)
IfResourceError
is thrown, then noProcessor
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)
IfResourceError
is thrown, then noProcessor
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)
IfResourceError
is thrown, then noProcessor
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)
IfResourceError
is thrown, then noProcessor
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)
IfResourceError
is thrown, then noProcessor
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)
IfResourceError
is thrown, then noProcessor
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)
IfResourceError
is thrown, then noProcessor
is available.Ice.AsyncResult
begin_runScript(long scriptID, java.util.Map<java.lang.String,RType> inputs, RInt waitSecs, Callback_IScript_runScript __cb)
IfResourceError
is thrown, then noProcessor
is available.Ice.AsyncResult
begin_uploadOfficialScript(java.lang.String path, java.lang.String scriptText)
LikeuploadScript
but is only callable by administrators.Ice.AsyncResult
begin_uploadOfficialScript(java.lang.String path, java.lang.String scriptText, Ice.Callback __cb)
LikeuploadScript
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)
LikeuploadScript
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)
LikeuploadScript
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)
LikeuploadScript
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)
LikeuploadScript
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)
LikeuploadScript
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)
LikeuploadScript
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)
LikeuploadScript
but is only callable by administrators.Ice.AsyncResult
begin_uploadOfficialScript(java.lang.String path, java.lang.String scriptText, Callback_IScript_uploadOfficialScript __cb)
LikeuploadScript
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 theJob
has a valid script attached, based on theacceptsList
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 theJob
has a valid script attached, based on theacceptsList
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 theJob
has a valid script attached, based on theacceptsList
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 theJob
has a valid script attached, based on theacceptsList
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 theJob
has a valid script attached, based on theacceptsList
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 theJob
has a valid script attached, based on theacceptsList
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 theJob
has a valid script attached, based on theacceptsList
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 theJob
has a valid script attached, based on theacceptsList
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 theJob
has a valid script attached, based on theacceptsList
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 theJob
has a valid script attached, based on theacceptsList
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.static IScriptPrx
checkedCast(Ice.ObjectPrx __obj)
Contacts the remote server to verify that the object implements this type.static IScriptPrx
checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Contacts the remote server to verify that a facet of the object implements this type.static IScriptPrx
checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that a facet of the object implements this type.static IScriptPrx
checkedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that the object implements this type.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 __iresult)
Returns true if there is a processor which will run the given script.void
end_deleteScript(Ice.AsyncResult __iresult)
Delete the script on the server with id.void
end_editScript(Ice.AsyncResult __iresult)
Modify the text for the given script object.JobParams
end_getParams(Ice.AsyncResult __iresult)
Get the parameters that the script takes and returns, along with other metadata available from the script.long
end_getScriptID(Ice.AsyncResult __iresult)
Get the id of an official script by the script path.java.util.List<OriginalFile>
end_getScripts(Ice.AsyncResult __iresult)
This method returns official server scripts as a list ofOriginalFile
objects.java.util.List<OriginalFile>
end_getScriptsByMimetype(Ice.AsyncResult __iresult)
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
objects.java.lang.String
end_getScriptText(Ice.AsyncResult __iresult)
Get the text from the server for the script with given id.java.util.Map<java.lang.String,RType>
end_getScriptWithDetails(Ice.AsyncResult __iresult)
Get the script from the server with details from OriginalFilejava.util.List<OriginalFile>
end_getUserScripts(Ice.AsyncResult __iresult)
Returns non-official scripts which have been uploaded by individual users.ScriptProcessPrx
end_runScript(Ice.AsyncResult __iresult)
IfResourceError
is thrown, then noProcessor
is available.long
end_uploadOfficialScript(Ice.AsyncResult __iresult)
LikeuploadScript
but is only callable by administrators.long
end_uploadScript(Ice.AsyncResult __iresult)
Upload a user script to the server and return the id.OriginalFile
end_validateScript(Ice.AsyncResult __iresult)
Used internally by processor.py to check if the script attached to theJob
has a valid script attached, based on theacceptsList
and the current security context.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 ofOriginalFile
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 ofOriginalFile
objects.java.util.List<OriginalFile>
getScriptsByMimetype(java.lang.String mimetype)
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
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 ofOriginalFile
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 OriginalFilejava.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 OriginalFilejava.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.static java.lang.String
ice_staticId()
Provides the Slice type ID of this type.ScriptProcessPrx
runScript(long scriptID, java.util.Map<java.lang.String,RType> inputs, RInt waitSecs)
IfResourceError
is thrown, then noProcessor
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)
IfResourceError
is thrown, then noProcessor
is available.static IScriptPrx
uncheckedCast(Ice.ObjectPrx __obj)
Downcasts the given proxy to this type without contacting the remote server.static IScriptPrx
uncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Downcasts the given proxy to this type without contacting the remote server.long
uploadOfficialScript(java.lang.String path, java.lang.String scriptText)
LikeuploadScript
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)
LikeuploadScript
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 theJob
has a valid script attached, based on theacceptsList
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 theJob
has a valid script attached, based on theacceptsList
and the current security context.-
Methods inherited from class Ice.ObjectPrxHelperBase
__checkAsyncTwowayOnly, __checkTwowayOnly, __copyFrom, __end, __getBatchRequestQueue, __getRequestHandler, __handleException, __ice_getConnection_completed, __ice_id_completed, __ice_ids_completed, __ice_invoke_completed, __ice_isA_completed, __reference, __setRequestHandler, __setup, __updateRequestHandler, 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, cacheMessageBuffers, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, getOutgoingAsync, hashCode, 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, toString, uncheckedCastImpl, uncheckedCastImpl, uncheckedCastImpl
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
canRunScript
public boolean canRunScript(long scriptID) throws ServerError
Description copied from interface:IScriptPrx
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.- Specified by:
canRunScript
in interfaceIScriptPrx
- Throws:
ServerError
-
canRunScript
public boolean canRunScript(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IScriptPrx
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.- Specified by:
canRunScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_canRunScript
public Ice.AsyncResult begin_canRunScript(long scriptID)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_canRunScript
in interfaceIScriptPrx
- Returns:
- The asynchronous result object.
-
begin_canRunScript
public Ice.AsyncResult begin_canRunScript(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_canRunScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_canRunScript
public Ice.AsyncResult begin_canRunScript(long scriptID, Ice.Callback __cb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_canRunScript
in interfaceIScriptPrx
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_canRunScript
public Ice.AsyncResult begin_canRunScript(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_canRunScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_canRunScript
public Ice.AsyncResult begin_canRunScript(long scriptID, Callback_IScript_canRunScript __cb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_canRunScript
in interfaceIScriptPrx
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_canRunScript
public Ice.AsyncResult begin_canRunScript(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IScript_canRunScript __cb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_canRunScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_canRunScript
public Ice.AsyncResult begin_canRunScript(long scriptID, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_canRunScript
in interfaceIScriptPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_canRunScript
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_canRunScript
in interfaceIScriptPrx
__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
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_canRunScript
in interfaceIScriptPrx
__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
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_canRunScript
in interfaceIScriptPrx
__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
public boolean end_canRunScript(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IScriptPrx
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.- Specified by:
end_canRunScript
in interfaceIScriptPrx
- Parameters:
__iresult
- The asynchronous result object.- Throws:
ServerError
-
__canRunScript_completed
public static void __canRunScript_completed(Ice.TwowayCallbackBoolUE __cb, Ice.AsyncResult __result)
-
deleteScript
public void deleteScript(long scriptID) throws ServerError
Description copied from interface:IScriptPrx
Delete the script on the server with id. The file will also be removed from disk.- Specified by:
deleteScript
in interfaceIScriptPrx
- Parameters:
scriptID
- Id of the script to delete.- Throws:
ServerError
-
deleteScript
public void deleteScript(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IScriptPrx
Delete the script on the server with id. The file will also be removed from disk.- Specified by:
deleteScript
in interfaceIScriptPrx
- Parameters:
scriptID
- Id of the script to delete.__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_deleteScript
public Ice.AsyncResult begin_deleteScript(long scriptID)
Description copied from interface:IScriptPrx
Delete the script on the server with id. The file will also be removed from disk.- Specified by:
begin_deleteScript
in interfaceIScriptPrx
- Parameters:
scriptID
- Id of the script to delete.- Returns:
- The asynchronous result object.
-
begin_deleteScript
public Ice.AsyncResult begin_deleteScript(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IScriptPrx
Delete the script on the server with id. The file will also be removed from disk.- Specified by:
begin_deleteScript
in interfaceIScriptPrx
- Parameters:
scriptID
- Id of the script to delete.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_deleteScript
public Ice.AsyncResult begin_deleteScript(long scriptID, Ice.Callback __cb)
Description copied from interface:IScriptPrx
Delete the script on the server with id. The file will also be removed from disk.- Specified by:
begin_deleteScript
in interfaceIScriptPrx
- Parameters:
scriptID
- Id of the script to delete.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_deleteScript
public Ice.AsyncResult begin_deleteScript(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IScriptPrx
Delete the script on the server with id. The file will also be removed from disk.- Specified by:
begin_deleteScript
in interfaceIScriptPrx
- 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
public Ice.AsyncResult begin_deleteScript(long scriptID, Callback_IScript_deleteScript __cb)
Description copied from interface:IScriptPrx
Delete the script on the server with id. The file will also be removed from disk.- Specified by:
begin_deleteScript
in interfaceIScriptPrx
- Parameters:
scriptID
- Id of the script to delete.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_deleteScript
public Ice.AsyncResult begin_deleteScript(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IScript_deleteScript __cb)
Description copied from interface:IScriptPrx
Delete the script on the server with id. The file will also be removed from disk.- Specified by:
begin_deleteScript
in interfaceIScriptPrx
- 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
public Ice.AsyncResult begin_deleteScript(long scriptID, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IScriptPrx
Delete the script on the server with id. The file will also be removed from disk.- Specified by:
begin_deleteScript
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Delete the script on the server with id. The file will also be removed from disk.- Specified by:
begin_deleteScript
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Delete the script on the server with id. The file will also be removed from disk.- Specified by:
begin_deleteScript
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Delete the script on the server with id. The file will also be removed from disk.- Specified by:
begin_deleteScript
in interfaceIScriptPrx
- 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
public void end_deleteScript(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IScriptPrx
Delete the script on the server with id. The file will also be removed from disk.- Specified by:
end_deleteScript
in interfaceIScriptPrx
- Parameters:
__iresult
- The asynchronous result object.- Throws:
ServerError
-
__deleteScript_completed
public static void __deleteScript_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
-
editScript
public void editScript(OriginalFile fileObject, java.lang.String scriptText) throws ServerError
Description copied from interface:IScriptPrx
Modify the text for the given script object.- Specified by:
editScript
in interfaceIScriptPrx
- Parameters:
fileObject
- see above.scriptText
- see above.- Throws:
ServerError
-
editScript
public void editScript(OriginalFile fileObject, java.lang.String scriptText, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IScriptPrx
Modify the text for the given script object.- Specified by:
editScript
in interfaceIScriptPrx
- Parameters:
fileObject
- see above.scriptText
- see above.__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_editScript
public Ice.AsyncResult begin_editScript(OriginalFile fileObject, java.lang.String scriptText)
Description copied from interface:IScriptPrx
Modify the text for the given script object.- Specified by:
begin_editScript
in interfaceIScriptPrx
- Parameters:
fileObject
- see above.- Returns:
- The asynchronous result object.
-
begin_editScript
public Ice.AsyncResult begin_editScript(OriginalFile fileObject, java.lang.String scriptText, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IScriptPrx
Modify the text for the given script object.- Specified by:
begin_editScript
in interfaceIScriptPrx
- Parameters:
fileObject
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_editScript
public Ice.AsyncResult begin_editScript(OriginalFile fileObject, java.lang.String scriptText, Ice.Callback __cb)
Description copied from interface:IScriptPrx
Modify the text for the given script object.- Specified by:
begin_editScript
in interfaceIScriptPrx
- Parameters:
fileObject
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_editScript
public Ice.AsyncResult begin_editScript(OriginalFile fileObject, java.lang.String scriptText, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IScriptPrx
Modify the text for the given script object.- Specified by:
begin_editScript
in interfaceIScriptPrx
- 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
public Ice.AsyncResult begin_editScript(OriginalFile fileObject, java.lang.String scriptText, Callback_IScript_editScript __cb)
Description copied from interface:IScriptPrx
Modify the text for the given script object.- Specified by:
begin_editScript
in interfaceIScriptPrx
- Parameters:
fileObject
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_editScript
public Ice.AsyncResult begin_editScript(OriginalFile fileObject, java.lang.String scriptText, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IScript_editScript __cb)
Description copied from interface:IScriptPrx
Modify the text for the given script object.- Specified by:
begin_editScript
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Modify the text for the given script object.- Specified by:
begin_editScript
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Modify the text for the given script object.- Specified by:
begin_editScript
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Modify the text for the given script object.- Specified by:
begin_editScript
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Modify the text for the given script object.- Specified by:
begin_editScript
in interfaceIScriptPrx
- 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
public void end_editScript(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IScriptPrx
Modify the text for the given script object.- Specified by:
end_editScript
in interfaceIScriptPrx
- Parameters:
__iresult
- The asynchronous result object.- Throws:
ServerError
-
__editScript_completed
public static void __editScript_completed(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)
-
getParams
public JobParams getParams(long scriptID) throws ServerError
Description copied from interface:IScriptPrx
Get the parameters that the script takes and returns, along with other metadata available from the script.- Specified by:
getParams
in interfaceIScriptPrx
- Parameters:
scriptID
- see above.- Returns:
- see above.
- Throws:
ServerError
-
getParams
public JobParams getParams(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IScriptPrx
Get the parameters that the script takes and returns, along with other metadata available from the script.- Specified by:
getParams
in interfaceIScriptPrx
- Parameters:
scriptID
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- see above.
- Throws:
ServerError
-
begin_getParams
public Ice.AsyncResult begin_getParams(long scriptID)
Description copied from interface:IScriptPrx
Get the parameters that the script takes and returns, along with other metadata available from the script.- Specified by:
begin_getParams
in interfaceIScriptPrx
- Parameters:
scriptID
- see above.- Returns:
- The asynchronous result object.
-
begin_getParams
public Ice.AsyncResult begin_getParams(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IScriptPrx
Get the parameters that the script takes and returns, along with other metadata available from the script.- Specified by:
begin_getParams
in interfaceIScriptPrx
- Parameters:
scriptID
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getParams
public Ice.AsyncResult begin_getParams(long scriptID, Ice.Callback __cb)
Description copied from interface:IScriptPrx
Get the parameters that the script takes and returns, along with other metadata available from the script.- Specified by:
begin_getParams
in interfaceIScriptPrx
- Parameters:
scriptID
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getParams
public Ice.AsyncResult begin_getParams(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IScriptPrx
Get the parameters that the script takes and returns, along with other metadata available from the script.- Specified by:
begin_getParams
in interfaceIScriptPrx
- 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
public Ice.AsyncResult begin_getParams(long scriptID, Callback_IScript_getParams __cb)
Description copied from interface:IScriptPrx
Get the parameters that the script takes and returns, along with other metadata available from the script.- Specified by:
begin_getParams
in interfaceIScriptPrx
- Parameters:
scriptID
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getParams
public Ice.AsyncResult begin_getParams(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IScript_getParams __cb)
Description copied from interface:IScriptPrx
Get the parameters that the script takes and returns, along with other metadata available from the script.- Specified by:
begin_getParams
in interfaceIScriptPrx
- 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
public Ice.AsyncResult begin_getParams(long scriptID, IceInternal.Functional_GenericCallback1<JobParams> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IScriptPrx
Get the parameters that the script takes and returns, along with other metadata available from the script.- Specified by:
begin_getParams
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Get the parameters that the script takes and returns, along with other metadata available from the script.- Specified by:
begin_getParams
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Get the parameters that the script takes and returns, along with other metadata available from the script.- Specified by:
begin_getParams
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Get the parameters that the script takes and returns, along with other metadata available from the script.- Specified by:
begin_getParams
in interfaceIScriptPrx
- 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
public JobParams end_getParams(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IScriptPrx
Get the parameters that the script takes and returns, along with other metadata available from the script.- Specified by:
end_getParams
in interfaceIScriptPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- see above.
- Throws:
ServerError
-
__getParams_completed
public static void __getParams_completed(Ice.TwowayCallbackArg1UE<JobParams> __cb, Ice.AsyncResult __result)
-
getScriptID
public long getScriptID(java.lang.String path) throws ServerError
Description copied from interface:IScriptPrx
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.- Specified by:
getScriptID
in interfaceIScriptPrx
- Parameters:
path
- The name of the script.- Returns:
- see above.
- Throws:
ServerError
-
getScriptID
public long getScriptID(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IScriptPrx
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.- Specified by:
getScriptID
in interfaceIScriptPrx
- Parameters:
path
- The name of the script.__ctx
- The Context map to send with the invocation.- Returns:
- see above.
- Throws:
ServerError
-
begin_getScriptID
public Ice.AsyncResult begin_getScriptID(java.lang.String path)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getScriptID
in interfaceIScriptPrx
- Parameters:
path
- The name of the script.- Returns:
- The asynchronous result object.
-
begin_getScriptID
public Ice.AsyncResult begin_getScriptID(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getScriptID
in interfaceIScriptPrx
- Parameters:
path
- The name of the script.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getScriptID
public Ice.AsyncResult begin_getScriptID(java.lang.String path, Ice.Callback __cb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getScriptID
in interfaceIScriptPrx
- Parameters:
path
- The name of the script.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getScriptID
public Ice.AsyncResult begin_getScriptID(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getScriptID
in interfaceIScriptPrx
- 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
public Ice.AsyncResult begin_getScriptID(java.lang.String path, Callback_IScript_getScriptID __cb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getScriptID
in interfaceIScriptPrx
- Parameters:
path
- The name of the script.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getScriptID
public Ice.AsyncResult begin_getScriptID(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IScript_getScriptID __cb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getScriptID
in interfaceIScriptPrx
- 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
public Ice.AsyncResult begin_getScriptID(java.lang.String path, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getScriptID
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getScriptID
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getScriptID
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getScriptID
in interfaceIScriptPrx
- 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
public long end_getScriptID(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IScriptPrx
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.- Specified by:
end_getScriptID
in interfaceIScriptPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- see above.
- Throws:
ServerError
-
__getScriptID_completed
public static void __getScriptID_completed(Ice.TwowayCallbackLongUE __cb, Ice.AsyncResult __result)
-
getScriptText
public java.lang.String getScriptText(long scriptID) throws ServerError
Description copied from interface:IScriptPrx
Get the text from the server for the script with given id.- Specified by:
getScriptText
in interfaceIScriptPrx
- Parameters:
scriptID
- see above.- Returns:
- see above.
- Throws:
ServerError
-
getScriptText
public java.lang.String getScriptText(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IScriptPrx
Get the text from the server for the script with given id.- Specified by:
getScriptText
in interfaceIScriptPrx
- Parameters:
scriptID
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- see above.
- Throws:
ServerError
-
begin_getScriptText
public Ice.AsyncResult begin_getScriptText(long scriptID)
Description copied from interface:IScriptPrx
Get the text from the server for the script with given id.- Specified by:
begin_getScriptText
in interfaceIScriptPrx
- Parameters:
scriptID
- see above.- Returns:
- The asynchronous result object.
-
begin_getScriptText
public Ice.AsyncResult begin_getScriptText(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IScriptPrx
Get the text from the server for the script with given id.- Specified by:
begin_getScriptText
in interfaceIScriptPrx
- Parameters:
scriptID
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getScriptText
public Ice.AsyncResult begin_getScriptText(long scriptID, Ice.Callback __cb)
Description copied from interface:IScriptPrx
Get the text from the server for the script with given id.- Specified by:
begin_getScriptText
in interfaceIScriptPrx
- Parameters:
scriptID
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getScriptText
public Ice.AsyncResult begin_getScriptText(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IScriptPrx
Get the text from the server for the script with given id.- Specified by:
begin_getScriptText
in interfaceIScriptPrx
- 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
public Ice.AsyncResult begin_getScriptText(long scriptID, Callback_IScript_getScriptText __cb)
Description copied from interface:IScriptPrx
Get the text from the server for the script with given id.- Specified by:
begin_getScriptText
in interfaceIScriptPrx
- Parameters:
scriptID
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getScriptText
public Ice.AsyncResult begin_getScriptText(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IScript_getScriptText __cb)
Description copied from interface:IScriptPrx
Get the text from the server for the script with given id.- Specified by:
begin_getScriptText
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Get the text from the server for the script with given id.- Specified by:
begin_getScriptText
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Get the text from the server for the script with given id.- Specified by:
begin_getScriptText
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Get the text from the server for the script with given id.- Specified by:
begin_getScriptText
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Get the text from the server for the script with given id.- Specified by:
begin_getScriptText
in interfaceIScriptPrx
- 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
public java.lang.String end_getScriptText(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IScriptPrx
Get the text from the server for the script with given id.- Specified by:
end_getScriptText
in interfaceIScriptPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- see above.
- Throws:
ServerError
-
__getScriptText_completed
public static void __getScriptText_completed(Ice.TwowayCallbackArg1UE<java.lang.String> __cb, Ice.AsyncResult __result)
-
getScriptWithDetails
public java.util.Map<java.lang.String,RType> getScriptWithDetails(long scriptID) throws ServerError
Description copied from interface:IScriptPrx
Get the script from the server with details from OriginalFile- Specified by:
getScriptWithDetails
in interfaceIScriptPrx
- Parameters:
scriptID
- see above- Returns:
- see above
- Throws:
ServerError
-
getScriptWithDetails
public java.util.Map<java.lang.String,RType> getScriptWithDetails(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IScriptPrx
Get the script from the server with details from OriginalFile- Specified by:
getScriptWithDetails
in interfaceIScriptPrx
- Parameters:
scriptID
- see above__ctx
- The Context map to send with the invocation.- Returns:
- see above
- Throws:
ServerError
-
begin_getScriptWithDetails
public Ice.AsyncResult begin_getScriptWithDetails(long scriptID)
Description copied from interface:IScriptPrx
Get the script from the server with details from OriginalFile- Specified by:
begin_getScriptWithDetails
in interfaceIScriptPrx
- Parameters:
scriptID
- see above- Returns:
- The asynchronous result object.
-
begin_getScriptWithDetails
public Ice.AsyncResult begin_getScriptWithDetails(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IScriptPrx
Get the script from the server with details from OriginalFile- Specified by:
begin_getScriptWithDetails
in interfaceIScriptPrx
- Parameters:
scriptID
- see above__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getScriptWithDetails
public Ice.AsyncResult begin_getScriptWithDetails(long scriptID, Ice.Callback __cb)
Description copied from interface:IScriptPrx
Get the script from the server with details from OriginalFile- Specified by:
begin_getScriptWithDetails
in interfaceIScriptPrx
- Parameters:
scriptID
- see above__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getScriptWithDetails
public Ice.AsyncResult begin_getScriptWithDetails(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IScriptPrx
Get the script from the server with details from OriginalFile- Specified by:
begin_getScriptWithDetails
in interfaceIScriptPrx
- 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
public Ice.AsyncResult begin_getScriptWithDetails(long scriptID, Callback_IScript_getScriptWithDetails __cb)
Description copied from interface:IScriptPrx
Get the script from the server with details from OriginalFile- Specified by:
begin_getScriptWithDetails
in interfaceIScriptPrx
- Parameters:
scriptID
- see above__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getScriptWithDetails
public Ice.AsyncResult begin_getScriptWithDetails(long scriptID, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IScript_getScriptWithDetails __cb)
Description copied from interface:IScriptPrx
Get the script from the server with details from OriginalFile- Specified by:
begin_getScriptWithDetails
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Get the script from the server with details from OriginalFile- Specified by:
begin_getScriptWithDetails
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Get the script from the server with details from OriginalFile- Specified by:
begin_getScriptWithDetails
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Get the script from the server with details from OriginalFile- Specified by:
begin_getScriptWithDetails
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
Get the script from the server with details from OriginalFile- Specified by:
begin_getScriptWithDetails
in interfaceIScriptPrx
- 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
public java.util.Map<java.lang.String,RType> end_getScriptWithDetails(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IScriptPrx
Get the script from the server with details from OriginalFile- Specified by:
end_getScriptWithDetails
in interfaceIScriptPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- see above
- Throws:
ServerError
-
__getScriptWithDetails_completed
public static void __getScriptWithDetails_completed(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.String,RType>> __cb, Ice.AsyncResult __result)
-
getScripts
public java.util.List<OriginalFile> getScripts() throws ServerError
Description copied from interface:IScriptPrx
This method returns official server scripts as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
getScripts
in interfaceIScriptPrx
- Returns:
- see above.
- Throws:
ServerError
-
getScripts
public java.util.List<OriginalFile> getScripts(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IScriptPrx
This method returns official server scripts as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
getScripts
in interfaceIScriptPrx
- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- see above.
- Throws:
ServerError
-
begin_getScripts
public Ice.AsyncResult begin_getScripts()
Description copied from interface:IScriptPrx
This method returns official server scripts as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScripts
in interfaceIScriptPrx
- Returns:
- The asynchronous result object.
-
begin_getScripts
public Ice.AsyncResult begin_getScripts(java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IScriptPrx
This method returns official server scripts as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScripts
in interfaceIScriptPrx
- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getScripts
public Ice.AsyncResult begin_getScripts(Ice.Callback __cb)
Description copied from interface:IScriptPrx
This method returns official server scripts as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScripts
in interfaceIScriptPrx
- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getScripts
public Ice.AsyncResult begin_getScripts(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IScriptPrx
This method returns official server scripts as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScripts
in interfaceIScriptPrx
- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getScripts
public Ice.AsyncResult begin_getScripts(Callback_IScript_getScripts __cb)
Description copied from interface:IScriptPrx
This method returns official server scripts as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScripts
in interfaceIScriptPrx
- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getScripts
public Ice.AsyncResult begin_getScripts(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IScript_getScripts __cb)
Description copied from interface:IScriptPrx
This method returns official server scripts as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScripts
in interfaceIScriptPrx
- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getScripts
public Ice.AsyncResult begin_getScripts(IceInternal.Functional_GenericCallback1<java.util.List<OriginalFile>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Description copied from interface:IScriptPrx
This method returns official server scripts as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScripts
in interfaceIScriptPrx
- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getScripts
public 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)
Description copied from interface:IScriptPrx
This method returns official server scripts as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScripts
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
This method returns official server scripts as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScripts
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
This method returns official server scripts as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScripts
in interfaceIScriptPrx
- 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
public java.util.List<OriginalFile> end_getScripts(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IScriptPrx
This method returns official server scripts as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
end_getScripts
in interfaceIScriptPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- see above.
- Throws:
ServerError
-
__getScripts_completed
public static void __getScripts_completed(Ice.TwowayCallbackArg1UE<java.util.List<OriginalFile>> __cb, Ice.AsyncResult __result)
-
getScriptsByMimetype
public java.util.List<OriginalFile> getScriptsByMimetype(java.lang.String mimetype) throws ServerError
Description copied from interface:IScriptPrx
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
getScriptsByMimetype
in interfaceIScriptPrx
- Parameters:
mimetype
- the mimetype identifying the scripts.- Returns:
- see above.
- Throws:
ServerError
-
getScriptsByMimetype
public java.util.List<OriginalFile> getScriptsByMimetype(java.lang.String mimetype, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IScriptPrx
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
getScriptsByMimetype
in interfaceIScriptPrx
- Parameters:
mimetype
- the mimetype identifying the scripts.__ctx
- The Context map to send with the invocation.- Returns:
- see above.
- Throws:
ServerError
-
begin_getScriptsByMimetype
public Ice.AsyncResult begin_getScriptsByMimetype(java.lang.String mimetype)
Description copied from interface:IScriptPrx
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScriptsByMimetype
in interfaceIScriptPrx
- Parameters:
mimetype
- the mimetype identifying the scripts.- Returns:
- The asynchronous result object.
-
begin_getScriptsByMimetype
public Ice.AsyncResult begin_getScriptsByMimetype(java.lang.String mimetype, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IScriptPrx
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScriptsByMimetype
in interfaceIScriptPrx
- Parameters:
mimetype
- the mimetype identifying the scripts.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getScriptsByMimetype
public Ice.AsyncResult begin_getScriptsByMimetype(java.lang.String mimetype, Ice.Callback __cb)
Description copied from interface:IScriptPrx
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScriptsByMimetype
in interfaceIScriptPrx
- Parameters:
mimetype
- the mimetype identifying the scripts.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getScriptsByMimetype
public Ice.AsyncResult begin_getScriptsByMimetype(java.lang.String mimetype, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IScriptPrx
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScriptsByMimetype
in interfaceIScriptPrx
- 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
public Ice.AsyncResult begin_getScriptsByMimetype(java.lang.String mimetype, Callback_IScript_getScriptsByMimetype __cb)
Description copied from interface:IScriptPrx
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScriptsByMimetype
in interfaceIScriptPrx
- Parameters:
mimetype
- the mimetype identifying the scripts.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getScriptsByMimetype
public Ice.AsyncResult begin_getScriptsByMimetype(java.lang.String mimetype, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IScript_getScriptsByMimetype __cb)
Description copied from interface:IScriptPrx
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScriptsByMimetype
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScriptsByMimetype
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScriptsByMimetype
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScriptsByMimetype
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
begin_getScriptsByMimetype
in interfaceIScriptPrx
- 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
public java.util.List<OriginalFile> end_getScriptsByMimetype(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IScriptPrx
This method returns official server scripts identified with the specified extension as a list ofOriginalFile
objects. These scripts will be executed by the server if submitted viarunScript
. The input parameters necessary for proper functioning can be retrieved viagetParams
. TheOriginalFile.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
- Specified by:
end_getScriptsByMimetype
in interfaceIScriptPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- see above.
- Throws:
ServerError
-
__getScriptsByMimetype_completed
public static void __getScriptsByMimetype_completed(Ice.TwowayCallbackArg1UE<java.util.List<OriginalFile>> __cb, Ice.AsyncResult __result)
-
getUserScripts
public java.util.List<OriginalFile> getUserScripts(java.util.List<IObject> acceptsList) throws ServerError
Description copied from interface:IScriptPrx
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.- Specified by:
getUserScripts
in interfaceIScriptPrx
- Throws:
ServerError
-
getUserScripts
public java.util.List<OriginalFile> getUserScripts(java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IScriptPrx
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.- Specified by:
getUserScripts
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getUserScripts
public Ice.AsyncResult begin_getUserScripts(java.util.List<IObject> acceptsList)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getUserScripts
in interfaceIScriptPrx
- Returns:
- The asynchronous result object.
-
begin_getUserScripts
public Ice.AsyncResult begin_getUserScripts(java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getUserScripts
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getUserScripts
public Ice.AsyncResult begin_getUserScripts(java.util.List<IObject> acceptsList, Ice.Callback __cb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getUserScripts
in interfaceIScriptPrx
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getUserScripts
public Ice.AsyncResult begin_getUserScripts(java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getUserScripts
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getUserScripts
public Ice.AsyncResult begin_getUserScripts(java.util.List<IObject> acceptsList, Callback_IScript_getUserScripts __cb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getUserScripts
in interfaceIScriptPrx
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getUserScripts
public Ice.AsyncResult begin_getUserScripts(java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_IScript_getUserScripts __cb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getUserScripts
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getUserScripts
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getUserScripts
in interfaceIScriptPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getUserScripts
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getUserScripts
in interfaceIScriptPrx
__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
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getUserScripts
in interfaceIScriptPrx
__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
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_getUserScripts
in interfaceIScriptPrx
__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
public java.util.List<OriginalFile> end_getUserScripts(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IScriptPrx
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.- Specified by:
end_getUserScripts
in interfaceIScriptPrx
- Parameters:
__iresult
- The asynchronous result object.- Throws:
ServerError
-
__getUserScripts_completed
public static void __getUserScripts_completed(Ice.TwowayCallbackArg1UE<java.util.List<OriginalFile>> __cb, Ice.AsyncResult __result)
-
runScript
public ScriptProcessPrx runScript(long scriptID, java.util.Map<java.lang.String,RType> inputs, RInt waitSecs) throws ServerError
Description copied from interface:IScriptPrx
IfResourceError
is thrown, then noProcessor
is available. UsescheduleJob
to create aScriptJob
in the Waiting state. AProcessor
may become available.try: proc = scriptService.runScript(1, {}, None) except ResourceError: job = scriptService.scheduleScript(1, {}, None)
ScriptProcess
proxy MUST be closed before exiting. If you would like the script execution to continue in the background, passTrue
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.
- Specified by:
runScript
in interfaceIScriptPrx
- Throws:
ServerError
-
runScript
public 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
Description copied from interface:IScriptPrx
IfResourceError
is thrown, then noProcessor
is available. UsescheduleJob
to create aScriptJob
in the Waiting state. AProcessor
may become available.try: proc = scriptService.runScript(1, {}, None) except ResourceError: job = scriptService.scheduleScript(1, {}, None)
ScriptProcess
proxy MUST be closed before exiting. If you would like the script execution to continue in the background, passTrue
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.
- Specified by:
runScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_runScript
public Ice.AsyncResult begin_runScript(long scriptID, java.util.Map<java.lang.String,RType> inputs, RInt waitSecs)
Description copied from interface:IScriptPrx
IfResourceError
is thrown, then noProcessor
is available. UsescheduleJob
to create aScriptJob
in the Waiting state. AProcessor
may become available.try: proc = scriptService.runScript(1, {}, None) except ResourceError: job = scriptService.scheduleScript(1, {}, None)
ScriptProcess
proxy MUST be closed before exiting. If you would like the script execution to continue in the background, passTrue
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.
- Specified by:
begin_runScript
in interfaceIScriptPrx
- Returns:
- The asynchronous result object.
-
begin_runScript
public 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)
Description copied from interface:IScriptPrx
IfResourceError
is thrown, then noProcessor
is available. UsescheduleJob
to create aScriptJob
in the Waiting state. AProcessor
may become available.try: proc = scriptService.runScript(1, {}, None) except ResourceError: job = scriptService.scheduleScript(1, {}, None)
ScriptProcess
proxy MUST be closed before exiting. If you would like the script execution to continue in the background, passTrue
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.
- Specified by:
begin_runScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_runScript
public Ice.AsyncResult begin_runScript(long scriptID, java.util.Map<java.lang.String,RType> inputs, RInt waitSecs, Ice.Callback __cb)
Description copied from interface:IScriptPrx
IfResourceError
is thrown, then noProcessor
is available. UsescheduleJob
to create aScriptJob
in the Waiting state. AProcessor
may become available.try: proc = scriptService.runScript(1, {}, None) except ResourceError: job = scriptService.scheduleScript(1, {}, None)
ScriptProcess
proxy MUST be closed before exiting. If you would like the script execution to continue in the background, passTrue
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.
- Specified by:
begin_runScript
in interfaceIScriptPrx
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_runScript
public 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)
Description copied from interface:IScriptPrx
IfResourceError
is thrown, then noProcessor
is available. UsescheduleJob
to create aScriptJob
in the Waiting state. AProcessor
may become available.try: proc = scriptService.runScript(1, {}, None) except ResourceError: job = scriptService.scheduleScript(1, {}, None)
ScriptProcess
proxy MUST be closed before exiting. If you would like the script execution to continue in the background, passTrue
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.
- Specified by:
begin_runScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_runScript
public Ice.AsyncResult begin_runScript(long scriptID, java.util.Map<java.lang.String,RType> inputs, RInt waitSecs, Callback_IScript_runScript __cb)
Description copied from interface:IScriptPrx
IfResourceError
is thrown, then noProcessor
is available. UsescheduleJob
to create aScriptJob
in the Waiting state. AProcessor
may become available.try: proc = scriptService.runScript(1, {}, None) except ResourceError: job = scriptService.scheduleScript(1, {}, None)
ScriptProcess
proxy MUST be closed before exiting. If you would like the script execution to continue in the background, passTrue
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.
- Specified by:
begin_runScript
in interfaceIScriptPrx
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_runScript
public 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)
Description copied from interface:IScriptPrx
IfResourceError
is thrown, then noProcessor
is available. UsescheduleJob
to create aScriptJob
in the Waiting state. AProcessor
may become available.try: proc = scriptService.runScript(1, {}, None) except ResourceError: job = scriptService.scheduleScript(1, {}, None)
ScriptProcess
proxy MUST be closed before exiting. If you would like the script execution to continue in the background, passTrue
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.
- Specified by:
begin_runScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_runScript
public 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)
Description copied from interface:IScriptPrx
IfResourceError
is thrown, then noProcessor
is available. UsescheduleJob
to create aScriptJob
in the Waiting state. AProcessor
may become available.try: proc = scriptService.runScript(1, {}, None) except ResourceError: job = scriptService.scheduleScript(1, {}, None)
ScriptProcess
proxy MUST be closed before exiting. If you would like the script execution to continue in the background, passTrue
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.
- Specified by:
begin_runScript
in interfaceIScriptPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_runScript
public 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)
Description copied from interface:IScriptPrx
IfResourceError
is thrown, then noProcessor
is available. UsescheduleJob
to create aScriptJob
in the Waiting state. AProcessor
may become available.try: proc = scriptService.runScript(1, {}, None) except ResourceError: job = scriptService.scheduleScript(1, {}, None)
ScriptProcess
proxy MUST be closed before exiting. If you would like the script execution to continue in the background, passTrue
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.
- Specified by:
begin_runScript
in interfaceIScriptPrx
__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
public 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)
Description copied from interface:IScriptPrx
IfResourceError
is thrown, then noProcessor
is available. UsescheduleJob
to create aScriptJob
in the Waiting state. AProcessor
may become available.try: proc = scriptService.runScript(1, {}, None) except ResourceError: job = scriptService.scheduleScript(1, {}, None)
ScriptProcess
proxy MUST be closed before exiting. If you would like the script execution to continue in the background, passTrue
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.
- Specified by:
begin_runScript
in interfaceIScriptPrx
__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
public 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)
Description copied from interface:IScriptPrx
IfResourceError
is thrown, then noProcessor
is available. UsescheduleJob
to create aScriptJob
in the Waiting state. AProcessor
may become available.try: proc = scriptService.runScript(1, {}, None) except ResourceError: job = scriptService.scheduleScript(1, {}, None)
ScriptProcess
proxy MUST be closed before exiting. If you would like the script execution to continue in the background, passTrue
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.
- Specified by:
begin_runScript
in interfaceIScriptPrx
__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
public ScriptProcessPrx end_runScript(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IScriptPrx
IfResourceError
is thrown, then noProcessor
is available. UsescheduleJob
to create aScriptJob
in the Waiting state. AProcessor
may become available.try: proc = scriptService.runScript(1, {}, None) except ResourceError: job = scriptService.scheduleScript(1, {}, None)
ScriptProcess
proxy MUST be closed before exiting. If you would like the script execution to continue in the background, passTrue
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.
- Specified by:
end_runScript
in interfaceIScriptPrx
- Parameters:
__iresult
- The asynchronous result object.- Throws:
ServerError
-
__runScript_completed
public static void __runScript_completed(Ice.TwowayCallbackArg1UE<ScriptProcessPrx> __cb, Ice.AsyncResult __result)
-
uploadOfficialScript
public long uploadOfficialScript(java.lang.String path, java.lang.String scriptText) throws ServerError
Description copied from interface:IScriptPrx
LikeuploadScript
but is only callable by administrators. The parameters for the script are also checked.- Specified by:
uploadOfficialScript
in interfaceIScriptPrx
- Throws:
ServerError
-
uploadOfficialScript
public long uploadOfficialScript(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IScriptPrx
LikeuploadScript
but is only callable by administrators. The parameters for the script are also checked.- Specified by:
uploadOfficialScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_uploadOfficialScript
public Ice.AsyncResult begin_uploadOfficialScript(java.lang.String path, java.lang.String scriptText)
Description copied from interface:IScriptPrx
LikeuploadScript
but is only callable by administrators. The parameters for the script are also checked.- Specified by:
begin_uploadOfficialScript
in interfaceIScriptPrx
- Returns:
- The asynchronous result object.
-
begin_uploadOfficialScript
public Ice.AsyncResult begin_uploadOfficialScript(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IScriptPrx
LikeuploadScript
but is only callable by administrators. The parameters for the script are also checked.- Specified by:
begin_uploadOfficialScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_uploadOfficialScript
public Ice.AsyncResult begin_uploadOfficialScript(java.lang.String path, java.lang.String scriptText, Ice.Callback __cb)
Description copied from interface:IScriptPrx
LikeuploadScript
but is only callable by administrators. The parameters for the script are also checked.- Specified by:
begin_uploadOfficialScript
in interfaceIScriptPrx
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_uploadOfficialScript
public 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)
Description copied from interface:IScriptPrx
LikeuploadScript
but is only callable by administrators. The parameters for the script are also checked.- Specified by:
begin_uploadOfficialScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_uploadOfficialScript
public Ice.AsyncResult begin_uploadOfficialScript(java.lang.String path, java.lang.String scriptText, Callback_IScript_uploadOfficialScript __cb)
Description copied from interface:IScriptPrx
LikeuploadScript
but is only callable by administrators. The parameters for the script are also checked.- Specified by:
begin_uploadOfficialScript
in interfaceIScriptPrx
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_uploadOfficialScript
public 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)
Description copied from interface:IScriptPrx
LikeuploadScript
but is only callable by administrators. The parameters for the script are also checked.- Specified by:
begin_uploadOfficialScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_uploadOfficialScript
public 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)
Description copied from interface:IScriptPrx
LikeuploadScript
but is only callable by administrators. The parameters for the script are also checked.- Specified by:
begin_uploadOfficialScript
in interfaceIScriptPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_uploadOfficialScript
public 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)
Description copied from interface:IScriptPrx
LikeuploadScript
but is only callable by administrators. The parameters for the script are also checked.- Specified by:
begin_uploadOfficialScript
in interfaceIScriptPrx
__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
public 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)
Description copied from interface:IScriptPrx
LikeuploadScript
but is only callable by administrators. The parameters for the script are also checked.- Specified by:
begin_uploadOfficialScript
in interfaceIScriptPrx
__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
public 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)
Description copied from interface:IScriptPrx
LikeuploadScript
but is only callable by administrators. The parameters for the script are also checked.- Specified by:
begin_uploadOfficialScript
in interfaceIScriptPrx
__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
public long end_uploadOfficialScript(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IScriptPrx
LikeuploadScript
but is only callable by administrators. The parameters for the script are also checked.- Specified by:
end_uploadOfficialScript
in interfaceIScriptPrx
- Parameters:
__iresult
- The asynchronous result object.- Throws:
ServerError
-
__uploadOfficialScript_completed
public static void __uploadOfficialScript_completed(Ice.TwowayCallbackLongUE __cb, Ice.AsyncResult __result)
-
uploadScript
public long uploadScript(java.lang.String path, java.lang.String scriptText) throws ServerError
Description copied from interface:IScriptPrx
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.- Specified by:
uploadScript
in interfaceIScriptPrx
- Parameters:
path
- see above.scriptText
- see above.- Returns:
- The new id of the script.
- Throws:
ServerError
-
uploadScript
public long uploadScript(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IScriptPrx
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.- Specified by:
uploadScript
in interfaceIScriptPrx
- Parameters:
path
- see above.scriptText
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The new id of the script.
- Throws:
ServerError
-
begin_uploadScript
public Ice.AsyncResult begin_uploadScript(java.lang.String path, java.lang.String scriptText)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_uploadScript
in interfaceIScriptPrx
- Parameters:
path
- see above.- Returns:
- The asynchronous result object.
-
begin_uploadScript
public Ice.AsyncResult begin_uploadScript(java.lang.String path, java.lang.String scriptText, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_uploadScript
in interfaceIScriptPrx
- Parameters:
path
- see above.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_uploadScript
public Ice.AsyncResult begin_uploadScript(java.lang.String path, java.lang.String scriptText, Ice.Callback __cb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_uploadScript
in interfaceIScriptPrx
- Parameters:
path
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_uploadScript
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_uploadScript
in interfaceIScriptPrx
- 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
public Ice.AsyncResult begin_uploadScript(java.lang.String path, java.lang.String scriptText, Callback_IScript_uploadScript __cb)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_uploadScript
in interfaceIScriptPrx
- Parameters:
path
- see above.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_uploadScript
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_uploadScript
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_uploadScript
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_uploadScript
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_uploadScript
in interfaceIScriptPrx
- 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
public 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)
Description copied from interface:IScriptPrx
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.- Specified by:
begin_uploadScript
in interfaceIScriptPrx
- 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
public long end_uploadScript(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IScriptPrx
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.- Specified by:
end_uploadScript
in interfaceIScriptPrx
- Parameters:
__iresult
- The asynchronous result object.- Returns:
- The new id of the script.
- Throws:
ServerError
-
__uploadScript_completed
public static void __uploadScript_completed(Ice.TwowayCallbackLongUE __cb, Ice.AsyncResult __result)
-
validateScript
public OriginalFile validateScript(Job j, java.util.List<IObject> acceptsList) throws ServerError
Description copied from interface:IScriptPrx
Used internally by processor.py to check if the script attached to theJob
has a valid script attached, based on theacceptsList
and the current security context. An example of an acceptsList might beExperimenter(myUserId, False)
, meaning that only scripts belonging to me should be trusted. An empty list implies that the server should return what it would by default trust. A valid script will be returned if it exists; otherwise null.- Specified by:
validateScript
in interfaceIScriptPrx
- Throws:
ServerError
-
validateScript
public OriginalFile validateScript(Job j, java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Description copied from interface:IScriptPrx
Used internally by processor.py to check if the script attached to theJob
has a valid script attached, based on theacceptsList
and the current security context. An example of an acceptsList might beExperimenter(myUserId, False)
, meaning that only scripts belonging to me should be trusted. An empty list implies that the server should return what it would by default trust. A valid script will be returned if it exists; otherwise null.- Specified by:
validateScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_validateScript
public Ice.AsyncResult begin_validateScript(Job j, java.util.List<IObject> acceptsList)
Description copied from interface:IScriptPrx
Used internally by processor.py to check if the script attached to theJob
has a valid script attached, based on theacceptsList
and the current security context. An example of an acceptsList might beExperimenter(myUserId, False)
, meaning that only scripts belonging to me should be trusted. An empty list implies that the server should return what it would by default trust. A valid script will be returned if it exists; otherwise null.- Specified by:
begin_validateScript
in interfaceIScriptPrx
- Returns:
- The asynchronous result object.
-
begin_validateScript
public Ice.AsyncResult begin_validateScript(Job j, java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,java.lang.String> __ctx)
Description copied from interface:IScriptPrx
Used internally by processor.py to check if the script attached to theJob
has a valid script attached, based on theacceptsList
and the current security context. An example of an acceptsList might beExperimenter(myUserId, False)
, meaning that only scripts belonging to me should be trusted. An empty list implies that the server should return what it would by default trust. A valid script will be returned if it exists; otherwise null.- Specified by:
begin_validateScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_validateScript
public Ice.AsyncResult begin_validateScript(Job j, java.util.List<IObject> acceptsList, Ice.Callback __cb)
Description copied from interface:IScriptPrx
Used internally by processor.py to check if the script attached to theJob
has a valid script attached, based on theacceptsList
and the current security context. An example of an acceptsList might beExperimenter(myUserId, False)
, meaning that only scripts belonging to me should be trusted. An empty list implies that the server should return what it would by default trust. A valid script will be returned if it exists; otherwise null.- Specified by:
begin_validateScript
in interfaceIScriptPrx
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_validateScript
public Ice.AsyncResult begin_validateScript(Job j, java.util.List<IObject> acceptsList, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Description copied from interface:IScriptPrx
Used internally by processor.py to check if the script attached to theJob
has a valid script attached, based on theacceptsList
and the current security context. An example of an acceptsList might beExperimenter(myUserId, False)
, meaning that only scripts belonging to me should be trusted. An empty list implies that the server should return what it would by default trust. A valid script will be returned if it exists; otherwise null.- Specified by:
begin_validateScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_validateScript
public Ice.AsyncResult begin_validateScript(Job j, java.util.List<IObject> acceptsList, Callback_IScript_validateScript __cb)
Description copied from interface:IScriptPrx
Used internally by processor.py to check if the script attached to theJob
has a valid script attached, based on theacceptsList
and the current security context. An example of an acceptsList might beExperimenter(myUserId, False)
, meaning that only scripts belonging to me should be trusted. An empty list implies that the server should return what it would by default trust. A valid script will be returned if it exists; otherwise null.- Specified by:
begin_validateScript
in interfaceIScriptPrx
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_validateScript
public 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)
Description copied from interface:IScriptPrx
Used internally by processor.py to check if the script attached to theJob
has a valid script attached, based on theacceptsList
and the current security context. An example of an acceptsList might beExperimenter(myUserId, False)
, meaning that only scripts belonging to me should be trusted. An empty list implies that the server should return what it would by default trust. A valid script will be returned if it exists; otherwise null.- Specified by:
begin_validateScript
in interfaceIScriptPrx
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_validateScript
public 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)
Description copied from interface:IScriptPrx
Used internally by processor.py to check if the script attached to theJob
has a valid script attached, based on theacceptsList
and the current security context. An example of an acceptsList might beExperimenter(myUserId, False)
, meaning that only scripts belonging to me should be trusted. An empty list implies that the server should return what it would by default trust. A valid script will be returned if it exists; otherwise null.- Specified by:
begin_validateScript
in interfaceIScriptPrx
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_validateScript
public 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)
Description copied from interface:IScriptPrx
Used internally by processor.py to check if the script attached to theJob
has a valid script attached, based on theacceptsList
and the current security context. An example of an acceptsList might beExperimenter(myUserId, False)
, meaning that only scripts belonging to me should be trusted. An empty list implies that the server should return what it would by default trust. A valid script will be returned if it exists; otherwise null.- Specified by:
begin_validateScript
in interfaceIScriptPrx
__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
public 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)
Description copied from interface:IScriptPrx
Used internally by processor.py to check if the script attached to theJob
has a valid script attached, based on theacceptsList
and the current security context. An example of an acceptsList might beExperimenter(myUserId, False)
, meaning that only scripts belonging to me should be trusted. An empty list implies that the server should return what it would by default trust. A valid script will be returned if it exists; otherwise null.- Specified by:
begin_validateScript
in interfaceIScriptPrx
__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
public 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)
Description copied from interface:IScriptPrx
Used internally by processor.py to check if the script attached to theJob
has a valid script attached, based on theacceptsList
and the current security context. An example of an acceptsList might beExperimenter(myUserId, False)
, meaning that only scripts belonging to me should be trusted. An empty list implies that the server should return what it would by default trust. A valid script will be returned if it exists; otherwise null.- Specified by:
begin_validateScript
in interfaceIScriptPrx
__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
public OriginalFile end_validateScript(Ice.AsyncResult __iresult) throws ServerError
Description copied from interface:IScriptPrx
Used internally by processor.py to check if the script attached to theJob
has a valid script attached, based on theacceptsList
and the current security context. An example of an acceptsList might beExperimenter(myUserId, False)
, meaning that only scripts belonging to me should be trusted. An empty list implies that the server should return what it would by default trust. A valid script will be returned if it exists; otherwise null.- Specified by:
end_validateScript
in interfaceIScriptPrx
- Parameters:
__iresult
- The asynchronous result object.- Throws:
ServerError
-
__validateScript_completed
public static void __validateScript_completed(Ice.TwowayCallbackArg1UE<OriginalFile> __cb, Ice.AsyncResult __result)
-
checkedCast
public static IScriptPrx checkedCast(Ice.ObjectPrx __obj)
Contacts the remote server to verify that the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static IScriptPrx checkedCast(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.__ctx
- The Context map to send with the invocation.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static IScriptPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Contacts the remote server to verify that a facet of the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.__facet
- The name of the desired facet.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
checkedCast
public static IScriptPrx checkedCast(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,java.lang.String> __ctx)
Contacts the remote server to verify that a facet of the object implements this type. Raises a local exception if a communication error occurs.- Parameters:
__obj
- The untyped proxy.__facet
- The name of the desired facet.__ctx
- The Context map to send with the invocation.- Returns:
- A proxy for this type, or null if the object does not support this type.
-
uncheckedCast
public static IScriptPrx uncheckedCast(Ice.ObjectPrx __obj)
Downcasts the given proxy to this type without contacting the remote server.- Parameters:
__obj
- The untyped proxy.- Returns:
- A proxy for this type.
-
uncheckedCast
public static IScriptPrx uncheckedCast(Ice.ObjectPrx __obj, java.lang.String __facet)
Downcasts the given proxy to this type without contacting the remote server.- Parameters:
__obj
- The untyped proxy.__facet
- The name of the desired facet.- Returns:
- A proxy for this type.
-
ice_staticId
public static java.lang.String ice_staticId()
Provides the Slice type ID of this type.- Returns:
- The Slice type ID.
-
__write
public static void __write(IceInternal.BasicStream __os, IScriptPrx v)
-
__read
public static IScriptPrx __read(IceInternal.BasicStream __is)
-
-