|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.interfaces.interactive.support.aliascomputers.BasicAliasComputer
public class BasicAliasComputer
A basic simple alias computer, from the OdiDataStore.getDefaultAlias() method.
| Constructor Summary | |
|---|---|
BasicAliasComputer()
Convenience constructor that creates an alias computer which normalizes the aliases by default. |
|
BasicAliasComputer(boolean pNormalize)
Creates an alias computer. |
|
| Method Summary | |
|---|---|
java.lang.String |
computeAliasForDataStore(IDataStore<?,?> pDataStore,
DataSet pDataSet)
This implementation bases the alias computation on the value of OdiDataStore.getDefaultAlias() or the name of the OdiInterface.TargetDataStore if pDataStore is a OdiInterface.TargetDataStore. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicAliasComputer()
BasicAliasComputer(true).
public BasicAliasComputer(boolean pNormalize)
pNormalize - if true, the alias is normalized to use
only ASCII upper case characters. Otherwise, it is left
as is.| Method Detail |
|---|
public java.lang.String computeAliasForDataStore(IDataStore<?,?> pDataStore,
DataSet pDataSet)
OdiDataStore.getDefaultAlias() or the name of the OdiInterface.TargetDataStore if pDataStore is a OdiInterface.TargetDataStore.
computeAliasForDataStore in interface IAliasComputerpDataStore - the data store for which the alias is computed forpDataSet - the data set that contains this data store
IAliasComputer.computeAliasForDataStore(oracle.odi.domain.relational.IDataStore, oracle.odi.domain.project.interfaces.DataSet)
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||