|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IOdiShortcutable | |
|---|---|
| oracle.odi.domain.model | This package contains the Oracle Data Integrator Data Model domain implementation. |
| oracle.odi.domain.project | This package contains the Oracle Data Integrator Project implementation. |
| oracle.odi.domain.project.interfaces | This package contains Oracle Data Integrator Interface implementation. |
| 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. |
| Uses of IOdiShortcutable in oracle.odi.domain.model |
|---|
| Classes in oracle.odi.domain.model that implement IOdiShortcutable | |
|---|---|
class |
OdiDataStoreAn OdiDataStore represents a two-dimensional tabular data structure, generally a database table structure. |
| Methods in oracle.odi.domain.model that return IOdiShortcutable | |
|---|---|
IOdiShortcutable |
OdiReferenceShortcutAdapter.getBaseObject() |
IOdiShortcutable |
OdiReferenceShortcutAdapter.getShortcut() |
| Methods in oracle.odi.domain.model with parameters of type IOdiShortcutable | |
|---|---|
boolean |
OdiReferenceShortcutAdapter.setShortcutable(IOdiShortcutable pShortcutable) |
boolean |
OdiReferenceShortcutAdapter.setShortcutableForDeMaterialize(IOdiShortcutable pShortcutable) |
| Uses of IOdiShortcutable in oracle.odi.domain.project |
|---|
| Classes in oracle.odi.domain.project that implement IOdiShortcutable | |
|---|---|
class |
OdiInterfaceAn OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores. |
class |
OdiPackageRepresents an ODI package. |
class |
OdiUserProcedureRepresents the ODI user procedures. |
| Methods in oracle.odi.domain.project that return IOdiShortcutable | |
|---|---|
IOdiShortcutable |
OdiInterfaceShortcutAdapter.getBaseObject() |
IOdiShortcutable |
StepDataStoreShortcutAdapter.getBaseObject() |
IOdiShortcutable |
StepInterfaceShortcutAdapter.getBaseObject() |
IOdiShortcutable |
StepProcedureShortcutAdapter.getBaseObject() |
IOdiShortcutable |
OdiInterfaceShortcutAdapter.getShortcut() |
IOdiShortcutable |
StepDataStoreShortcutAdapter.getShortcut() |
IOdiShortcutable |
StepInterfaceShortcutAdapter.getShortcut() |
IOdiShortcutable |
StepProcedureShortcutAdapter.getShortcut() |
| Methods in oracle.odi.domain.project with parameters of type IOdiShortcutable | |
|---|---|
boolean |
OdiInterfaceShortcutAdapter.setShortcutable(IOdiShortcutable pShortcutable) |
boolean |
StepDataStoreShortcutAdapter.setShortcutable(IOdiShortcutable pShortcutable) |
boolean |
StepInterfaceShortcutAdapter.setShortcutable(IOdiShortcutable pShortcutable) |
boolean |
StepProcedureShortcutAdapter.setShortcutable(IOdiShortcutable pShortcutable) |
boolean |
OdiInterfaceShortcutAdapter.setShortcutableForDeMaterialize(IOdiShortcutable pShortcutable) |
boolean |
StepDataStoreShortcutAdapter.setShortcutableForDeMaterialize(IOdiShortcutable pShortcutable) |
boolean |
StepInterfaceShortcutAdapter.setShortcutableForDeMaterialize(IOdiShortcutable pShortcutable) |
boolean |
StepProcedureShortcutAdapter.setShortcutableForDeMaterialize(IOdiShortcutable pShortcutable) |
| Uses of IOdiShortcutable in oracle.odi.domain.project.interfaces |
|---|
| Methods in oracle.odi.domain.project.interfaces that return IOdiShortcutable | |
|---|---|
IOdiShortcutable |
SourceDataStoreShortcutAdapter.getBaseObject() |
IOdiShortcutable |
SourceDataStoreShortcutAdapter.getShortcut() |
IOdiShortcutable<?> |
SourceDataStore.getUnderlyingShortcut()Returns the underlying shortcut object. |
| Methods in oracle.odi.domain.project.interfaces with parameters of type IOdiShortcutable | |
|---|---|
boolean |
SourceDataStoreShortcutAdapter.setShortcutable(IOdiShortcutable pShortcutable) |
boolean |
SourceDataStoreShortcutAdapter.setShortcutableForDeMaterialize(IOdiShortcutable pShortcutable) |
| Uses of IOdiShortcutable in oracle.odi.domain.shortcuts |
|---|
| Methods in oracle.odi.domain.shortcuts that return IOdiShortcutable | |
|---|---|
IOdiShortcutable |
IOdiShortcutService.MaterializeResult.getMaterializedShortcutable()The object materialized from the shortcut. |
| Methods in oracle.odi.domain.shortcuts that return types with arguments of type IOdiShortcutable | |
|---|---|
java.util.List<IOdiShortcutable> |
IOdiShortcutService.MaterializeResult.getMaterializedShortcutableList()The objects materialized from the shortcuts. |
java.util.Collection<IOdiShortcutable> |
IOdiShortcutService.MaterializeResult.getModifiedDescendantShortcutables()Return the descendants of the shortcutable that were modified. |
java.util.Collection<IOdiShortcutable> |
IOdiShortcutService.MaterializeResult.getPromotedShortcutables()Return a collection of the promoted shortable objects. |
| Methods in oracle.odi.domain.shortcuts with parameters of type IOdiShortcutable | |
|---|---|
IOdiShortcutService.MaterializeResult |
IOdiShortcutService.materializeShortcutable(IOdiShortcutable pShortcutable, boolean pPromoteObjectsForRelease)Materialize a shortcut. |
| Method parameters in oracle.odi.domain.shortcuts with type arguments of type IOdiShortcutable | |
|---|---|
IOdiShortcutService.MaterializeResult |
IOdiShortcutService.materializeShortcutables(java.util.List<IOdiShortcutable> pShortcutableList, boolean pPromoteObjectsForRelease)Materialize list of shortcuts. |
| Constructors in oracle.odi.domain.shortcuts with parameters of type IOdiShortcutable | |
|---|---|
IOdiShortcutService.MaterializeResult(IOdiShortcutable pMaterializedShorcutable, java.util.Collection<IOdiShortcutable> pPromotedShortcutables, java.util.Collection<IOdiShortcutable> pModifiedDescendanteShortcutables, java.util.Collection<IOdiEntity> pModifiedEntities)Internal use only. |
|
| Constructor parameters in oracle.odi.domain.shortcuts with type arguments of type IOdiShortcutable | |
|---|---|
IOdiShortcutService.MaterializeResult(IOdiShortcutable pMaterializedShorcutable, java.util.Collection<IOdiShortcutable> pPromotedShortcutables, java.util.Collection<IOdiShortcutable> pModifiedDescendanteShortcutables, java.util.Collection<IOdiEntity> pModifiedEntities)Internal use only. |
|
IOdiShortcutService.MaterializeResult(IOdiShortcutable pMaterializedShorcutable, java.util.Collection<IOdiShortcutable> pPromotedShortcutables, java.util.Collection<IOdiShortcutable> pModifiedDescendanteShortcutables, java.util.Collection<IOdiEntity> pModifiedEntities)Internal use only. |
|
| Uses of IOdiShortcutable in oracle.odi.domain.shortcuts.support |
|---|
| Methods in oracle.odi.domain.shortcuts.support with parameters of type IOdiShortcutable | |
|---|---|
IOdiShortcutService.MaterializeResult |
OdiShortcutServiceImpl.materializeShortcutable(IOdiShortcutable pShortcutable, boolean pPromoteObjectsForRelease) |
| Method parameters in oracle.odi.domain.shortcuts.support with type arguments of type IOdiShortcutable | |
|---|---|
IOdiShortcutService.MaterializeResult |
OdiShortcutServiceImpl.materializeShortcutables(java.util.List<IOdiShortcutable> pShortcutableList, boolean pPromoteObjectsForRelease) |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||