public class StepMappingShortcutAdapter
extends java.lang.Object
implements oracle.odi.domain.shortcuts.IOdiShortcutConsumer
The adapter methods will be called by the materialization processing when a shortcutable consumed by the shortcut consumer is materialized. The adapter will make the necessary changes to the consumer for the newly materialized shortcutable.
| Constructor and Description | 
|---|
StepMappingShortcutAdapter(StepMapping pStepMapping,
                          OdiInstance pOdiInstance)  | 
| Modifier and Type | Method and Description | 
|---|---|
oracle.odi.domain.shortcuts.IOdiShortcutable | 
getBaseObject()  | 
IRepositoryEntity | 
getConsumer()  | 
IOdiEntity | 
getConsumerEntity()  | 
oracle.odi.domain.shortcuts.IOdiShortcutable | 
getShortcut()  | 
boolean | 
setShortcutable(oracle.odi.domain.shortcuts.IOdiShortcutable pShortcutable)  | 
boolean | 
setShortcutableForDeMaterialize(oracle.odi.domain.shortcuts.IOdiShortcutable pShortcutable)  | 
public StepMappingShortcutAdapter(StepMapping pStepMapping, OdiInstance pOdiInstance)
public oracle.odi.domain.shortcuts.IOdiShortcutable getBaseObject()
getBaseObject in interface oracle.odi.domain.shortcuts.IOdiShortcutConsumerpublic oracle.odi.domain.shortcuts.IOdiShortcutable getShortcut()
getShortcut in interface oracle.odi.domain.shortcuts.IOdiShortcutConsumerpublic boolean setShortcutable(oracle.odi.domain.shortcuts.IOdiShortcutable pShortcutable)
setShortcutable in interface oracle.odi.domain.shortcuts.IOdiShortcutConsumerpublic IOdiEntity getConsumerEntity()
getConsumerEntity in interface oracle.odi.domain.shortcuts.IOdiShortcutConsumerpublic boolean setShortcutableForDeMaterialize(oracle.odi.domain.shortcuts.IOdiShortcutable pShortcutable)
setShortcutableForDeMaterialize in interface oracle.odi.domain.shortcuts.IOdiShortcutConsumerpublic IRepositoryEntity getConsumer()
getConsumer in interface oracle.odi.domain.shortcuts.IOdiShortcutConsumer