public class BoundPipelineElementBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
BoundPipelineElement |
build() |
BoundPipelineElement |
buildWithStandardSinks() |
BoundPipelineElementBuilder |
connectTo(BoundPipelineElement boundPipelineElement) |
static BoundPipelineElementBuilder |
create(DataProcessorDescription dataProcessorDescription) |
static BoundPipelineElementBuilder |
create(DataSinkDescription dataSinkDescription) |
BoundPipelineElementBuilder |
withOverwrittenLabel(String internalStaticPropertyId,
String newLabel) |
BoundPipelineElementBuilder |
withPredefinedFreeTextValue(String internalStaticPropertyId,
String value) |
BoundPipelineElementBuilder |
withPredefinedSelection(String internalStaticPropertyId,
List<String> selectedOptions) |
public static BoundPipelineElementBuilder create(DataProcessorDescription dataProcessorDescription)
public static BoundPipelineElementBuilder create(DataSinkDescription dataSinkDescription)
public BoundPipelineElementBuilder connectTo(BoundPipelineElement boundPipelineElement)
public BoundPipelineElementBuilder withPredefinedFreeTextValue(String internalStaticPropertyId, String value)
public BoundPipelineElementBuilder withPredefinedSelection(String internalStaticPropertyId, List<String> selectedOptions)
public BoundPipelineElementBuilder withOverwrittenLabel(String internalStaticPropertyId, String newLabel)
public BoundPipelineElement build()
public BoundPipelineElement buildWithStandardSinks()
Copyright © 2018. All rights reserved.