|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
OdiColumnAn OdiColumn represents the data structure of a column part of an OdiDataStore. |
class |
OdiConditionAn OdiCondition allows to define a data constraint to check on an OdiDataStore. |
class |
OdiDataStoreAn OdiDataStore represents a two-dimensional tabular data structure, generally a database table structure. |
class |
OdiKeyA key for an OdiDataStore. |
class |
OdiModelAn OdiModel represents a set of datastores corresponding to data structures contained in a physical schema. |
class |
OdiReferenceAn 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 |
OdiCKMRepresents the Control Knowledge Module. |
class |
OdiIKMRepresents an Integration Knowledge Module. |
class |
OdiInterfaceAn OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores. |
class |
OdiJKMRepresents a journalization knowledge module. |
class |
OdiKM<L extends OdiProcedureLine>Abstract base class that all knowledge modules types subclasses. |
class |
OdiLKMRepresents the Loading Knowledge Module. |
class |
OdiPackageRepresents an ODI package. |
class |
OdiProcedure<L extends OdiProcedureLine>Abstract high-level object encompassing ODI User Procedures and ODI Knowledge Modules. |
class |
OdiProjectAn OdiProject is a top level workbench object in ODI. |
class |
OdiRKMRepresents the Reverse Knowledge Module. |
class |
OdiUserProcedureRepresents the ODI user procedures. |
| Uses of IFlexFieldUser in oracle.odi.domain.runtime.loadplan |
|---|
| Classes in oracle.odi.domain.runtime.loadplan that implement IFlexFieldUser | |
|---|---|
class |
OdiLoadPlanAn 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 |
OdiLoadPlanInstanceThe 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 |
OdiScenarioAn 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 |
OdiContextAn ODI Context. |
class |
OdiDataServerAn OdiDataServer is a data server that is defined for a technology into the physical topology of ODI. |
class |
OdiLogicalSchemaAn ODI logical schema. |
class |
OdiPhysicalSchemaAn OdiPhysicalSchema is a physical schema defined for a data server into the physical topology of ODI. |
class |
OdiTechnologyA 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) |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||