|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| 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.PurgeLogServiceReport
public class PurgeLogServiceReport
Used by IPurgeLogService to report purge action
| Nested Class Summary | |
|---|---|
static class |
PurgeLogServiceReport.PurgedItemItem shortly describing the First Class Odi Elements removed from repository (The objects removed by delete cascade mechanisms are not reported) |
| Constructor Summary | |
|---|---|
PurgeLogServiceReport()Construct a purgeServiceReport |
|
PurgeLogServiceReport(java.lang.String pReportName)Construct a purgeServiceReport with a given name |
|
| Method Summary | |
|---|---|
void |
concatenateSubPurgeLogReportItems(PurgeLogServiceReport plsReport)Concatenate the sub PurgeLogServiceReport results |
java.util.List<PurgeLogServiceReport.PurgedItem> |
getPurgedItems()Return the log of the purged Items |
boolean |
isCancellationAsked()Return true if the cancellation of the current purge has been asked by the user. |
void |
itemPurged(IOdiEntity pOdiEntity)Add item that will have to be purged in the process |
void |
purgeCompleted()Mark the Purge end date |
java.lang.String |
toString()Readable Dump of the report |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PurgeLogServiceReport()
public PurgeLogServiceReport(java.lang.String pReportName)
| Method Detail |
|---|
public java.util.List<PurgeLogServiceReport.PurgedItem> getPurgedItems()
PurgeLogServiceReport.PurgedItem describing the First Class Odi Elements removed from repositorypublic void itemPurged(IOdiEntity pOdiEntity)
itemPurged in interface IPurgeLogServiceReportCallbackpOdiEntity - repository entity to be purgedpublic void purgeCompleted()
purgeCompleted in interface IPurgeLogServiceReportCallbackpublic boolean isCancellationAsked()
IPurgeLogServiceReportCallbackisCancellationAsked in interface IPurgeLogServiceReportCallbackpublic java.lang.String toString()
toString in class java.lang.Objectpublic void concatenateSubPurgeLogReportItems(PurgeLogServiceReport plsReport)
PurgeLogServiceReport resultsplsReport -
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||