Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Lookup |
build() |
Lookup.Builder |
copy(Lookup model) |
Lookup.Builder |
description(String description) |
Lookup.Builder |
identifier(String identifier) |
Lookup.Builder |
inputPorts(List<InputPort> inputPorts) |
Lookup.Builder |
isSkipNoMatch(Boolean isSkipNoMatch)
For the rows for which lookup condition does not satisfy, if set to true - do not return
those rows of primary Input source and if set to false - create a row with primary input
fields values and lookup field values as NULL.
|
Lookup.Builder |
key(String key) |
Lookup.Builder |
lookupCondition(Expression lookupCondition) |
Lookup.Builder |
modelVersion(String modelVersion) |
Lookup.Builder |
multiMatchStrategy(Lookup.MultiMatchStrategy multiMatchStrategy)
if there are multiple records found in the lookup input what action should be performed.
|
Lookup.Builder |
name(String name) |
Lookup.Builder |
nullFillValues(Map<String,Object> nullFillValues)
this map is used for replacing NULL values in the record.
|
Lookup.Builder |
objectStatus(Integer objectStatus) |
Lookup.Builder |
objectVersion(Integer objectVersion) |
Lookup.Builder |
opConfigValues(ConfigValues opConfigValues) |
Lookup.Builder |
outputPorts(List<TypedObject> outputPorts) |
Lookup.Builder |
parameters(List<Parameter> parameters) |
Lookup.Builder |
parentRef(ParentReference parentRef) |
public Lookup.Builder key(String key)
public Lookup.Builder modelVersion(String modelVersion)
public Lookup.Builder parentRef(ParentReference parentRef)
public Lookup.Builder name(String name)
public Lookup.Builder description(String description)
public Lookup.Builder objectVersion(Integer objectVersion)
public Lookup.Builder inputPorts(List<InputPort> inputPorts)
public Lookup.Builder outputPorts(List<TypedObject> outputPorts)
public Lookup.Builder objectStatus(Integer objectStatus)
public Lookup.Builder identifier(String identifier)
public Lookup.Builder parameters(List<Parameter> parameters)
public Lookup.Builder opConfigValues(ConfigValues opConfigValues)
public Lookup.Builder lookupCondition(Expression lookupCondition)
public Lookup.Builder isSkipNoMatch(Boolean isSkipNoMatch)
For the rows for which lookup condition does not satisfy, if set to true - do not return those rows of primary Input source and if set to false - create a row with primary input fields values and lookup field values as NULL.
isSkipNoMatch
- the value to setpublic Lookup.Builder multiMatchStrategy(Lookup.MultiMatchStrategy multiMatchStrategy)
if there are multiple records found in the lookup input what action should be performed. The default value for this field is RETURN_ANY.
multiMatchStrategy
- the value to setpublic Lookup.Builder nullFillValues(Map<String,Object> nullFillValues)
this map is used for replacing NULL values in the record. Key is the column name and value is the NULL replacement.
nullFillValues
- the value to setpublic Lookup build()
public Lookup.Builder copy(Lookup model)
Copyright © 2016–2024. All rights reserved.