Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Class and Description |
---|---|
class |
ArrayType
Array type object.
|
class |
CompositeType
A
CompositeType represents a type that is composed of a list of sub-types, for example an
Address type. |
class |
ConfiguredType
A
ConfiguredType represents a type that has built-in configuration to the type itself. |
class |
DataType
A
DataType object is a simple primitive type that describes the type of a single atomic
unit of data. |
class |
DerivedType
A
DerivedType object represents a more complex type that is derived from a set of simple
types, for example an Address or SSN data type. |
class |
DynamicType
The dynamic type.
|
class |
JavaType
A java type object.
|
class |
MapType
Map type object.
|
class |
MaterializedCompositeType
A
MaterializedCompositeType represents a type that is composed of a list of sub-types,
for example an Address type. |
Modifier and Type | Method and Description |
---|---|
BaseType |
ConfigParameterDefinition.getParameterType() |
BaseType |
StructuredType.getSchema() |
BaseType |
InputField.getType() |
BaseType |
Shape.getType() |
BaseType |
MacroField.getType() |
BaseType |
OutputField.getType() |
BaseType |
MacroPivotField.getType() |
BaseType |
DynamicInputField.getType() |
BaseType |
ProxyField.getType() |
BaseType |
PivotField.getType() |
BaseType |
DynamicProxyField.getType() |
BaseType |
InputProxyField.getType() |
BaseType |
Variable.getType() |
Modifier and Type | Method and Description |
---|---|
ConfigParameterDefinition.Builder |
ConfigParameterDefinition.Builder.parameterType(BaseType parameterType) |
StructuredType.Builder |
StructuredType.Builder.schema(BaseType schema) |
InputField.Builder |
InputField.Builder.type(BaseType type) |
Shape.Builder |
Shape.Builder.type(BaseType type) |
MacroField.Builder |
MacroField.Builder.type(BaseType type) |
OutputField.Builder |
OutputField.Builder.type(BaseType type) |
MacroPivotField.Builder |
MacroPivotField.Builder.type(BaseType type) |
DynamicInputField.Builder |
DynamicInputField.Builder.type(BaseType type) |
ProxyField.Builder |
ProxyField.Builder.type(BaseType type) |
PivotField.Builder |
PivotField.Builder.type(BaseType type) |
DynamicProxyField.Builder |
DynamicProxyField.Builder.type(BaseType type) |
InputProxyField.Builder |
InputProxyField.Builder.type(BaseType type) |
Variable.Builder |
Variable.Builder.type(BaseType type) |
Constructor and Description |
---|
ConfigParameterDefinition(BaseType parameterType,
String parameterName,
String description,
Object defaultValue,
String classFieldName,
Boolean isStatic,
Boolean isClassFieldValue)
Deprecated.
|
DynamicInputField(String key,
String modelVersion,
ParentReference parentRef,
ConfigValues configValues,
Integer objectStatus,
String name,
String description,
BaseType type,
List<String> labels)
Deprecated.
|
DynamicProxyField(String key,
String modelVersion,
ParentReference parentRef,
ConfigValues configValues,
Integer objectStatus,
String name,
String description,
BaseType type,
List<String> labels)
Deprecated.
|
InputField(String key,
String modelVersion,
ParentReference parentRef,
ConfigValues configValues,
Integer objectStatus,
String name,
String description,
BaseType type,
List<String> labels)
Deprecated.
|
InputProxyField(String key,
String modelVersion,
ParentReference parentRef,
ConfigValues configValues,
Integer objectStatus,
String name,
String description,
Object scope,
BaseType type,
List<String> labels)
Deprecated.
|
MacroField(String key,
String modelVersion,
ParentReference parentRef,
ConfigValues configValues,
Integer objectStatus,
String name,
String description,
Expression expr,
BaseType type,
Boolean isUseSourceType,
ConfiguredType useType,
List<String> labels)
Deprecated.
|
MacroPivotField(Boolean isUseSourceType,
Expression expr,
ConfiguredType useType,
BaseType type,
String columnNamePattern)
Deprecated.
|
OutputField(String key,
String modelVersion,
ParentReference parentRef,
ConfigValues configValues,
Integer objectStatus,
String name,
String description,
BaseType type,
List<String> labels)
Deprecated.
|
PivotField(String key,
String modelVersion,
ParentReference parentRef,
ConfigValues configValues,
Integer objectStatus,
String name,
String description,
Expression expr,
ConfiguredType useType,
BaseType type,
String columnNamePattern)
Deprecated.
|
ProxyField(String key,
String modelVersion,
ParentReference parentRef,
ConfigValues configValues,
Integer objectStatus,
String name,
String description,
Object scope,
ScopeReference scopeReference,
BaseType type,
List<String> labels)
Deprecated.
|
Shape(String key,
String modelVersion,
ParentReference parentRef,
ConfigValues configValues,
Integer objectStatus,
String name,
String description,
BaseType type)
Deprecated.
|
StructuredType(BaseType schema,
StructuredType.DtType dtType,
String typeSystemName,
ConfigDefinition configDefinition)
Deprecated.
|
Variable(String key,
String modelVersion,
String modelType,
ParentReference parentRef,
String name,
String description,
Integer objectVersion,
Integer objectStatus,
String identifier,
BaseType type,
ConfigValues configValues,
Object defaultValue,
RootObject rootObjectDefaultValue)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.