public static class DefaultDelegate.DefaultConnectorPointDelegate
extends oracle.odi.domain.mapping.MapComponentDelegate.MapConnectorPointDelegate
Modifier and Type | Method and Description |
---|---|
boolean |
areAttributesAllowed() |
java.util.List |
bindToMapComponent(IMapComponent boundComp,
boolean resetCachedSyncState,
boolean includeDeletions)
Deprecated.
Use sychWithMapComponent()
|
java.util.List |
customSyncConnectorPoint(boolean resetCachedSyncState,
boolean includeDeletions)
The default delegate initializes attributes for synchronization of standard model objects.
|
java.util.List |
syncWithMapComponent(IMapComponent boundComp,
boolean resetCachedSyncState,
boolean includeDeletions)
Synchronize this connector point with a map component.
|
public DefaultConnectorPointDelegate(MapConnectorPoint point)
point
- public boolean areAttributesAllowed()
areAttributesAllowed
in class oracle.odi.domain.mapping.MapComponentDelegate.MapConnectorPointDelegate
public java.util.List customSyncConnectorPoint(boolean resetCachedSyncState, boolean includeDeletions) throws MappingException, AdapterException
customSyncConnectorPoint
in class oracle.odi.domain.mapping.MapComponentDelegate.MapConnectorPointDelegate
MappingException
AdapterException
public java.util.List bindToMapComponent(IMapComponent boundComp, boolean resetCachedSyncState, boolean includeDeletions) throws MappingException, AdapterException
boundComp
- the map component that is bound toresetCachedSyncState
- true if the cached synchronized state is reset; false otherwiseincludeDeletions
- true if attribute deletions are handledMappingException
AdapterException
public java.util.List syncWithMapComponent(IMapComponent boundComp, boolean resetCachedSyncState, boolean includeDeletions) throws MappingException, AdapterException
boundComp
- the map component that is bound toresetCachedSyncState
- true if the cached synchronized state is reset; false otherwiseincludeDeletions
- true if attribute deletions are handledMappingException
AdapterException