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

E17060-01

Package oracle.odi.interfaces.interactive.support.aliascomputers

This package contains the implementations for computing the default alias of objects when working with Oracle Data Integrator interfaces.

See:
          Description

Class Summary
AliasComputerDoubleChecker This alias computer ensures that it will not return an alias that is currently used in the DataSet in which the SourceDataStore is located.
It is based on a wrapped alias computer which gives the original alias on which this computer will base the alias it will return.
To make sure that aliases are unique, it appends a number to the alias if any collision is found, until the name is unique.
This alias computer ensures that the returned aliases comply with the size limitation defined by SourceDataStore.ALIAS_MAX_LENGTH by truncating the aliases before appending the number.
AliasComputerFixed This implementation is based on the alias passed to the constructor, just making sure that the alias doesn't exceed the max length.
BasicAliasComputer A basic simple alias computer, from the OdiDataStore.getDefaultAlias() method.
 

Package oracle.odi.interfaces.interactive.support.aliascomputers Description

This package contains the implementations for computing the default alias of objects when working with Oracle Data Integrator interfaces.

Since:
11.1.1.3.0

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.