| Package | Description |
|---|---|
| org.cristalise.kernel.lifecycle.instance | |
| org.cristalise.kernel.process.module | |
| org.cristalise.kernel.scripting |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
WfVertex.evaluateScript(String scriptName,
Integer scriptVersion,
ItemPath itemPath,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
Script |
ModuleScript.getScript(String ns,
AgentProxy user) |
void |
Module.runScript(String event,
AgentProxy user,
boolean isServer) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterException |
class |
ScriptLoadingException
$Revision: 1.1 $
$Date: 2003/04/06 12:32:51 $
Copyright (C) 2003 CERN - European Organization for Nuclear Research
All rights reserved.
|
class |
ScriptParsingException |
| Modifier and Type | Method and Description |
|---|---|
Object |
Script.execute()
Executes the script with the submitted parameters.
|
void |
Script.setActExecEnvironment(ItemProxy object,
AgentProxy subject,
Job job) |
void |
Script.setScriptEngine(String requestedLang) |
| Constructor and Description |
|---|
Script(String lang,
String expr) |
Script(String lang,
String expr,
Class<?> returnType)
Creates a script executor for the supplied expression, bypassing the xml parsing bit
Output class is forced to an object.
|
Script(String lang,
String name,
String expr,
AgentProxy agent)
Creates a script executor requiring an agent to be set.
|
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.