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

E17060-01

Uses of Interface
oracle.odi.domain.flexfields.IFlexFieldUser

Packages that use IFlexFieldUser
oracle.odi.domain.model This package contains the Oracle Data Integrator Data Model domain implementation. 
oracle.odi.domain.runtime.scenario This package contains classes for managing Oracle Data Integrator Scenarios and related objects. 
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. 
 

Uses of IFlexFieldUser in oracle.odi.domain.model
 

Classes in oracle.odi.domain.model that implement IFlexFieldUser
 class OdiColumn
          An OdiColumn represents the data structure of a column part of an OdiDataStore.
 class OdiDataStore
          An OdiDataStore represents a two-dimensional tabular data structure, generally a database table structure.
 class OdiModel
          An OdiModel represents a set of datastores corresponding to data structures contained in a physical schema.
 

Uses of IFlexFieldUser in oracle.odi.domain.runtime.scenario
 

Classes in oracle.odi.domain.runtime.scenario that implement IFlexFieldUser
 class OdiScenario
          An ODI Scenario is designed to put a source component (interface, package, procedure, variable) into production.
 

Uses of IFlexFieldUser in oracle.odi.domain.topology
 

Classes in oracle.odi.domain.topology that implement IFlexFieldUser
 class OdiContext
          An ODI Context.
 

Methods in oracle.odi.domain.topology that return types with arguments of type IFlexFieldUser
 java.lang.Class<? extends IFlexFieldUser> OdiFlexField.getFlexFieldUserClass()
          Get the implementation of IFlexFieldUser for which this FlexField is relevant.
 

Constructor parameters in oracle.odi.domain.topology with type arguments of type IFlexFieldUser
OdiFlexField(java.lang.Class<? extends IFlexFieldUser> pFlexFieldUserClass, java.lang.String pCode)
          Create a new OdiFlexField.
 

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

Method parameters in oracle.odi.domain.topology.finder with type arguments of type IFlexFieldUser
 java.util.Collection<OdiFlexField> IOdiFlexFieldFinder.findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass)
          Get the collection of OdiFlexField relevant for this entityClass.
 java.util.Collection<OdiFlexField> IOdiFlexFieldFinder.findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass, java.lang.String pTechnologyCode)
          Get the collection of OdiFlexField relevant for this entityClass and for the specified technology.
 java.util.Collection<OdiFlexField> IOdiFlexFieldFinder.findByEntityClassAndTechnology(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass, OdiTechnology pTechnology)
          Deprecated. replaced by #findByEntityClass(Class pFlexFieldUserClass, String pTechnologyName)
 


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.