| 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) |
boolean |
Script.setInputParamValue(String name,
Object value)
Submits an input parameter to the script.
|
| Constructor and Description |
|---|
Script(String name,
Integer version,
ItemPath path,
String xml)
For testing.
|
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.