Uses of Class
org.pentaho.di.job.entries.missing.MissingEntry
-
Packages that use MissingEntry Package Description org.pentaho.di.job -
-
Uses of MissingEntry in org.pentaho.di.job
Methods in org.pentaho.di.job that return types with arguments of type MissingEntry Modifier and Type Method Description List<MissingEntry>
JobMeta. getMissingEntries()
Methods in org.pentaho.di.job with parameters of type MissingEntry Modifier and Type Method Description void
JobMeta. addMissingEntry(MissingEntry missingEntry)
void
JobMeta. removeMissingEntry(MissingEntry missingEntry)
-