Uses of Interface
org.pentaho.platform.api.engine.IActionSequenceResource
Packages that use IActionSequenceResource
-
Uses of IActionSequenceResource in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IActionSequenceResourceModifier and TypeMethodDescriptionIParameterManager.getCurrentResource
(String resource) 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 IActionSequenceResourceModifier and TypeMethodDescriptionorg.dom4j.Document
IRuntimeContext.getResourceAsDocument
(IActionSequenceResource actionParameter) Gets the named resource as a Document.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.IRuntimeContext.getResourceInputStream
(IActionSequenceResource actionResource) Gets the named resource as an InputStream.