Uses of Class
org.cristalise.kernel.scripting.ScriptingEngineException
Packages that use ScriptingEngineException
Package
Description
-
Uses of ScriptingEngineException in org.cristalise.kernel.lifecycle.instance
Methods in org.cristalise.kernel.lifecycle.instance that throw ScriptingEngineExceptionModifier and TypeMethodDescriptionprotected ObjectWfVertex.evaluateScript(String scriptName, Integer scriptVersion, ItemPath itemPath, TransactionKey transactionKey) -
Uses of ScriptingEngineException in org.cristalise.kernel.process.module
Methods in org.cristalise.kernel.process.module that throw ScriptingEngineExceptionModifier and TypeMethodDescriptionModuleEmbeddedScript.getScript(String ns, AgentProxy agent) voidModule.runScript(String event, AgentProxy agent, boolean isServer) -
Uses of ScriptingEngineException in org.cristalise.kernel.scripting
Subclasses of ScriptingEngineException in org.cristalise.kernel.scriptingModifier and TypeClassDescriptionclassclassclassMethods in org.cristalise.kernel.scripting that throw ScriptingEngineExceptionModifier and TypeMethodDescriptionScript.evaluate(ItemPath itemPath, CastorHashMap inputProps, String actContext, boolean actExecEnv, TransactionKey transactionKey) Reads and evaluates input properties, set input parameters from those properties and executes the ScriptScript.evaluate(ItemPath itemPath, CastorHashMap inputProps, String actContext, TransactionKey transactionKey) Script.evaluate(CastorHashMap inputProps) Use this when a Script is executed without an Item or Transaction contextScript.execute()Executes the script with the submitted parameters.static ScriptResolves the Script object using its name and version.static ScriptScript.getScript(String name, Integer version, TransactionKey transactionKey) Resolves the Script object using its name and version.voidScript.setScriptEngine(String requestedLang) Sets the languageConstructors in org.cristalise.kernel.scripting that throw ScriptingEngineExceptionModifierConstructorDescriptionCreates a script executor for the supplied expression, bypassing the xml parsing bit Output class is forced to an object.Creates a script executor for the supplied expression, bypassing the xml parsing bitScript(String lang, String name, String expr, AgentProxy agent) Creates a script executor requiring an agent to be set.Creates a script executor requiring an agent to be set.