Package | Description |
---|---|
org.pentaho.di.trans.step |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
int |
RemoteStep.compareTo(RemoteStep remoteStep) |
Modifier and Type | Method and Description |
---|---|
void |
StepMeta.setRemoteInputSteps(List<RemoteStep> remoteInputSteps) |
void |
StepMeta.setRemoteOutputSteps(List<RemoteStep> remoteOutputSteps) |