|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdiContext | |
|---|---|
| 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.runtime.loadplan | |
| oracle.odi.domain.runtime.lpi | |
| oracle.odi.domain.topology | This package contains the Oracle Data Integrator Topology domain model implementation. |
| oracle.odi.domain.topology.finder | This package contains classes for searching Oracle Data Integrator topology entities. |
| oracle.odi.interfaces.interactive.support | This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces. |
| oracle.odi.interfaces.interactive.support.actions | This package contains the Oracle Data Integrator interface action implementation classes Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. |
| oracle.odi.interfaces.interactive.support.sourceset.creators | Contains classes which handles the Oracle Data Integrator interface source set creation. |
| Uses of OdiContext in oracle.odi.domain.model |
|---|
| Methods in oracle.odi.domain.model that return OdiContext | |
|---|---|
OdiContext |
OdiModel.getReverseContext()Returns the reverse engineering context associated to this OdiModel instance. |
| Methods in oracle.odi.domain.model with parameters of type OdiContext | |
|---|---|
void |
OdiModel.setReverseContext(OdiContext pContext)Sets the OdiContext that will be used during reverse engineering. |
| Uses of OdiContext in oracle.odi.domain.project |
|---|
| Methods in oracle.odi.domain.project that return OdiContext | |
|---|---|
OdiContext |
OdiProcedureLineCmd.getExecutionContext()Obtains the execution context of this OdiProcedureLineCmd. |
OdiContext |
OdiInterface.TargetDataStore.getForcedTargetContext()Returns the forced target context on the target datastore. |
OdiContext |
OdiInterface.getOptimizationContext()Returns the optimization context used when computing source sets for this interface. |
| Methods in oracle.odi.domain.project with parameters of type OdiContext | |
|---|---|
void |
OdiProcedureLineCmd.setExecutionContext(OdiContext pExecutionContext)Defines the execution context of this OdiProcedureLineCmd. |
void |
OdiInterface.TargetDataStore.setForcedTargetContext(OdiContext pForcedTargetContext)For internal use only Set the forced target context for this target datastore. |
void |
OdiInterface.setOptimizationContext(OdiContext pOptimizationContext)For internal use only Sets the optimization context for this interface. |
| Constructors in oracle.odi.domain.project with parameters of type OdiContext | |
|---|---|
OdiInterface(OdiFolder pFolder, java.lang.String pName, OdiContext pOptimizationContext)For internal use only Creates a new interface. |
|
OdiInterface(OdiFolder pFolder, java.lang.String pName, OdiInterface pReferenceInterface, OdiContext pOptimizationContext)Creates a new interface. |
|
OdiProcedureLineCmd(OdiProcedureLineCmd.CommitMode pCommitMode, java.lang.Integer pTransactionChannel, boolean pAutoCommitMode, OdiProcedureLineCmd.IsolationLevel pIsolationLevel, OdiContext pExecutionContext, OdiTechnology pTechnology, OdiLogicalSchema pLogicalSchema, Expression pExpression)Create a new OdiProcdureLine setting all attributes to specific values. |
|
| Uses of OdiContext in oracle.odi.domain.project.interfaces |
|---|
| Methods in oracle.odi.domain.project.interfaces that return OdiContext | |
|---|---|
OdiContext |
SourceDataStore.getForcedContext()Gets the forced context for the source, or null if no forced context is set. |
| Methods in oracle.odi.domain.project.interfaces with parameters of type OdiContext | |
|---|---|
void |
SourceDataStore.setForcedContext(OdiContext pForcedContext)Sets the forced context for the source. |
| Uses of OdiContext in oracle.odi.domain.runtime.loadplan |
|---|
| Methods in oracle.odi.domain.runtime.loadplan that return OdiContext | |
|---|---|
OdiContext |
OdiLoadPlanStepRunScenario.getContext() |
| Methods in oracle.odi.domain.runtime.loadplan with parameters of type OdiContext | |
|---|---|
OdiLoadPlanStepRunScenario |
OdiLoadPlanStepContainer.addStepRunScenario(java.lang.String pStepName, OdiScenario pScenario, OdiLogicalAgent pLogicalAgent, OdiContext pContext)Creates an instance of OdiLoadPlanStepRunScenario, adds it to the list of children steps in the last position and returns it. |
OdiLoadPlanStepRunScenario |
OdiLoadPlanStepContainer.addStepRunScenario(java.lang.String pStepName, Tag pScenarioTag, OdiLogicalAgent pLogicalAgent, OdiContext pContext)Creates an instance of OdiLoadPlanStepRunScenario, adds it to the list of children steps in the last position and returns it. |
void |
OdiLoadPlanStepRunScenario.setContext(OdiContext context) |
| Uses of OdiContext in oracle.odi.domain.runtime.lpi |
|---|
| Methods in oracle.odi.domain.runtime.lpi that return OdiContext | |
|---|---|
OdiContext |
OdiLoadPlanInstance.getContext() |
OdiContext |
OdiLoadPlanInstanceRun.getContext() |
OdiContext |
OdiLoadPlanInstanceStepRunScenario.getContext() |
| Methods in oracle.odi.domain.runtime.lpi with parameters of type OdiContext | |
|---|---|
void |
OdiLoadPlanInstance.setContext(OdiContext context) |
| Uses of OdiContext in oracle.odi.domain.topology |
|---|
| Methods in oracle.odi.domain.topology that return OdiContext | |
|---|---|
OdiContext |
OdiContextualAgentMapping.getContext()Obtains the context defined for this OdiContext. |
OdiContext |
OdiContextualSchemaMapping.getContext()Returns the Context of this association. |
| Methods in oracle.odi.domain.topology with parameters of type OdiContext | |
|---|---|
OdiPhysicalAgent |
OdiLogicalAgent.getPhysicalAgent(OdiContext pContext)Obtains the OdiPhysicalAgent mapped to this OdiLogicalAgent for given OdiContext. |
OdiPhysicalSchema |
OdiLogicalSchema.getPhysicalSchema(OdiContext pContext)Obtains the OdiPhysicalSchema associated for a given context. |
| Constructors in oracle.odi.domain.topology with parameters of type OdiContext | |
|---|---|
OdiContextualAgentMapping(OdiContext pContext, OdiLogicalAgent pLogicalAgent, OdiPhysicalAgent pPhysicalAgent)Create a new OdiContextualAgentMapping. |
|
OdiContextualSchemaMapping(OdiContext pContext, OdiLogicalSchema pLSchema, OdiPhysicalSchema pPSchema)Construct a new OdiContextualSchemaMapping that maps together the given logical and physical schemas for the specified context. |
|
| Uses of OdiContext in oracle.odi.domain.topology.finder |
|---|
| Methods in oracle.odi.domain.topology.finder that return OdiContext | |
|---|---|
OdiContext |
IOdiContextFinder.findByCode(java.lang.String pCode)Find an OdiContext using the given code. |
OdiContext |
IOdiContextFinder.findDefaultContext()Find the OdiContext marked as default. |
| Uses of OdiContext in oracle.odi.interfaces.interactive.support |
|---|
| Methods in oracle.odi.interfaces.interactive.support with parameters of type OdiContext | |
|---|---|
static OdiPhysicalSchema |
InteractiveInterfaceHelperWithActions.getPhysicalSchema(OdiLogicalSchema pLogicalSchema, OdiContext pContext)A static convenience method to return the associated physical schema for the specified logical schema, in the specified context. |
| Uses of OdiContext in oracle.odi.interfaces.interactive.support.actions |
|---|
| Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type OdiContext | |
|---|---|
InterfaceActionOnInterfaceSetOptimizationContext(OdiContext pOdiContext)The constructor for the action class. |
|
InterfaceActionOnSourceDataStoreSetForcedContext(SourceDataStore pSourceDataStore, OdiContext pOdiContext)The constructor for the action class. |
|
InterfaceActionOnTargetDataStoreSetForcedContext(OdiContext pOdiContext)Creates an action class instance which sets the context of a target data store, when performAction is called. |
|
| Uses of OdiContext in oracle.odi.interfaces.interactive.support.sourceset.creators |
|---|
| Constructors in oracle.odi.interfaces.interactive.support.sourceset.creators with parameters of type OdiContext | |
|---|---|
InexistentMappingException(OdiLogicalSchema pLogicalSchema, OdiContext pContext)Constructs a new InexistentMappingException. |
|
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||