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

Packages that use StepStatus
org.pentaho.di.trans.step   
org.pentaho.di.www   
 

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

Methods in org.pentaho.di.trans.step that return StepStatus
 StepStatus StepStatus.fromXML(String xml)
           
 

Uses of StepStatus in org.pentaho.di.www
 

Methods in org.pentaho.di.www that return types with arguments of type StepStatus
 List<StepStatus> SlaveServerTransStatus.getStepStatusList()
           
 

Method parameters in org.pentaho.di.www with type arguments of type StepStatus
 void SlaveServerTransStatus.setStepStatusList(List<StepStatus> stepStatusList)