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
Exception
InputStream getInputStream() throws Exception
Exception
void setStreamingAction(org.pentaho.platform.api.action.IStreamingAction streamingAction)
void setOutputFilePath(String filePath)