|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use IAliasComputer | |
---|---|
oracle.odi.interfaces.interactive.support.actions | This package contains the Oracle Data Integrator interface action implementation classes Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. |
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. |
Uses of IAliasComputer in oracle.odi.interfaces.interactive.support.actions |
---|
Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type IAliasComputer | |
---|---|
InterfaceActionAddSourceDataStore(IDataStore pDataStore, DataSet pDataSet, IAliasComputer pAliasComputer, IClauseImporter pClauseImporter, IAutoMappingComputer pAutoMappingComputer) Constructor to create the source data store creator class. |
Uses of IAliasComputer in oracle.odi.interfaces.interactive.support.aliascomputers |
---|
Classes in oracle.odi.interfaces.interactive.support.aliascomputers that implement IAliasComputer | |
---|---|
class |
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. |
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. |
class |
BasicAliasComputer A basic simple alias computer, from the OdiDataStore.getDefaultAlias() method. |
Constructors in oracle.odi.interfaces.interactive.support.aliascomputers with parameters of type IAliasComputer | |
---|---|
AliasComputerDoubleChecker(IAliasComputer pInternAliasComputer) Creates an AliasComputerDoubleChecker based on the underlying alias computer. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |