public interface ETLStepResults
Modifier and Type | Method and Description |
---|---|
void |
addResult(ETLStepResult result)
Add an
ETLStepResult to this instance of ETLStepResults. |
ETLStepResult |
getData(java.lang.String outputFlowUuid)
Get data for an output flowUUID, as an instance of
ETLStepResult |
java.util.Collection<java.lang.String> |
getOutputFlows()
Get all output flow UUIDs catered for by an instance of ETLStepResults
|
boolean |
isEmpty()
Are there any results?
|
void |
reset()
Reset data for every
ETLStepResult in this instance of ETLStepResults |
boolean isEmpty()
java.util.Collection<java.lang.String> getOutputFlows()
ETLStepResult getData(java.lang.String outputFlowUuid)
ETLStepResult
void addResult(ETLStepResult result)
ETLStepResult
to this instance of ETLStepResults.
If an ETLStepResult
exists for the outputFlowUUID specified in the "result" parameter,
data from the "result" parameter is copied into the existing result.result
- void reset()
ETLStepResult
in this instance of ETLStepResults