public final class OdiWorkRepositoryInfo extends AbstractOdiEntity implements IMasterOdiEntity
This is a particular entity whose life cycle begins when an ODI work repository is created from repository setup / install process and ends when it is detached from ODI master repository.
 An ODI Work Repository has an ID that can be obtained from
 getWorkRepositoryId() method call. That ID is used when
 computing ID of objects that are stored inside a work repository. It must be
 unique across several ODI master repository configurations.
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
OdiWorkRepositoryInfo.WorkRepType
Type of an ODI Work Repository. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OdiRepositoryServer | 
getDataServer()
Obtains the DB server this ODI work repository is installed on. 
 | 
java.io.Serializable | 
getInternalId()
Provides a common getter for the persistence layer to obtain an identity,
 irrespective of the actual type of identity used. 
 | 
java.lang.String | 
getName()
Returns the name of this ODI work repository. 
 | 
IRepositoryEntity | 
getSecurityContainer()  | 
OdiWorkRepositoryInfo.WorkRepType | 
getType()
Gets type of this ODI work repository. 
 | 
java.lang.Number | 
getWorkRepositoryId()
Obtains the unique ID of this work repository. 
 | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFirstDate, getFirstUser, getLastDate, getLastUser, isInstanceLevelSecurityNeededgetGlobalId, getParentpublic java.lang.Number getWorkRepositoryId()
public java.io.Serializable getInternalId()
IRepositoryEntity
 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.
 
getInternalId in interface IRepositoryEntitypublic java.lang.String getName()
getName in interface IOdiEntitypublic OdiWorkRepositoryInfo.WorkRepType getType()
OdiWorkRepositoryInfo.WorkRepTypepublic OdiRepositoryServer getDataServer()
OdiRepositoryServer object.public IRepositoryEntity getSecurityContainer()
getSecurityContainer in interface IRepositoryEntity