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

E17060-01

Uses of Class
oracle.odi.domain.topology.OdiIndexType

Packages that use OdiIndexType
oracle.odi.domain.project.interfaces This package contains Oracle Data Integrator Interface implementation. 
oracle.odi.domain.topology This package contains the Oracle Data Integrator Topology domain model implementation. 
oracle.odi.domain.topology.finder This package contains classes for searching Oracle Data Integrator topology entities. 
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. 
 

Uses of OdiIndexType in oracle.odi.domain.project.interfaces
 

Methods in oracle.odi.domain.project.interfaces that return OdiIndexType
 OdiIndexType GenericClause.getIndexType1()
          Returns the temporary index type used for the left side of this clause.
 OdiIndexType GenericClause.getIndexType2()
          Returns the temporary index type used for the right side of this clause.
 

Methods in oracle.odi.domain.project.interfaces with parameters of type OdiIndexType
 void GenericClause.setIndexType1(OdiIndexType pIndexType1)
          Internal use only Set the temporary index type used for the left side of this clause.
 void GenericClause.setIndexType2(OdiIndexType pIndexType2)
          Internal use only Set the temporary index type used for the right side of this clause.
 

Uses of OdiIndexType in oracle.odi.domain.topology
 

Methods in oracle.odi.domain.topology that return OdiIndexType
 OdiIndexType OdiTechnology.getIndexType(java.lang.String pIndexTypeCode)
          Returns the OdiIndexType associated to this OdiTechnology instance which has the given code parameter as index type code.
 

Methods in oracle.odi.domain.topology that return types with arguments of type OdiIndexType
 java.util.Collection<OdiIndexType> OdiTechnology.getIndexTypes()
          Obtains an unmodifiable collection of OdiIndexTypes that belongs to this OdiTechnology.
 

Uses of OdiIndexType in oracle.odi.domain.topology.finder
 

Methods in oracle.odi.domain.topology.finder that return OdiIndexType
 OdiIndexType IOdiIndexTypeFinder.findByName(java.lang.String pIndexTypeName)
          Find from ODI instance the OdiIndexType with the given name.
 

Uses of OdiIndexType in oracle.odi.interfaces.interactive.support.actions
 

Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type OdiIndexType
InterfaceActionOnGenericClauseSetIndexType(GenericClause pGenericClause, OdiIndexType pIndexType, InterfaceActionOnGenericClauseSetIndexType.IndexTypeNumber pIndexTypeNumber)
          Constructor for the action class.
 


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.