|
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.PurgeLogServiceReport
public class PurgeLogServiceReport
Used by IPurgeLogService to report purge action
| Nested Class Summary | |
|---|---|
static class |
PurgeLogServiceReport.PurgedItemItem shortly describing the Odi Elements removed from repositories |
| Constructor Summary | |
|---|---|
PurgeLogServiceReport() |
|
PurgeLogServiceReport(java.lang.String pReportName) |
|
| Method Summary | |
|---|---|
void |
addPurgeItem(java.lang.String pType, java.lang.String pName, java.lang.Number pId)Add item that will have to be purged in the process |
void |
addPurgeItem(java.lang.String pType, java.lang.String pName, java.lang.String pId)Add item that will have to be purged in the process |
void |
concatenateSubPurgeLogReportItems(PurgeLogServiceReport plsReport)Concatenate the sub PurgeLogServiceReport results |
java.util.ArrayList<PurgeLogServiceReport.PurgedItem> |
getPurgedItems()Return the log of the purged Items |
void |
setEndDateCompletion()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.ArrayList<PurgeLogServiceReport.PurgedItem> getPurgedItems()
public void addPurgeItem(java.lang.String pType,
java.lang.String pName,
java.lang.String pId)
pType - Type of the objectpName - Name of object instance if availablepId - Internal id of the object
public void addPurgeItem(java.lang.String pType,
java.lang.String pName,
java.lang.Number pId)
pType - Type of the objectpName - Name of object instance if availablepId - id for the objectpublic void setEndDateCompletion()
public 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.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||