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

E17060-01

oracle.odi.domain
Interface IRepositoryEntity

All Known Subinterfaces:
IFlexFieldUser, IMasterOdiEntity, IOdiEntity, IWorkDevelopmentOdiEntity, IWorkRuntimeOdiEntity
All Known Implementing Classes:
AbstractOdiDataServer, oracle.odi.domain.support.AbstractOdiEntity, AbstractOdiSubModel, oracle.odi.domain.support.AbstractRepositoryEntity, DataSet, Filter, GenericClause, Join, KeyColumn, ObjTrace, OdiCKM, OdiCKMLine, OdiColumn, OdiCondition, OdiContext, OdiContextualAgentMapping, OdiContextualSchemaMapping, OdiDataServer, OdiDataStore, OdiDataType, OdiEnterpriseScheduler, OdiFilter, OdiFlexField, OdiFolder, OdiGlobalSubModel, OdiIKM, OdiIKMLine, OdiIndexType, OdiInterface, OdiJKM, OdiJKMLine, OdiKey, OdiKM, OdiLKM, OdiLKMLine, OdiLogicalAgent, OdiLogicalSchema, OdiMainPartition, OdiMasterRepositoryInfo, OdiModel, OdiModelFolder, OdiPackage, OdiPartition, OdiPhysicalAgent, OdiPhysicalAgentDataSource, OdiPhysicalSchema, OdiProcedure, OdiProcedureLine, OdiProject, OdiReference, OdiRepositoryServer, OdiRKM, OdiRKMLine, OdiScenario, OdiScenarioFolder, OdiScenarioReport, OdiScenarioSequence, OdiScenarioVariable, OdiSequence, OdiSession, OdiSessionFolder, OdiSessionStepLog, OdiSessionTaskLog, OdiSessionVariable, OdiSKM, OdiStandardSequenceValue, OdiStepReport, OdiSubModel, OdiSubPartition, OdiTechnology, OdiUser, OdiUserFunction, OdiUserFunctionImpl, OdiUserProcedure, OdiUserProcedureLine, OdiVariable, OdiVariableValue, OdiWorkRepositoryInfo, ProcedureOption, ReferenceColumn, SourceDataStore, SourceSet, Step, StepDataStore, StepInterface, oracle.odi.domain.runtime.session.StepLog, StepModel, StepOdiCommand, StepOsCommand, StepProcedure, StepSubModel, StepVariable, TargetColumn, TargetMapping, oracle.odi.domain.runtime.scenario.Variable

public interface IRepositoryEntity

Defines an entity in ODI.

Since:
11.1.1.3.0

Method Summary
 java.io.Serializable getInternalId()
          Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used.
 IRepositoryEntity getSecurityContainer()
          Define a generic way to retrieve container for entities.
 

Method Detail

getInternalId

java.io.Serializable getInternalId()
Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used.

Typically a subclass will delegate to a public SomePrimitiveWrapper getId() method. The necessity for the getInternalId() abstract method is solely because the persistence layer needs a way of obtaining the identity irrespective of the actual identity implementation choice.

Returning null from this method will indicate the object has never been saved. This will likely be relied on by some DAO implementations.

Returns:
the persistence identity of this instance

getSecurityContainer

IRepositoryEntity getSecurityContainer()
Define a generic way to retrieve container for entities.

Returns:
container entity

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.