Deprecated API


Contents
Deprecated Fields
org.pentaho.di.trans.step.BaseStep.category_order
          Please use StepCategory.STANDARD_CATEGORIES to get the natural order 
org.pentaho.di.trans.step.BaseStep.linesInput
          please use the supplied getters, setters and increment/decrement methods 
org.pentaho.di.trans.step.BaseStep.linesOutput
          please use the supplied getters, setters and increment/decrement methods 
org.pentaho.di.trans.step.BaseStep.linesRead
          please use the supplied getters, setters and increment/decrement methods 
org.pentaho.di.trans.step.BaseStep.linesRejected
          please use the supplied getters, setters and increment/decrement methods 
org.pentaho.di.trans.step.BaseStep.linesSkipped
          please use the supplied getters, setters and increment/decrement methods 
org.pentaho.di.trans.step.BaseStep.linesUpdated
          please use the supplied getters, setters and increment/decrement methods 
org.pentaho.di.trans.step.BaseStep.linesWritten
          please use the supplied getters, setters and increment/decrement methods 
 

Deprecated Methods
org.pentaho.di.trans.steps.textfileinput.TextFileInput.convertLineToRow(TextFileLine, InputFileMetaInterface, RowMetaInterface, RowMetaInterface, String, long, FileErrorHandler)
          Use TextFileInput.convertLineToRow(TextFileLine,InputFileMetaInterface,Object[],int,RowMetaInterface,RowMetaInterface,String,long, FileErrorHandler) instead 
org.pentaho.di.trans.TransMeta.findNextStep(StepMeta, int)
          just get the next steps as an array 
org.pentaho.di.trans.TransMeta.findNrNextSteps(StepMeta)
          just get the next steps as an array 
org.pentaho.di.trans.TransMeta.findNrPrevSteps(StepMeta, boolean)
          please use method findPreviousSteps 
org.pentaho.di.trans.TransMeta.findPrevStep(StepMeta, int, boolean)
          please use method findPreviousSteps 
org.pentaho.di.repository.Repository.getCurrentRepository()
          this is not thread safe 
org.pentaho.di.trans.TransMeta.getDirectoryTree()
            
org.pentaho.di.job.entries.job.JobEntryJob.getFileName()
          use getFilename() instead. 
org.pentaho.di.job.entries.trans.JobEntryTrans.getFileName()
          use getFilename() instead 
org.pentaho.di.trans.TransMeta.getNextSteps(StepMeta)
          use findNextSteps instead 
org.pentaho.di.trans.step.BaseStepMeta.getRequiredFields()
            
org.pentaho.di.trans.step.StepMetaInterface.getRequiredFields()
          please use the method with the variable space in it so we can do variable substitution. 
org.pentaho.di.job.JobEntryLoader.read()
          in favor of static method init() to flag the exception throwing in this method. (change of contract) 
org.pentaho.di.trans.StepLoader.read()
          in favor of static method init() to flag the exception throwing in this method. (change of contract) 
org.pentaho.di.repository.Repository.setCurrentRepository(Repository)
          this is not thread safe 
org.pentaho.di.trans.TransMeta.setDirectoryTree(RepositoryDirectory)
            
org.pentaho.di.trans.step.BaseStep.stopRunning()
            
 

Deprecated Constructors
org.pentaho.di.job.entry.JobEntryCopy(LogWriter)
          Log is no longer required. 
org.pentaho.di.www.TransformationMap(String)
          The parent thread name is no longer used.