Package org.pentaho.platform.api.engine
Interface IStreamingPojo
-
- All Known Subinterfaces:
IStreamingPojoComponent
@Deprecated public interface IStreamingPojo
Deprecated.Pojo components are deprecated, useIAction
The interface for POJO components that want to stream content to the caller.- Author:
- jamesdixon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getMimeType()
Deprecated.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 Detail
-
setOutputStream
void setOutputStream(OutputStream outputStream)
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:
-
-