|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOdiShortcutService
Interface for shortcut services.
Services:
materialize shortcut will create new real object from shortcut with shortcut id.
For each shortcut consumer:
Refresh to new real object as referenced object
If RELEASE_TAG is set:
Refresh to new real object as reference object for ANY OBJECT IN RELEASE_TAG that
consumes the shortcut base object. This is called promote.
Example usage: with dsss as the IShortcutable object.
IOdiShortcutService scs = new OdiShortcutServiceImpl(getOdiInstance());
IOdiShortcutService.MaterializeResult result = scs.materializeShortcutable(dsss, true);
OdiDataStore mdsss = (OdiDataStore)result.getMaterializedShorcutable();
OdiDataStore, OdiPackage, OdiUserProcedure, OdiInterface, OdiShortcutServiceImpl| Nested Class Summary | |
|---|---|
static class |
IOdiShortcutService.MaterializeResultResult class for materializeShortcut. |
| Method Summary | |
|---|---|
IOdiShortcutService.MaterializeResult |
materializeShortcutable(IOdiShortcutable pShortcutable, boolean pPromoteObjectsForRelease)Materialize a shortcut. |
IOdiShortcutService.MaterializeResult |
materializeShortcutables(java.util.List<IOdiShortcutable> pShortcutableList, boolean pPromoteObjectsForRelease)Materialize list of shortcuts. |
| Method Detail |
|---|
IOdiShortcutService.MaterializeResult materializeShortcutable(IOdiShortcutable pShortcutable,
boolean pPromoteObjectsForRelease)
throws OdiShortcutServiceException
Create new real object from shortcut with shortcut id. For each shortcut consumer:
Refresh to new real object as referenced object
If pPromoteObjectsForRelease and RELEASE_TAG is set:
Refresh to new real object as reference object for ANY OBJECT IN RELEASE_TAG that consumes the shortcut base object. This is called promote.
pShortcutable -pPromoteObjectsForRelease -OdiShortcutServiceException
IOdiShortcutService.MaterializeResult materializeShortcutables(java.util.List<IOdiShortcutable> pShortcutableList,
boolean pPromoteObjectsForRelease)
throws OdiShortcutServiceException
Create new real object from each shortcut with shortcut id in the list
If pPromoteObjectsForRelease and RELEASE_TAG is set:
Refresh to new real object as reference object for ANY OBJECT IN RELEASE_TAG that consumes the shortcut base object. This is called promote.
pShortcutableList -pPromoteObjectsForRelease -OdiShortcutServiceException
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||