Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Uses of Interface
oracle.odi.domain.shortcuts.IOdiShortcutable

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 OdiDataStore
          An 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 OdiInterface
          An OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores.
 class OdiPackage
          Represents an ODI package.
 class OdiUserProcedure
          Represents 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.deMaterializeShortcutable(IOdiShortcutable pShortcutable, IOdiShortcutable pReferenceObject)
          DeMaterialize a real object to shortcut.
 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
 IOdiShortcutable IOdiShortcutService.deMaterializeShortcutable(IOdiShortcutable pShortcutable, IOdiShortcutable pReferenceObject)
          DeMaterialize a real object to shortcut.
 IOdiShortcutable IOdiShortcutService.deMaterializeShortcutable(IOdiShortcutable pShortcutable, IOdiShortcutable pReferenceObject)
          DeMaterialize a real object to shortcut.
 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 that return IOdiShortcutable
 IOdiShortcutable OdiShortcutServiceImpl.deMaterializeShortcutable(IOdiShortcutable pShortcutable, IOdiShortcutable pReferenceObject)
           

 

Methods in oracle.odi.domain.shortcuts.support with parameters of type IOdiShortcutable
 IOdiShortcutable OdiShortcutServiceImpl.deMaterializeShortcutable(IOdiShortcutable pShortcutable, IOdiShortcutable pReferenceObject)
           
 IOdiShortcutable OdiShortcutServiceImpl.deMaterializeShortcutable(IOdiShortcutable pShortcutable, IOdiShortcutable pReferenceObject)
           
 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)
           

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.