Package org.pentaho.platform.api.engine
Interface IStreamingPojo
- All Known Subinterfaces:
IStreamingPojoComponent
Deprecated.
The interface for POJO components that want to stream content to the caller.
- Author:
- jamesdixon
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the mimetype of the content that this object will write to the output streamvoid
setOutputStream
(OutputStream outputStream) Deprecated.Sets the outputstream that the component can stream content to
-
Method Details
-
setOutputStream
Deprecated.Sets the outputstream that the component can stream content to- Parameters:
outputStream
-
-
getMimeType
String getMimeType()Deprecated.Gets the mimetype of the content that this object will write to the output stream- Returns:
-
IAction