Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.interfaces.interactive
Interface IAliasComputer

All Known Implementing Classes:
AliasComputerDoubleChecker, AliasComputerFixed, BasicAliasComputer

public interface IAliasComputer

This interface provides the alias name computation for ODI interface data stores.

Since:
11.1.1.3.0

Method Summary
 java.lang.String computeAliasForDataStore(IDataStore<?,?> pDataStore, DataSet pDataSet)
          Computes the alias name for a source or target data store.
 

Method Detail

computeAliasForDataStore

java.lang.String computeAliasForDataStore(IDataStore<?,?> pDataStore,
                                          DataSet pDataSet)
Computes the alias name for a source or target data store. Aliases are normally retrieved from the default alias of an 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.

Parameters:
pDataStore - the data store for which the alias is computed for
pDataSet - the data set that contains this data store
Returns:
the String that is the alias name

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.