Class MissingEntry

  • All Implemented Interfaces:
    Cloneable, org.pentaho.di.core.AttributesInterface, org.pentaho.di.core.CheckResultSourceInterface, org.pentaho.di.core.ExtensionDataInterface, org.pentaho.di.core.logging.LoggingObjectInterface, org.pentaho.di.core.logging.LoggingObjectLifecycleInterface, org.pentaho.di.core.variables.VariableSpace, JobEntryInterface, ResourceHolderInterface

    public class MissingEntry
    extends JobEntrySpecial
    • Constructor Detail

      • MissingEntry

        public MissingEntry()
      • MissingEntry

        public MissingEntry​(String name,
                            String missingPluginId)
    • Method Detail

      • execute

        public org.pentaho.di.core.Result execute​(org.pentaho.di.core.Result previousResult,
                                                  int nr)
                                           throws org.pentaho.di.core.exception.KettleJobException
        Description copied from interface: JobEntryInterface
        Execute the job entry. The previous result and number of rows are provided to the method for the purpose of chaining job entries, transformations, etc.
        Specified by:
        execute in interface JobEntryInterface
        Overrides:
        execute in class JobEntrySpecial
        Parameters:
        previousResult - the previous result
        nr - the number of rows
        Returns:
        the Result object from execution of this job entry
        Throws:
        org.pentaho.di.core.exception.KettleJobException
      • getMissingPluginId

        public String getMissingPluginId()