public interface IAliasComputer
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
computeAliasForDataStore(IDataStore pDataStore,
DataSet pDataSet)
Deprecated.
Computes the alias name for a source or target data store.
|
java.lang.String computeAliasForDataStore(IDataStore pDataStore, DataSet pDataSet)
OdiDataStore 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.pDataStore - the data store for which the alias is computed forpDataSet - the data set that contains this data store