Interface IStreamProcessingAction

All Superinterfaces:
IAction

public interface IStreamProcessingAction extends IAction
The interface for Actions that want to process the contents of a stream provided by the caller. Actions that process the contents of a file contained in the Hitachi Vantara JCR repository and want the ability to be scheduled to run should implement this method. The Pentaho scheduler will, upon execution of this action, open an input stream to the file scheduled for execution and pass the input stream to this action.
Author:
arodriguez
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the input stream containing the contents to be processed.

    Methods inherited from interface org.pentaho.platform.api.action.IAction

    execute, isExecutionSuccessful
  • Method Details

    • setInputStream

      void setInputStream(InputStream inputStream)
      Sets the input stream containing the contents to be processed.
      Parameters:
      inputStream - the input stream