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(IStreamingAction streamingAction) |
String getMimeType()
String getOutputPath()
OutputStream getOutputStream() throws Exception
Exception
InputStream getInputStream() throws Exception
Exception
void setStreamingAction(IStreamingAction streamingAction)
void setOutputFilePath(String filePath)
Copyright © 2017 Hitachi Vantara. All rights reserved.