public class StepMappingShortcutAdapter
extends java.lang.Object
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 |
---|---|
IOdiShortcutable |
getBaseObject() |
IRepositoryEntity |
getConsumer() |
IOdiEntity |
getConsumerEntity() |
IOdiShortcutable |
getShortcut() |
boolean |
setShortcutable(IOdiShortcutable pShortcutable) |
boolean |
setShortcutableForDeMaterialize(IOdiShortcutable pShortcutable) |
public StepMappingShortcutAdapter(StepMapping pStepMapping, OdiInstance pOdiInstance)
public IOdiShortcutable getBaseObject()
public IOdiShortcutable getShortcut()
public boolean setShortcutable(IOdiShortcutable pShortcutable)
public IOdiEntity getConsumerEntity()
public boolean setShortcutableForDeMaterialize(IOdiShortcutable pShortcutable)
public IRepositoryEntity getConsumer()