| Package | Description |
|---|---|
| org.cristalise.kernel.scripting |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Script.addIncludedInputParam(String name,
Class<?> type) |
protected void |
Script.addInputParam(String name,
Class<?> type) |
protected void |
Script.addInputParam(String name,
String type) |
protected void |
Script.addOutput(String name,
Class<?> type) |
protected void |
Script.addOutput(String name,
String type) |
void |
Script.setIncludes(ArrayList<Include> includes)
Method for castor unmarshall
|
boolean |
Script.setInputParamValue(String name,
Object value)
Submits an input parameter to the script.
|
boolean |
Script.setInputParamValue(String name,
Object value,
boolean overwrite)
Submits an input parameter to the script.
|
| Constructor and Description |
|---|
Script(String name,
Integer version,
ItemPath path,
String xml)
Parses a given script xml, instead of loading it from Items.
|
Script(String name,
Integer version,
ItemPath path,
String xml,
boolean lateBind)
Parses a given script xml, instead of loading it from Items.
|
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.