public interface IBackgroundExecutionStreamProvider extends Serializable
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream() |
String |
getMimeType() |
String |
getOutputPath() |
OutputStream |
getOutputStream() |
void |
setOutputFilePath(String filePath) |
void |
setStreamingAction(org.pentaho.platform.api.action.IStreamingAction streamingAction) |
String getMimeType()
String getOutputPath()
OutputStream getOutputStream() throws Exception
ExceptionInputStream getInputStream() throws Exception
Exceptionvoid setStreamingAction(org.pentaho.platform.api.action.IStreamingAction streamingAction)
void setOutputFilePath(String filePath)