| Package | Description | 
|---|---|
| org.pentaho.platform.api.engine | 
| Modifier and Type | Method and Description | 
|---|---|
IActionSequenceResource | 
IParameterManager.getCurrentResource(String resource)  | 
IActionSequenceResource | 
IRuntimeContext.getResourceDefintion(String name)
Gets the named resource definition from the executing action sequence. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.dom4j.Document | 
IRuntimeContext.getResourceAsDocument(IActionSequenceResource actionParameter)
Gets the named resource as a Document. 
 | 
String | 
IRuntimeContext.getResourceAsString(IActionSequenceResource actionParameter)
Gets the named resource as a String. 
 | 
org.pentaho.commons.connection.IPentahoStreamSource | 
IRuntimeContext.getResourceDataSource(IActionSequenceResource actionResource)
Gets the named resource as a DataSource. 
 | 
InputStream | 
IRuntimeContext.getResourceInputStream(IActionSequenceResource actionResource)
Gets the named resource as an InputStream. 
 |