|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IOdiEntity | |
|---|---|
| oracle.odi.core.persistence | Provides Oracle Data Integrator core infrastructure persistence management API. |
| oracle.odi.domain | Root package of Oracle Data Integrator domain concerns, providing commons classes required by sub-packages. |
| oracle.odi.domain.finder | Provides foundation of finder concerns. |
| oracle.odi.domain.flexfields | Provides class related to FlexFields override concerns. |
| oracle.odi.domain.impexp | Provides foundation for exportable and importable objects. |
| oracle.odi.domain.marker | This package contains the Oracle Data Integrator Marker implementation. |
| 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.project.interfaces | This package contains Oracle Data Integrator Interface implementation. |
| oracle.odi.domain.runtime.loadplan | |
| oracle.odi.domain.runtime.lpi | |
| oracle.odi.domain.runtime.purge | |
| oracle.odi.domain.runtime.purge.support | |
| oracle.odi.domain.runtime.scenario | This package contains classes for managing Oracle Data Integrator Scenarios and related objects. |
| oracle.odi.domain.runtime.scheduling | |
| oracle.odi.domain.runtime.sequence | This package contains classes for managing Oracle Data Integrator Sequences and their values. |
| oracle.odi.domain.runtime.session | This package contains classes for managing Oracle Data Integrator Sessions and related objects. |
| oracle.odi.domain.runtime.variable | This package contains classes for needed to create and work with Oracle Data Integrator variables and their values. |
| oracle.odi.domain.security | This package contains user implementation. |
| oracle.odi.domain.shortcuts | This package contains interfaces and classes for shortcuts. |
| oracle.odi.domain.support | |
| oracle.odi.domain.topology | This package contains the Oracle Data Integrator Topology domain model implementation. |
| oracle.odi.missingref | Provides classes to manage missing references which may occur when doing versioning or import/export operations. |
| oracle.odi.missingref.support | Provides classes to support the management of missing references which may occur when doing versioning or import/export operations. |
| Uses of IOdiEntity in oracle.odi.core.persistence |
|---|
| Methods in oracle.odi.core.persistence that return IOdiEntity | |
|---|---|
IOdiEntity |
IOdiEntityManager.findById(java.lang.Class pRequiredType, java.io.Serializable pId)Find the entity instance of the given class and with the given identifier / primary key from the ODI instance that manager belongs to. |
IOdiEntity |
IOdiEntityManager.merge(IOdiEntity pEntity)Merge the states of the given entity into the current persistent context. |
| Methods in oracle.odi.core.persistence with parameters of type IOdiEntity | |
|---|---|
void |
IOdiEntityManager.detach(IOdiEntity pEntity)Detach the given entity from the persistent context. |
void |
IOdiEntityManager.initialize(IOdiEntity pEntity, IInitializationCriteria pInitializationCriteria)WARNING : This method is experimental and may be removed in future drop. |
IOdiEntity |
IOdiEntityManager.merge(IOdiEntity pEntity)Merge the states of the given entity into the current persistent context. |
void |
IOdiEntityManager.persist(IOdiEntity pEntity)Make the given entity instance managed and persistent. |
void |
IOdiEntityManager.refresh(IOdiEntity pEntity)Refresh the given entity with the persistente context. |
void |
IOdiEntityManager.remove(IOdiEntity pEntity)Remove the given entity from the persistent context. |
| Uses of IOdiEntity in oracle.odi.domain |
|---|
| Subinterfaces of IOdiEntity in oracle.odi.domain | |
|---|---|
interface |
IMasterOdiEntityMarker interface for entities that resides in the ODI Master Repository. |
interface |
IWorkDevelopmentOdiEntityMarker interface for entities that resides in the ODI Work development Repository. |
interface |
IWorkRuntimeOdiEntityMarker interface for entities that resides in the ODI Runtime Repository. |
| Uses of IOdiEntity in oracle.odi.domain.finder |
|---|
| Methods in oracle.odi.domain.finder that return IOdiEntity | |
|---|---|
IOdiEntity |
IFinder.findById(java.io.Serializable pId)Find finder type object by internal object id. |
| Uses of IOdiEntity in oracle.odi.domain.flexfields |
|---|
| Subinterfaces of IOdiEntity in oracle.odi.domain.flexfields | |
|---|---|
interface |
IFlexFieldUserThis interface is implemented by ODI objects for which an OdiFlexField's default value can be overridden. |
| Uses of IOdiEntity in oracle.odi.domain.impexp |
|---|
| Method parameters in oracle.odi.domain.impexp with type arguments of type IOdiEntity | |
|---|---|
boolean |
IImportRoot.supportsImport(java.lang.Class<IOdiEntity> pChildClass)Returns whether the given entity type is supported to be imported into that root import object. |
| Uses of IOdiEntity in oracle.odi.domain.marker |
|---|
| Classes in oracle.odi.domain.marker that implement IOdiEntity | |
|---|---|
class |
OdiMarkerGroupRepresents design time metadata about a marker group. |
| Uses of IOdiEntity in oracle.odi.domain.model |
|---|
| Classes in oracle.odi.domain.model that implement IOdiEntity | |
|---|---|
class |
AbstractOdiSubModelAbstract base class for sub-models. |
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 |
OdiFilterAn OdiFilter allows to define data filter relative to an OdiDataStore. |
class |
OdiGlobalSubModelAbstractOdiSubModel subclass, to manage global ODI submodels. |
class |
OdiKeyA key for an OdiDataStore. |
class |
OdiMainPartitionRepresents a main partition of an OdiDataStore. |
class |
OdiModelAn OdiModel represents a set of datastores corresponding to data structures contained in a physical schema. |
class |
OdiModelFolderAn OdiModelFolder is used to arrange OdiModels. |
class |
OdiPartitionAn OdiPartition is an abstract class defining database partitioning. |
class |
OdiReferenceAn OdiReference is a reference between a foreign OdiDataStore and a primary OdiDataStore. |
class |
OdiSubModelA sub model is a group of functionally homogeneous datastores within a model. |
class |
OdiSubPartitionSubclasses OdiPartition, and is a child of a OdiMainPartition instance. |
| Methods in oracle.odi.domain.model that return IOdiEntity | |
|---|---|
IOdiEntity |
OdiReferenceShortcutAdapter.getConsumerEntity() |
| Method parameters in oracle.odi.domain.model with type arguments of type IOdiEntity | |
|---|---|
boolean |
OdiModel.supportsImport(java.lang.Class<IOdiEntity> pChildClass) |
boolean |
OdiModelFolder.supportsImport(java.lang.Class<IOdiEntity> pChildClass) |
| Uses of IOdiEntity in oracle.odi.domain.project |
|---|
| Classes in oracle.odi.domain.project that implement IOdiEntity | |
|---|---|
class |
OdiCKMRepresents the Control Knowledge Module. |
class |
OdiFolderAn OdiFolder is a workbench entity that ODI users will use to organize their work related to a single OdiProject. |
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 |
OdiSequenceRepresents design time metadata about a sequence. |
class |
OdiSKMRepresents the Service Knowledge Module. |
class |
OdiUserFunctionRepresents design time metadata about a customized function that can be used in expressions of other objects such as OdiInterface, OdiUserProcedure. |
class |
OdiUserProcedureRepresents the ODI user procedures. |
class |
OdiVariableRepresents design time metadata about a variable. |
| Methods in oracle.odi.domain.project that return IOdiEntity | |
|---|---|
IOdiEntity |
OdiInterfaceShortcutAdapter.getConsumerEntity() |
IOdiEntity |
StepDataStoreShortcutAdapter.getConsumerEntity() |
IOdiEntity |
StepInterfaceShortcutAdapter.getConsumerEntity() |
IOdiEntity |
StepProcedureShortcutAdapter.getConsumerEntity() |
| Method parameters in oracle.odi.domain.project with type arguments of type IOdiEntity | |
|---|---|
boolean |
OdiFolder.supportsImport(java.lang.Class<IOdiEntity> pChildClass)Return true if OdiFolder is root for an import of this class. |
boolean |
OdiProject.supportsImport(java.lang.Class<IOdiEntity> pChildClass)For now only OdiKM and its subclasses could be imported to an OdiProject. |
| Uses of IOdiEntity in oracle.odi.domain.project.interfaces |
|---|
| Methods in oracle.odi.domain.project.interfaces that return IOdiEntity | |
|---|---|
IOdiEntity |
SourceDataStoreShortcutAdapter.getConsumerEntity() |
| Uses of IOdiEntity in oracle.odi.domain.runtime.loadplan |
|---|
| Classes in oracle.odi.domain.runtime.loadplan that implement IOdiEntity | |
|---|---|
class |
OdiLoadPlanAn OdiLoadPlan is the root entity of the Load Plan aggregate. |
class |
OdiLoadPlanScheduleOdiLoadPlanSchedule is an execution schedule attached to the concrete OdiLoadPlan, specified on the object construction. |
| Uses of IOdiEntity in oracle.odi.domain.runtime.lpi |
|---|
| Classes in oracle.odi.domain.runtime.lpi that implement IOdiEntity | |
|---|---|
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. |
class |
OdiLoadPlanInstanceRunClass representing the attempt to execute an OdiLoadPlanInstance |
| Uses of IOdiEntity in oracle.odi.domain.runtime.purge |
|---|
| Methods in oracle.odi.domain.runtime.purge with parameters of type IOdiEntity | |
|---|---|
void |
IPurgeLogServiceReportCallback.itemPurged(IOdiEntity pOdiEntity)Record each first class object to be purged. |
| Uses of IOdiEntity in oracle.odi.domain.runtime.purge.support |
|---|
| Methods in oracle.odi.domain.runtime.purge.support with parameters of type IOdiEntity | |
|---|---|
void |
PurgeLogServiceReport.itemPurged(IOdiEntity pOdiEntity)Add item that will have to be purged in the process |
| Uses of IOdiEntity in oracle.odi.domain.runtime.scenario |
|---|
| Classes in oracle.odi.domain.runtime.scenario that implement IOdiEntity | |
|---|---|
class |
OdiScenarioAn ODI Scenario is designed to put a source component (interface, package, procedure, variable) into production. |
class |
OdiScenarioFolder* |
class |
OdiScenarioScheduleOdiScenarioSchedule is an execution schedule attached to the concrete OdiScenario, specified on the object construction. |
| Uses of IOdiEntity in oracle.odi.domain.runtime.scheduling |
|---|
| Classes in oracle.odi.domain.runtime.scheduling that implement IOdiEntity | |
|---|---|
class |
OdiScheduleAbstract high-level object encompassing ODI Scenario Schedule and ODI Load Plan Schedule. |
| Uses of IOdiEntity in oracle.odi.domain.runtime.sequence |
|---|
| Classes in oracle.odi.domain.runtime.sequence that implement IOdiEntity | |
|---|---|
class |
OdiStandardSequenceValueOdiStandardSequenceValue class represents current value of ODI sequences of SequenceType.STANDARD type. |
| Uses of IOdiEntity in oracle.odi.domain.runtime.session |
|---|
| Classes in oracle.odi.domain.runtime.session that implement IOdiEntity | |
|---|---|
class |
OdiSessionAn OdiSession is an execution (of a scenario, an interface, a package or a procedure, ...) undertaken by an execution agent. |
class |
OdiSessionFolderAn OdiSessionFolder is used to group OdiSession using predefined Keywords. |
| Uses of IOdiEntity in oracle.odi.domain.runtime.variable |
|---|
| Classes in oracle.odi.domain.runtime.variable that implement IOdiEntity | |
|---|---|
class |
OdiVariableValueAn OdiVariableValue is used to store a value taken by a variable during execution when defined as oracle.odi.domain.runtime.variable.Action.HISTORIZE or oracle.odi.domain.runtime.variable.Action.LATEST_VALUE. |
| Uses of IOdiEntity in oracle.odi.domain.security |
|---|
| Classes in oracle.odi.domain.security that implement IOdiEntity | |
|---|---|
class |
OdiProfile |
class |
OdiUserThe OdiUser class contains informations about a user including password and supervisor. |
| Uses of IOdiEntity in oracle.odi.domain.shortcuts |
|---|
| Methods in oracle.odi.domain.shortcuts that return types with arguments of type IOdiEntity | |
|---|---|
java.util.Collection<IOdiEntity> |
IOdiShortcutService.MaterializeResult.getModifiedEntities()Return a collection of the modified entity objects. |
| Constructor parameters in oracle.odi.domain.shortcuts with type arguments of type IOdiEntity | |
|---|---|
IOdiShortcutService.MaterializeResult(IOdiShortcutable pMaterializedShorcutable, java.util.Collection<IOdiShortcutable> pPromotedShortcutables, java.util.Collection<IOdiShortcutable> pModifiedDescendanteShortcutables, java.util.Collection<IOdiEntity> pModifiedEntities)Internal use only. |
|
| Uses of IOdiEntity in oracle.odi.domain.support |
|---|
| Classes in oracle.odi.domain.support that implement IOdiEntity | |
|---|---|
class |
oracle.odi.domain.support.AbstractOdiEntity |
| Uses of IOdiEntity in oracle.odi.domain.topology |
|---|
| Classes in oracle.odi.domain.topology that implement IOdiEntity | |
|---|---|
class |
AbstractOdiDataServerAbstract root class for OdiDataServer and OdiRepositoryServer . |
class |
OdiContextAn ODI Context. |
class |
OdiContextualAgentMappingAgent mapping between a physical agent and a logical agent applying for an ODI context. |
class |
OdiContextualSchemaMappingSchema mapping between physical schema and logical schema applying for an ODI context. |
class |
OdiDataServerAn OdiDataServer is a data server that is defined for a technology into the physical topology of ODI. |
class |
OdiDataTypeAn OdiDataType is a domain entity describing a single data type defined for an ODI technology. |
class |
OdiEnterpriseSchedulerODI domain object representing an ODI enterprise scheduler. |
class |
OdiFlexFieldAn ODI Flex Field enabling generic/flexible definition of custom informations for an ODI entity (aka IOdiEntity). |
class |
OdiIndexTypeAn OdiIndexType is a domain entity describing a single type of SGBDR index for an ODI technology. |
class |
OdiLogicalAgentAn ODI logical agent to be used as reference to an OdiPhysicalAgent for a given OdiContext. |
class |
OdiLogicalSchemaAn ODI logical schema. |
class |
OdiMasterRepositoryInfoMetadata about an ODI Master Repository. |
class |
OdiPhysicalAgentAn ODI physical agent, holding metadata about a deployed runtime agent. |
class |
OdiPhysicalAgentDataSourceOdiPhysicalAgentDataSource allows to override connection settings of an AbstractOdiDataServer with J2EE DataSource settings for an ODI agent deployed into a J2EE server. |
class |
OdiPhysicalSchemaAn OdiPhysicalSchema is a physical schema defined for a data server into the physical topology of ODI. |
class |
OdiRepositoryServerAn OdiRepositoryServer. |
class |
OdiTechnologyA technology that is defined within the physical topology provided by ODI. |
class |
OdiWorkRepositoryInfoMetadata about an ODI Work Repository. |
| Method parameters in oracle.odi.domain.topology with type arguments of type IOdiEntity | |
|---|---|
boolean |
OdiTechnology.supportsImport(java.lang.Class<IOdiEntity> pChildClass)Only OdiDataServers can be imported under an OdiTechnology. |
| Uses of IOdiEntity in oracle.odi.missingref |
|---|
| Method parameters in oracle.odi.missingref with type arguments of type IOdiEntity | |
|---|---|
java.util.Collection<IMissingRef> |
IMissingRefService.findMissingReferences(java.lang.Class<? extends IOdiEntity> pOdiEntityClass, java.io.Serializable pOdiEntityId, boolean pApplyToChildren)Query the missing references for the given entity type and identifier. |
| Uses of IOdiEntity in oracle.odi.missingref.support |
|---|
| Method parameters in oracle.odi.missingref.support with type arguments of type IOdiEntity | |
|---|---|
java.util.Collection<IMissingRef> |
MissingRefServiceImpl.findMissingReferences(java.lang.Class<? extends IOdiEntity> pOdiEntityClass, java.io.Serializable pOdiEntityId, boolean pApplyToChildren)Query the missing references for the given entity type and identifier. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||