MappingDataFlow |
MappingDataFlow.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the data flow.
|
MappingDataFlow |
MappingDataFlow.withDescription(String description) |
Set the description property: The description of the data flow.
|
MappingDataFlow |
MappingDataFlow.withFolder(DataFlowFolder folder) |
Set the folder property: The folder that this data flow is in.
|
MappingDataFlow |
MappingDataFlow.withScript(String script) |
Set the script property: DataFlow script.
|
MappingDataFlow |
MappingDataFlow.withScriptLines(List<String> scriptLines) |
Set the scriptLines property: Data flow script lines.
|
MappingDataFlow |
MappingDataFlow.withSinks(List<DataFlowSink> sinks) |
Set the sinks property: List of sinks in data flow.
|
MappingDataFlow |
MappingDataFlow.withSources(List<DataFlowSource> sources) |
Set the sources property: List of sources in data flow.
|
MappingDataFlow |
MappingDataFlow.withTransformations(List<Transformation> transformations) |
Set the transformations property: List of transformations in data flow.
|