|
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.interfaces.interactive.support.aliascomputers.AliasComputerFixed
public class AliasComputerFixed
This implementation is based on the alias passed to the constructor, just making sure that the alias doesn't exceed the max length.
| Constructor Summary | |
|---|---|
AliasComputerFixed(java.lang.String pAlias)Creates a new alias computer that will always return the same alias equal to pAlias. |
|
| Method Summary | |
|---|---|
java.lang.String |
computeAliasForDataStore(IDataStore<?,?> pDataStore, DataSet pDataSet)Computes the alias name for a source or target data store. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AliasComputerFixed(java.lang.String pAlias)
pAlias. Note that the given alias is truncated to comply with the alias length limitation specified in SourceDataStore.ALIAS_MAX_LENGTH.
pAlias - the alias that will be returned by computeAliasForDataStore(IDataStore, DataSet).| Method Detail |
|---|
public java.lang.String computeAliasForDataStore(IDataStore<?,?> pDataStore,
DataSet pDataSet)
IAliasComputerOdiDataStore and their length should not exceed the length specified in SourceDataStore.ALIAS_MAX_LENGTH. Additionally, aliases should currently not contain spaces, dots or any separator in general, and should be uppercase in the English Locale.computeAliasForDataStore in interface IAliasComputerpDataStore - the data store for which the alias is computed forpDataSet - the data set that contains this data store
|
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 | |||||||||