|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.core.repository.Repository
oracle.odi.core.repository.WorkRepository
public final class WorkRepository
An ODI Work Repository.
| Nested Class Summary | |
|---|---|
static class |
WorkRepository.WorkType
Type safe enum representing the different types of work repository. |
| Constructor Summary | |
|---|---|
WorkRepository(javax.sql.DataSource pDataSource,
java.lang.String pName,
java.lang.String pTechnologyCode,
com.sunopsis.dwg.dbobj.SnpConnect pSnpConnect,
int pShortId,
WorkRepository.WorkType pType)
INTERNAL: this constructor is required by deprecated APIs. |
|
| Method Summary | |
|---|---|
WorkRepository.WorkType |
getType()
Obtains this work repository's type. |
| Methods inherited from class oracle.odi.core.repository.Repository |
|---|
getDataSource, getLegacyConnectionDef, getMasterRepository, getName, getShortId, getTechnologyCode, getWorkRepository, ping |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkRepository(javax.sql.DataSource pDataSource,
java.lang.String pName,
java.lang.String pTechnologyCode,
com.sunopsis.dwg.dbobj.SnpConnect pSnpConnect,
int pShortId,
WorkRepository.WorkType pType)
Repository.getWorkRepository(MasterRepository, DataSource) instead.
pDataSource - the datasourcepName - work repository namepTechnologyCode - the technology codepSnpConnect - the work SnpConenctpShortId - repository idpType - the type of work| Method Detail |
|---|
public WorkRepository.WorkType getType()
WorkRepository.WorkType value
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||