| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SourceDataStoreExpressionContext
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
A
IExpressionContext expression context interface implementation that
can be used to retrieve the valid expression matching tags for a SourceDataStore
source instance. The matching tags are used when parsing an
expression that is used by an interface subcomponent.The context creates expression tags referring to IColumns of the specified
SourceDataStore. |
| Modifier and Type | Method and Description |
|---|---|
IExpressionContext |
ExpressionStringParser.getContext()
Obtains the expression context of this parser.
|
| Constructor and Description |
|---|
ExpressionStringParser(com.sunopsis.language.SnpsLanguage pLanguage,
IExpressionContext pContext)
Create a new
ExpressionStringParser. |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
IExpressionContext |
CompoundExpressionContext.getExpressionContext(int pIndex)
Obtains the expression context at the given index.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
CachingExpressionContextDecorator(IExpressionContext pContext)
Construct a new
CachingExpressionContextDecorator. |
CompoundExpressionContext(IExpressionContext[] pContexts)
Create a
CompoundExpressionContext with a given initial context
sequence. |
CompoundExpressionContext(IExpressionContext[] pContexts,
boolean pIsCachingEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
InteractiveInterfaceHelperWithActions.computeExpression(java.lang.String pSql,
OdiInterface.ExecutionLocation pExecutionLocation,
DataSet pDataSet,
IExpressionContext pExpressionContext)
Deprecated.
This method computes an expression from a Sql text that would be executed on a DataSet and in the specified Location.
|
| Modifier and Type | Method and Description |
|---|---|
IExpressionContext |
ContextManager.giveContext(DataSet pDataSet)
Deprecated.
Return an
IExpressionContext for a given DataSet. |