Uses of Interface
org.pentaho.platform.api.engine.IActionSequenceResource
-
Packages that use IActionSequenceResource Package Description org.pentaho.platform.api.engine -
-
Uses of IActionSequenceResource in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IActionSequenceResource Modifier and Type Method Description IActionSequenceResource
IParameterManager. getCurrentResource(String resource)
IActionSequenceResource
IRuntimeContext. getResourceDefintion(String name)
Gets the named resource definition from the executing action sequence.Methods in org.pentaho.platform.api.engine with parameters of type IActionSequenceResource Modifier and Type Method 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.
-