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.
shortcutConsumers include:
StepDataStoreStepDataStore
OdiDatastoreStepDataStore
OdiUserProcedureStepDataStore
StepDataStore
OdiSourceTable
OdiReference
public class StepInterfaceShortcutAdapter
extends java.lang.Object
implements oracle.odi.domain.shortcuts.IOdiShortcutConsumer
OdiDataStore,
StepDataStore,
OdiUserProcedure,
StepDataStore| Constructor and Description |
|---|
StepInterfaceShortcutAdapter(StepInterface pStepInterface,
OdiInstance pOdiInstance)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
oracle.odi.domain.shortcuts.IOdiShortcutable |
getBaseObject()
Deprecated.
|
IRepositoryEntity |
getConsumer()
Deprecated.
|
IOdiEntity |
getConsumerEntity()
Deprecated.
|
oracle.odi.domain.shortcuts.IOdiShortcutable |
getShortcut()
Deprecated.
|
boolean |
setShortcutable(oracle.odi.domain.shortcuts.IOdiShortcutable pShortcutable)
Deprecated.
|
boolean |
setShortcutableForDeMaterialize(oracle.odi.domain.shortcuts.IOdiShortcutable pShortcutable)
Deprecated.
|
public StepInterfaceShortcutAdapter(StepInterface pStepInterface, 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