Uses of Class
org.pentaho.di.trans.step.StepErrorMeta
-
Packages that use StepErrorMeta Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description StepErrorMeta
StepErrorMeta. clone()
StepErrorMeta
StepMeta. getStepErrorMeta()
Methods in org.pentaho.di.trans.step with parameters of type StepErrorMeta Modifier and Type Method Description void
StepMeta. setStepErrorMeta(StepErrorMeta stepErrorMeta)
-