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
OdiDataStore
,
StepDataStore
,
OdiUserProcedure
,
StepDataStore
Constructor and Description |
---|
StepInterfaceShortcutAdapter(StepInterface pStepInterface,
OdiInstance pOdiInstance)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IOdiShortcutable |
getBaseObject()
Deprecated.
|
IRepositoryEntity |
getConsumer()
Deprecated.
|
IOdiEntity |
getConsumerEntity()
Deprecated.
|
IOdiShortcutable |
getShortcut()
Deprecated.
|
boolean |
setShortcutable(IOdiShortcutable pShortcutable)
Deprecated.
|
boolean |
setShortcutableForDeMaterialize(IOdiShortcutable pShortcutable)
Deprecated.
|
public StepInterfaceShortcutAdapter(StepInterface pStepInterface, OdiInstance pOdiInstance)
public IOdiShortcutable getBaseObject()
public IOdiShortcutable getShortcut()
public boolean setShortcutable(IOdiShortcutable pShortcutable)
public IOdiEntity getConsumerEntity()
public boolean setShortcutableForDeMaterialize(IOdiShortcutable pShortcutable)
public IRepositoryEntity getConsumer()