Skip navigation links

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

E17060-03


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.project This package contains the Oracle Data Integrator Project implementation. 
oracle.odi.domain.runtime.loadplan   
oracle.odi.domain.runtime.lpi   
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 OdiCondition
          An OdiCondition allows to define a data constraint to check on an OdiDataStore.
 class OdiDataStore
          An OdiDataStore represents a two-dimensional tabular data structure, generally a database table structure.
 class OdiKey
          A key for an OdiDataStore.
 class OdiModel
          An OdiModel represents a set of datastores corresponding to data structures contained in a physical schema.
 class OdiReference
          An OdiReference is a reference between a foreign OdiDataStore and a primary OdiDataStore.

 

Uses of IFlexFieldUser in oracle.odi.domain.project

 

Classes in oracle.odi.domain.project that implement IFlexFieldUser
 class OdiCKM
          Represents the Control Knowledge Module.
 class OdiIKM
          Represents an Integration Knowledge Module.
 class OdiInterface
          An OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores.
 class OdiJKM
          Represents a journalization knowledge module.
 class OdiKM<L extends OdiProcedureLine>
          Abstract base class that all knowledge modules types subclasses.
 class OdiLKM
          Represents the Loading Knowledge Module.
 class OdiPackage
          Represents an ODI package.
 class OdiProcedure<L extends OdiProcedureLine>
          Abstract high-level object encompassing ODI User Procedures and ODI Knowledge Modules.
 class OdiProject
          An OdiProject is a top level workbench object in ODI.
 class OdiRKM
          Represents the Reverse Knowledge Module.
 class OdiUserProcedure
          Represents the ODI user procedures.

 

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

 

Classes in oracle.odi.domain.runtime.loadplan that implement IFlexFieldUser
 class OdiLoadPlan
          An OdiLoadPlan is the root entity of the Load Plan aggregate.

 

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

 

Classes in oracle.odi.domain.runtime.lpi that implement IFlexFieldUser
 class OdiLoadPlanInstance
          The OdiLoadPlanInstance represents the state of an OdiLoadPlan once it's started.
Its main use is to keep an history of a load plan start, in order to be able to restart it in the same state.

 

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.
 class OdiDataServer
          An OdiDataServer is a data server that is defined for a technology into the physical topology of ODI.
 class OdiLogicalSchema
          An ODI logical schema.
 class OdiPhysicalSchema
          An OdiPhysicalSchema is a physical schema defined for a data server into the physical topology of ODI.
 class OdiTechnology
          A technology that is defined within the physical topology provided by ODI.

 

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)
          Deprecated. replaced by IOdiFlexFieldFinder.findByEntityClass(Class, Collection)
 java.util.Collection<OdiFlexField> IOdiFlexFieldFinder.findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass, java.util.Collection<OdiTechnology> pTechnologies)
          Get the collection of OdiFlexFields supporting one of the specified OdiTechnology and that are related to the specified entity type.
 java.util.Collection<OdiFlexField> IOdiFlexFieldFinder.findByEntityClass(java.lang.Class<IFlexFieldUser> pFlexFieldUserClass, java.lang.String pTechnologyCode)
          Deprecated. replaced by IOdiFlexFieldFinder.findByEntityClass(Class, Collection)

 


Skip navigation links

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

E17060-03


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