Uses of Class
com.oracle.bmc.dataintegration.model.TypedObject
-
Packages that use TypedObject Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TypedObject in com.oracle.bmc.dataintegration.model
Subclasses of TypedObject in com.oracle.bmc.dataintegration.model Modifier and Type Class Description class
AbstractField
The type representing the abstract field concept.class
ConditionalOutputPort
The conditional output port details, used in operators such as split.class
DecisionOutputPort
The conditional output port details, used in operators such as decision operator.class
DerivedField
The type representing the derived field concept.class
DynamicInputField
The type representing the dynamic field concept.class
DynamicProxyField
The type representing the dynamic proxy field concept.class
FlowPort
Each operator owns a set of InputPort and OutputPort objects (can scale to zero), which represent the ports that can be connected to/from the operator.class
InputField
The input field for an operator.class
InputPort
The input port details.class
InputProxyField
A proxy field to be used as an input field.class
MacroField
The type representing the macro field concept.class
MaterializedDynamicField
A materialized dynamic field, rules have been applied and all fields are concrete.class
OutputField
Output fields of an operator.class
OutputPort
The output port details.class
Parameter
Parameters are created and assigned values that can be configured for each integration task.class
PivotField
The type representing the pivot field.class
ProxyField
A proxy field.class
Shape
The shape object.class
ShapeField
The shape field object.class
TypedExpression
The expression that can be created, using the execute stage output in REST Task.Methods in com.oracle.bmc.dataintegration.model that return TypedObject Modifier and Type Method Description TypedObject
TypedObjectWrapper. getTypedObject()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type TypedObject Modifier and Type Method Description List<TypedObject>
FunctionSignature. getArguments()
An array of function arguments.List<TypedObject>
CompositeType. getElements()
An array of elements.List<TypedObject>
ConditionalOutputPort. getFields()
An array of fields.List<TypedObject>
DecisionOutputPort. getFields()
An array of fields.List<TypedObject>
InputPort. getFields()
An array of fields.List<TypedObject>
OutputPort. getFields()
An array of fields.List<TypedObject>
FlattenDetails. getFlattenColumns()
The array of flatten columns which are the input to flatten.List<TypedObject>
Operator. getOutputPorts()
An array of output ports.Methods in com.oracle.bmc.dataintegration.model with parameters of type TypedObject Modifier and Type Method Description TypedObjectWrapper.Builder
TypedObjectWrapper.Builder. typedObject(TypedObject typedObject)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type TypedObject Modifier and Type Method Description FunctionSignature.Builder
FunctionSignature.Builder. arguments(List<TypedObject> arguments)
An array of function arguments.CompositeType.Builder
CompositeType.Builder. elements(List<TypedObject> elements)
An array of elements.ConditionalOutputPort.Builder
ConditionalOutputPort.Builder. fields(List<TypedObject> fields)
An array of fields.DecisionOutputPort.Builder
DecisionOutputPort.Builder. fields(List<TypedObject> fields)
An array of fields.InputPort.Builder
InputPort.Builder. fields(List<TypedObject> fields)
An array of fields.OutputPort.Builder
OutputPort.Builder. fields(List<TypedObject> fields)
An array of fields.FlattenDetails.Builder
FlattenDetails.Builder. flattenColumns(List<TypedObject> flattenColumns)
The array of flatten columns which are the input to flatten.Aggregator.Builder
Aggregator.Builder. outputPorts(List<TypedObject> outputPorts)
DecisionOperator.Builder
DecisionOperator.Builder. outputPorts(List<TypedObject> outputPorts)
Distinct.Builder
Distinct.Builder. outputPorts(List<TypedObject> outputPorts)
EndOperator.Builder
EndOperator.Builder. outputPorts(List<TypedObject> outputPorts)
ExpressionOperator.Builder
ExpressionOperator.Builder. outputPorts(List<TypedObject> outputPorts)
Filter.Builder
Filter.Builder. outputPorts(List<TypedObject> outputPorts)
Flatten.Builder
Flatten.Builder. outputPorts(List<TypedObject> outputPorts)
Function.Builder
Function.Builder. outputPorts(List<TypedObject> outputPorts)
Intersect.Builder
Intersect.Builder. outputPorts(List<TypedObject> outputPorts)
Joiner.Builder
Joiner.Builder. outputPorts(List<TypedObject> outputPorts)
Lookup.Builder
Lookup.Builder. outputPorts(List<TypedObject> outputPorts)
MergeOperator.Builder
MergeOperator.Builder. outputPorts(List<TypedObject> outputPorts)
Minus.Builder
Minus.Builder. outputPorts(List<TypedObject> outputPorts)
Pivot.Builder
Pivot.Builder. outputPorts(List<TypedObject> outputPorts)
Projection.Builder
Projection.Builder. outputPorts(List<TypedObject> outputPorts)
SortOper.Builder
SortOper.Builder. outputPorts(List<TypedObject> outputPorts)
Source.Builder
Source.Builder. outputPorts(List<TypedObject> outputPorts)
Split.Builder
Split.Builder. outputPorts(List<TypedObject> outputPorts)
StartOperator.Builder
StartOperator.Builder. outputPorts(List<TypedObject> outputPorts)
Target.Builder
Target.Builder. outputPorts(List<TypedObject> outputPorts)
TaskOperator.Builder
TaskOperator.Builder. outputPorts(List<TypedObject> outputPorts)
Union.Builder
Union.Builder. outputPorts(List<TypedObject> outputPorts)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type TypedObject Constructor Description TypedObjectWrapper(TypedObject typedObject)
Deprecated.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type TypedObject Constructor Description CompositeType(String key, String modelVersion, ParentReference parentRef, String name, Integer objectStatus, String description, CompositeType parentType, List<TypedObject> elements, ConfigDefinition configDefinition)
Deprecated.ConditionalOutputPort(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, ConditionalOutputPort.PortType portType, List<TypedObject> fields, Expression splitCondition)
Deprecated.DecisionOutputPort(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, DecisionOutputPort.PortType portType, List<TypedObject> fields, DecisionOutputPort.DecisionOutputPortType decisionOutputPortType)
Deprecated.FlattenDetails(FlattenProjectionPreferences flattenProjectionPreferences, String flattenAttributeRoot, String flattenAttributePath, List<TypedObject> flattenColumns, String key, String modelType, String modelVersion, ParentReference parentRef, Integer objectStatus)
Deprecated.FunctionSignature(String key, FunctionSignature.ModelType modelType, String modelVersion, ParentReference parentRef, String name, ConfiguredType retType, List<TypedObject> arguments, String description, Integer objectStatus)
Deprecated.InputPort(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, InputPort.PortType portType, List<TypedObject> fields)
Deprecated.OutputPort(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, OutputPort.PortType portType, List<TypedObject> fields)
Deprecated.
-