|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.runtime.purge.support.PurgeLogServiceImpl
public class PurgeLogServiceImpl
| Constructor Summary | |
|---|---|
PurgeLogServiceImpl(OdiInstance pOdiInstance) |
|
| Method Summary | |
|---|---|
PurgeLogServiceReport |
purgeLoadPlanInstance(java.lang.Number pLoadPlanInstanceId, boolean pRemoveSessions)Purge the Load Plan instance |
PurgeLogServiceReport |
purgeLoadPlanInstanceRun(OdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunId pLoadPlanInstanceRunId, boolean pRemoveSessions)Purge the Load plan instance run removes the parent load plan instance if it's the only remaining child run. |
PurgeLogServiceReport |
purgeLoadPlanInstanceRuns(OdiLoadPlanInstanceRunCriteria pLoadPlanInstanceRunCriteria, boolean pRemoveSessions)Purge the Load plan instance runs matching the criteria also removes the parent load plan instances without children |
PurgeLogServiceReport |
purgeStandaloneSession(java.lang.Number pSessionId)Purge of executed session logs OdiSession |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PurgeLogServiceImpl(OdiInstance pOdiInstance)
| Method Detail |
|---|
public PurgeLogServiceReport purgeLoadPlanInstance(java.lang.Number pLoadPlanInstanceId,
boolean pRemoveSessions)
IPurgeLogServicepurgeLoadPlanInstance in interface IPurgeLogServicepLoadPlanInstanceId - id for this load plan instancepRemoveSessions - optional removal of executed session logs OdiSession
public PurgeLogServiceReport purgeLoadPlanInstanceRun(OdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunId pLoadPlanInstanceRunId,
boolean pRemoveSessions)
IPurgeLogServicepurgeLoadPlanInstanceRun in interface IPurgeLogServicepLoadPlanInstanceRunId - OdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunIdpRemoveSessions - optional removal of executed session logs OdiSessionOdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunId
public PurgeLogServiceReport purgeLoadPlanInstanceRuns(OdiLoadPlanInstanceRunCriteria pLoadPlanInstanceRunCriteria,
boolean pRemoveSessions)
IPurgeLogServicepurgeLoadPlanInstanceRuns in interface IPurgeLogServicepLoadPlanInstanceRunCriteria - OdiLoadPlanInstanceRunCriteria definition of the criteria selecting the range of object to be deletedpRemoveSessions - optional removal of executed session logs OdiSessionpublic PurgeLogServiceReport purgeStandaloneSession(java.lang.Number pSessionId)
IPurgeLogServiceOdiSessionpurgeStandaloneSession in interface IPurgeLogServicepSessionId - id of the session to be purged
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||