Uses of Class
org.pentaho.di.trans.step.StepErrorMeta

Packages that use StepErrorMeta
org.pentaho.di.repository.kdr.delegates   
org.pentaho.di.trans.step   
 

Uses of StepErrorMeta in org.pentaho.di.repository.kdr.delegates
 

Methods in org.pentaho.di.repository.kdr.delegates that return StepErrorMeta
 StepErrorMeta KettleDatabaseRepositoryStepDelegate.loadStepErrorMeta(org.pentaho.di.core.variables.VariableSpace variables, StepMeta stepMeta, List<StepMeta> steps)
           
 

Methods in org.pentaho.di.repository.kdr.delegates with parameters of type StepErrorMeta
 void KettleDatabaseRepositoryStepDelegate.saveStepErrorMeta(StepErrorMeta meta, org.pentaho.di.repository.ObjectId id_transformation, org.pentaho.di.repository.ObjectId id_step)
           
 

Uses of StepErrorMeta in org.pentaho.di.trans.step
 

Methods in org.pentaho.di.trans.step that return StepErrorMeta
 StepErrorMeta StepErrorMeta.clone()
           
 StepErrorMeta StepMeta.getStepErrorMeta()
           
 

Methods in org.pentaho.di.trans.step with parameters of type StepErrorMeta
 void StepMeta.setStepErrorMeta(StepErrorMeta stepErrorMeta)