Package | Description |
---|---|
com.dataflux.architect |
Data Management Platform Java™ Plugin.
|
com.dataflux.architect.example |
Data Management Platform Java™ Plugin Examples.
|
Modifier and Type | Method and Description |
---|---|
void |
StepAdapter.initialize(PlugStep step) |
void |
IStep.initialize(PlugStep step)
Notify the plugin of its associated
PlugStep instance. |
void |
SimpleStepAdapter.preExec(boolean previewMode) |
void |
ISimpleStep.preExec(boolean previewMode)
Prepare for execution.
|
void |
SimpleStepAdapter.processRow() |
void |
ISimpleStep.processRow()
Process a row of data.
|
void |
SimpleStepAdapter.validateInputs() |
void |
ISimpleStep.validateInputs()
Validate input field information.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiRowOutputStepExample.initialize(PlugStep step) |
void |
HttpRequestStep.preExec(boolean previewMode) |
void |
SimpleStepExample.processRow() |
void |
HttpRequestStep.processRow() |
void |
DebugSimpleStep.processRow() |
void |
SimpleStepExample.validateInputs() |
void |
HttpRequestStep.validateInputs() |
Constructor and Description |
---|
HttpRequestStep() |
Copyright © 2012 SAS Institute Inc. All Rights Reserved.