Uses of Class
org.pentaho.di.trans.step.StepStatus
-
Packages that use StepStatus Package Description org.pentaho.di.trans org.pentaho.di.trans.step org.pentaho.di.trans.streaming.common org.pentaho.di.www org.pentaho.di.www.jaxrs -
-
Uses of StepStatus in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return types with arguments of type StepStatus Modifier and Type Method Description Map<String,StepStatus>
SubtransExecutor. getStatuses()
-
Uses of StepStatus in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step that return StepStatus Modifier and Type Method Description StepStatus
StepStatus. fromXML(String xml)
Methods in org.pentaho.di.trans.step that return types with arguments of type StepStatus Modifier and Type Method Description default Collection<StepStatus>
StepInterface. subStatuses()
-
Uses of StepStatus in org.pentaho.di.trans.streaming.common
Methods in org.pentaho.di.trans.streaming.common that return types with arguments of type StepStatus Modifier and Type Method Description Collection<StepStatus>
BaseStreamStep. subStatuses()
-
Uses of StepStatus in org.pentaho.di.www
Methods in org.pentaho.di.www that return types with arguments of type StepStatus Modifier and Type Method Description List<StepStatus>
SlaveServerTransStatus. getStepStatusList()
Method parameters in org.pentaho.di.www with type arguments of type StepStatus Modifier and Type Method Description void
SlaveServerTransStatus. setStepStatusList(List<StepStatus> stepStatusList)
-
Uses of StepStatus in org.pentaho.di.www.jaxrs
Methods in org.pentaho.di.www.jaxrs that return types with arguments of type StepStatus Modifier and Type Method Description List<StepStatus>
TransformationStatus. getStepStatus()
Methods in org.pentaho.di.www.jaxrs with parameters of type StepStatus Modifier and Type Method Description void
TransformationStatus. addStepStatus(StepStatus status)
Method parameters in org.pentaho.di.www.jaxrs with type arguments of type StepStatus Modifier and Type Method Description void
TransformationStatus. setStepStatus(List<StepStatus> stepStatus)
-