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

Packages that use RemoteStep
org.pentaho.di.trans.step   
 

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

Methods in org.pentaho.di.trans.step that return types with arguments of type RemoteStep
 List<RemoteStep> StepMeta.getRemoteInputSteps()
           
 List<RemoteStep> BaseStep.getRemoteInputSteps()
          Gets the remote input steps.
 List<RemoteStep> StepMeta.getRemoteOutputSteps()
           
 List<RemoteStep> BaseStep.getRemoteOutputSteps()
          Gets the remote output steps.
 

Methods in org.pentaho.di.trans.step with parameters of type RemoteStep
 int RemoteStep.compareTo(RemoteStep remoteStep)
           
 

Method parameters in org.pentaho.di.trans.step with type arguments of type RemoteStep
 void StepMeta.setRemoteInputSteps(List<RemoteStep> remoteInputSteps)
           
 void StepMeta.setRemoteOutputSteps(List<RemoteStep> remoteOutputSteps)