public class OdiReferenceShortcutAdapter
extends java.lang.Object
An odi reference may consume a shortcutable datastore as the primary table.
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
OdiDataStore
,
OdiReference
,
OdiUserProcedure
Constructor and Description |
---|
OdiReferenceShortcutAdapter(OdiReference pOdiReference,
OdiInstance pOdiInstance) |
Modifier and Type | Method and Description |
---|---|
IOdiShortcutable |
getBaseObject() |
IRepositoryEntity |
getConsumer() |
IOdiEntity |
getConsumerEntity() |
IOdiShortcutable |
getShortcut() |
boolean |
setShortcutable(IOdiShortcutable pShortcutable) |
boolean |
setShortcutableForDeMaterialize(IOdiShortcutable pShortcutable) |
public OdiReferenceShortcutAdapter(OdiReference pOdiReference, OdiInstance pOdiInstance)
public IOdiShortcutable getBaseObject()
public IOdiShortcutable getShortcut()
public boolean setShortcutable(IOdiShortcutable pShortcutable)
public IOdiEntity getConsumerEntity()
public boolean setShortcutableForDeMaterialize(IOdiShortcutable pShortcutable)
public IRepositoryEntity getConsumer()