|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.project.interfaces.SourceDataStoreExpressionContext
public final class SourceDataStoreExpressionContext
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.
| Constructor Summary | |
|---|---|
SourceDataStoreExpressionContext(SourceDataStore pDataStore)Constructor for the source data store expression context class. |
|
| Method Summary | |
|---|---|
com.sunopsis.language.parser.SnpsExpressionTag[] |
getSnpsExpressionTags(com.sunopsis.language.SnpsLanguage pSnpsLanguage)Get the set of valid expression tags for the data store. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceDataStoreExpressionContext(SourceDataStore pDataStore)
ContextManager helper class to create expression contexts.
pDataStore - The data store for which to create the expression context.| Method Detail |
|---|
public com.sunopsis.language.parser.SnpsExpressionTag[] getSnpsExpressionTags(com.sunopsis.language.SnpsLanguage pSnpsLanguage)
getSnpsExpressionTags in interface IExpressionContextpSnpsLanguage - The generated language for which to get the expression tags. An example of a commonly used language would be SQL.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||