Package | Description |
---|---|
oracle.odi.domain.mapping |
This package contains the Oracle Data Integrator Mapping implementation.
|
oracle.odi.domain.mapping.physical |
This package contains the implementation for defining the physical aspects of Oracle Data Integrator Mapping.
|
oracle.odi.domain.root |
This package contains the root classes for Oracle Data Integrator Mapping.
|
Modifier and Type | Method and Description |
---|---|
IMappingObject.SyncState |
MapAttribute.getSyncState() |
IMappingObject.SyncState |
MapConnectorPoint.getSyncState() |
Modifier and Type | Method and Description |
---|---|
IMappingObject.SyncState |
DeploymentSpec.getCachedSyncState()
Deprecated.
|
IMappingObject.SyncState |
DeploymentSpec.getSyncState()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentSpec.setCachedSyncState(IMappingObject.SyncState state)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static IMappingObject.SyncState |
IMappingObject.SyncState.IN_SYNC
The model object is in sync with the mapping object.
|
static IMappingObject.SyncState |
IMappingObject.SyncState.MODEL_OBJECT_CREATED
The model object is newly created and the mapping object was also created
during the last synchronize operation.
|
static IMappingObject.SyncState |
IMappingObject.SyncState.MODEL_OBJECT_DELETED
The model object was deleted.
|
static IMappingObject.SyncState |
IMappingObject.SyncState.MODEL_OBJECT_UPDATED
The model object has been updated and the mapping object was also updated
during the last synchronize operation.
|
static IMappingObject.SyncState |
IMappingObject.SyncState.UNKNOWN
The sync state is not known.
|
Modifier and Type | Method and Description |
---|---|
IMappingObject.SyncState |
IMappingObject.getSyncState() |
static IMappingObject.SyncState |
IMappingObject.SyncState.valueOf(java.lang.String name) |
static IMappingObject.SyncState[] |
IMappingObject.SyncState.values() |