Package | Description |
---|---|
oracle.odi.domain.shortcuts |
This package contains interfaces and classes for shortcuts.
|
oracle.odi.domain.shortcuts.support |
This package contains the implementation of the shortcut service.
|
Modifier and Type | Method and Description |
---|---|
IOdiShortcutService.MaterializeResult |
IOdiShortcutService.materializeShortcutable(oracle.odi.domain.shortcuts.IOdiShortcutable pShortcutable,
boolean pPromoteObjectsForRelease)
Materialize a shortcut.
|
IOdiShortcutService.MaterializeResult |
IOdiShortcutService.materializeShortcutables(java.util.List pShortcutableList,
boolean pPromoteObjectsForRelease)
Materialize list of shortcuts.
|
Modifier and Type | Method and Description |
---|---|
void |
IOdiShortcutService.MaterializeResult.append(IOdiShortcutService.MaterializeResult result)
Internal use only.
|
Modifier and Type | Method and Description |
---|---|
IOdiShortcutService.MaterializeResult |
OdiShortcutServiceImpl.materializeShortcutable(oracle.odi.domain.shortcuts.IOdiShortcutable pShortcutable,
boolean pPromoteObjectsForRelease) |
IOdiShortcutService.MaterializeResult |
OdiShortcutServiceImpl.materializeShortcutables(java.util.List pShortcutableList,
boolean pPromoteObjectsForRelease) |