Interface IBackgroundExecutionStreamProvider

  • All Superinterfaces:
    Serializable

    public interface IBackgroundExecutionStreamProvider
    extends Serializable
    An object used by the scheduler to provide actions that expect to write to an output stream with the stream to be written to.
    Author:
    arodriguez
    • Method Detail

      • getMimeType

        String getMimeType()
      • getOutputPath

        String getOutputPath()
      • setStreamingAction

        void setStreamingAction​(org.pentaho.platform.api.action.IStreamingAction streamingAction)
      • setOutputFilePath

        void setOutputFilePath​(String filePath)