Uses of Class
org.pentaho.di.trans.step.RemoteStep
Packages that use RemoteStep
-
Uses of RemoteStep in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step that return types with arguments of type RemoteStepModifier and TypeMethodDescriptionBaseStep.getRemoteInputSteps()
Gets the remote input steps.StepMeta.getRemoteInputSteps()
BaseStep.getRemoteOutputSteps()
Gets the remote output steps.StepMeta.getRemoteOutputSteps()
Methods in org.pentaho.di.trans.step with parameters of type RemoteStepMethod parameters in org.pentaho.di.trans.step with type arguments of type RemoteStepModifier and TypeMethodDescriptionvoid
StepMeta.setRemoteInputSteps
(List<RemoteStep> remoteInputSteps) void
StepMeta.setRemoteOutputSteps
(List<RemoteStep> remoteOutputSteps)