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.xrefs.expression.contexts.IExpressionContext

Packages that use IExpressionContext
oracle.odi.domain.project.interfaces This package contains Oracle Data Integrator Interface implementation. 
oracle.odi.domain.xrefs.expression Provides classes to manage expressions. 
oracle.odi.domain.xrefs.expression.contexts Defines contexts (aka scope) for expression parsing. 
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.xrefs This package provides the implementation for expression contexts of data sets and target expressions in Oracle Data Integrator interfaces. 

 

Uses of IExpressionContext in oracle.odi.domain.project.interfaces

 

Classes in oracle.odi.domain.project.interfaces that implement IExpressionContext
 class SourceDataStoreExpressionContext
          A IExpressionContext expression context interface implementation that can be used to retrieve the valid expression matching tags for a SourceDataStore source instance.

 

Uses of IExpressionContext in oracle.odi.domain.xrefs.expression

 

Methods in oracle.odi.domain.xrefs.expression that return IExpressionContext
 IExpressionContext ExpressionStringParser.getContext()
          Obtains the expression context of this parser.

 

Constructors in oracle.odi.domain.xrefs.expression with parameters of type IExpressionContext
ExpressionStringParser(com.sunopsis.language.SnpsLanguage pLanguage, IExpressionContext pContext)
          Create a new ExpressionStringParser.

 

Uses of IExpressionContext in oracle.odi.domain.xrefs.expression.contexts

 

Classes in oracle.odi.domain.xrefs.expression.contexts that implement IExpressionContext
 class CachingExpressionContextDecorator
          Implementation of IExpressionContext that provides caching of SnpsExpressionTags for a concrete IExpressionContext instance.
 class CompoundExpressionContext
          An IExpressionContext that chains a sequence of one or more IExpressionContexts.
 class GlobalExpressionContext
          Context that has to be used to get SnpsExpressionTags relative to global workspace ODI entities (i.e.
 class OdiDataStoreExpressionContext
          Context that has to be used to get SnpsExpressionTags relative to an OdiDataStore.
 class OdiProjectExpressionContext
          Context that has to be used to get SnpsExpressionTags relative to an OdiProject.

 

Methods in oracle.odi.domain.xrefs.expression.contexts that return IExpressionContext
 IExpressionContext CompoundExpressionContext.getExpressionContext(int pIndex)
          Obtains the expression context at the given index.

 

Methods in oracle.odi.domain.xrefs.expression.contexts with parameters of type IExpressionContext
 void CompoundExpressionContext.addExpressionContext(IExpressionContext pContext)
          Add the given context to the end of the context sequence of this object.
 void CompoundExpressionContext.setExpressionContext(int pIndex, IExpressionContext pContext)
          Replace the given context for the specified index in this object.

 

Constructors in oracle.odi.domain.xrefs.expression.contexts with parameters of type IExpressionContext
CachingExpressionContextDecorator(IExpressionContext pContext)
          Construct a new CachingExpressionContextDecorator.
CompoundExpressionContext(IExpressionContext[] pContexts)
          Create a CompoundExpressionContext with a given initial context sequence.
CompoundExpressionContext(IExpressionContext[] pContexts, boolean pIsCachingEnabled)
           

 

Uses of IExpressionContext in oracle.odi.interfaces.interactive.support

 

Methods in oracle.odi.interfaces.interactive.support with parameters of type IExpressionContext
 Expression InteractiveInterfaceHelperWithActions.computeExpression(java.lang.String pSql, OdiInterface.ExecutionLocation pExecutionLocation, DataSet pDataSet, IExpressionContext pExpressionContext)
          This method computes an expression from a Sql text that would be executed on a DataSet and in the specified Location.

 

Uses of IExpressionContext in oracle.odi.interfaces.interactive.support.xrefs

 

Methods in oracle.odi.interfaces.interactive.support.xrefs that return IExpressionContext
 IExpressionContext ContextManager.giveContext(DataSet pDataSet)
          Return an IExpressionContext for a given DataSet.

 


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.