Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
Expression |
Expression.Builder.build() |
Expression |
ConditionalInputLink.getCondition() |
Expression |
DerivedField.getExpr() |
Expression |
Filter.getFilterCondition() |
Expression |
Joiner.getJoinCondition() |
Modifier and Type | Method and Description |
---|---|
ConditionalInputLink.Builder |
ConditionalInputLink.Builder.condition(Expression condition) |
Expression.Builder |
Expression.Builder.copy(Expression o) |
DerivedField.Builder |
DerivedField.Builder.expr(Expression expr) |
Filter.Builder |
Filter.Builder.filterCondition(Expression filterCondition) |
Joiner.Builder |
Joiner.Builder.joinCondition(Expression joinCondition) |
Constructor and Description |
---|
ConditionalInputLink(String key,
String modelVersion,
ParentReference parentRef,
Integer objectStatus,
String description,
String port,
OutputLink fromLink,
FieldMap fieldMap,
Expression condition)
Deprecated.
|
DerivedField(String key,
String modelVersion,
ParentReference parentRef,
ConfigValues configValues,
Integer objectStatus,
String name,
String description,
Expression expr,
String type,
List<String> labels)
Deprecated.
|
Filter(String key,
String modelVersion,
ParentReference parentRef,
String name,
String description,
Integer objectVersion,
List<InputPort> inputPorts,
List<OutputPort> outputPorts,
Integer objectStatus,
String identifier,
List<Parameter> parameters,
ConfigValues opConfigValues,
Expression filterCondition)
Deprecated.
|
Joiner(String key,
String modelVersion,
ParentReference parentRef,
String name,
String description,
Integer objectVersion,
List<InputPort> inputPorts,
List<OutputPort> outputPorts,
Integer objectStatus,
String identifier,
List<Parameter> parameters,
ConfigValues opConfigValues,
Joiner.JoinType joinType,
Expression joinCondition)
Deprecated.
|
Copyright © 2016–2020. All rights reserved.