|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
SourceDataStoreExpressionContextA 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 |
CachingExpressionContextDecoratorImplementation of IExpressionContext that provides caching of SnpsExpressionTags for a concrete IExpressionContext instance. |
class |
CompoundExpressionContextAn IExpressionContext that chains a sequence of one or more IExpressionContexts. |
class |
GlobalExpressionContextContext that has to be used to get SnpsExpressionTags relative to global workspace ODI entities (i.e. |
class |
OdiDataStoreExpressionContextContext that has to be used to get SnpsExpressionTags relative to an OdiDataStore. |
class |
OdiProjectExpressionContextContext 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. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||