Class RssOutput

  • All Implemented Interfaces:
    org.pentaho.di.core.ExtensionDataInterface, HasLogChannelInterface, org.pentaho.di.core.logging.LoggingObjectInterface, org.pentaho.di.core.logging.LoggingObjectLifecycleInterface, org.pentaho.di.core.variables.VariableSpace, StepInterface

    public class RssOutput
    extends BaseStep
    implements StepInterface
    Output rows to RSS feed and create a file.
    Since:
    6-nov-2007
    Author:
    Samatar
    • Method Detail

      • processRow

        public boolean processRow​(StepMetaInterface smi,
                                  StepDataInterface sdi)
                           throws org.pentaho.di.core.exception.KettleException
        Description copied from interface: StepInterface
        Perform the equivalent of processing one row. Typically this means reading a row from input (getRow()) and passing a row to output (putRow)).
        Specified by:
        processRow in interface StepInterface
        Overrides:
        processRow in class BaseStep
        Parameters:
        smi - The steps metadata to work with
        sdi - The steps temporary working data to work with (database connections, result sets, caches, temporary variables, etc.)
        Returns:
        false if no more rows can be processed or an error occurred.
        Throws:
        org.pentaho.di.core.exception.KettleException
      • buildFilename

        public String buildFilename()
                             throws org.pentaho.di.core.exception.KettleStepException
        Throws:
        org.pentaho.di.core.exception.KettleStepException
      • createEntry

        public boolean createEntry​(String author,
                                   String title,
                                   String link,
                                   Date date,
                                   String desc,
                                   String geopointLat,
                                   String geopointLong)
        Parameters:
        author - : The author of the event
        title - : The title of the event
        link - : The link to the element in RES
        date - : The event's date
        desc - : The event's description