Uses of Class
org.pentaho.di.trans.step.RemoteStep
-
Packages that use RemoteStep Package Description 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 Modifier and Type Method Description List<RemoteStep>
BaseStep. getRemoteInputSteps()
Gets the remote input steps.List<RemoteStep>
StepMeta. getRemoteInputSteps()
List<RemoteStep>
BaseStep. getRemoteOutputSteps()
Gets the remote output steps.List<RemoteStep>
StepMeta. getRemoteOutputSteps()
Methods in org.pentaho.di.trans.step with parameters of type RemoteStep Modifier and Type Method Description int
RemoteStep. compareTo(RemoteStep remoteStep)
Method parameters in org.pentaho.di.trans.step with type arguments of type RemoteStep Modifier and Type Method Description void
StepMeta. setRemoteInputSteps(List<RemoteStep> remoteInputSteps)
void
StepMeta. setRemoteOutputSteps(List<RemoteStep> remoteOutputSteps)
-