Package | Description |
---|---|
com.oracle.bmc.dataintegration.model | |
com.oracle.bmc.dataintegration.responses |
Modifier and Type | Class and Description |
---|---|
class |
DataEntityFromDataStore
The view entity data entity details.
|
class |
DataEntityFromFile
The file data entity details.
|
class |
DataEntityFromObject
The Application Object entity data entity details.
|
class |
DataEntityFromSql
The sql entity data entity details.
|
class |
DataEntityFromTable
The table entity data entity.
|
class |
DataEntityFromView
The view entity data entity details.
|
class |
DerivedEntity
The Derive entity object
Note: Objects should always be created or deserialized using the DerivedEntity.Builder . |
Modifier and Type | Method and Description |
---|---|
DataEntity |
Target.getEntity() |
DataEntity |
Source.getEntity() |
DataEntity |
EnrichedEntity.getEntity() |
Modifier and Type | Method and Description |
---|---|
Target.Builder |
Target.Builder.entity(DataEntity entity) |
Source.Builder |
Source.Builder.entity(DataEntity entity) |
EnrichedEntity.Builder |
EnrichedEntity.Builder.entity(DataEntity entity) |
Constructor and Description |
---|
EnrichedEntity(DataEntity entity,
DataFormat dataFormat,
String modelType,
ParentReference parentRef)
Deprecated.
|
Source(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,
DataEntity entity,
Boolean isReadAccess,
Boolean isCopyFields,
Boolean isPredefinedShape,
SchemaDriftConfig schemaDriftConfig,
Shape fixedDataShape,
ReadOperationConfig readOperationConfig)
Deprecated.
|
Target(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,
DataEntity entity,
Boolean isReadAccess,
Boolean isCopyFields,
Boolean isPredefinedShape,
Boolean isUseSameSourceName,
String targetEntityNamePrefix,
String targetEntityNameSuffix,
Target.DataProperty dataProperty,
SchemaDriftConfig schemaDriftConfig,
Shape fixedDataShape,
WriteOperationConfig writeOperationConfig,
Integer loadOrder)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataEntity |
GetDataEntityResponse.getDataEntity()
The returned
DataEntity instance. |
Modifier and Type | Method and Description |
---|---|
GetDataEntityResponse.Builder |
GetDataEntityResponse.Builder.dataEntity(DataEntity dataEntity)
The returned
DataEntity instance. |
Copyright © 2016–2024. All rights reserved.