Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static Lookup.MultiMatchStrategy |
Lookup.MultiMatchStrategy.create(String key) |
Lookup.MultiMatchStrategy |
Lookup.getMultiMatchStrategy()
if there are multiple records found in the lookup input what action should be performed.
|
static Lookup.MultiMatchStrategy |
Lookup.MultiMatchStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lookup.MultiMatchStrategy[] |
Lookup.MultiMatchStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Lookup.Builder |
Lookup.Builder.multiMatchStrategy(Lookup.MultiMatchStrategy multiMatchStrategy)
if there are multiple records found in the lookup input what action should be performed.
|
Constructor and Description |
---|
Lookup(String key,
String modelVersion,
ParentReference parentRef,
String name,
String description,
Integer objectVersion,
List<InputPort> inputPorts,
List<TypedObject> outputPorts,
Integer objectStatus,
String identifier,
List<Parameter> parameters,
ConfigValues opConfigValues,
Expression lookupCondition,
Boolean isSkipNoMatch,
Lookup.MultiMatchStrategy multiMatchStrategy,
Map<String,Object> nullFillValues)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.