|
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.PurgeLogServiceReport
Deprecated. As of 11.1.1.6.0.
public class PurgeLogServiceReport
Used by IPurgeLogService to report purge action
| Nested Class Summary | |
|---|---|
static class |
PurgeLogServiceReport.PurgedItemDeprecated. Item shortly describing the Odi Elements removed from repositories |
| Constructor Summary | |
|---|---|
PurgeLogServiceReport()Deprecated. |
|
PurgeLogServiceReport(java.lang.String pReportName)Deprecated. |
|
| Method Summary | |
|---|---|
void |
addPurgeItem(java.lang.String pType, java.lang.String pName, java.lang.Number pId)Deprecated. 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)Deprecated. Add item that will have to be purged in the process |
void |
concatenateSubPurgeLogReportItems(PurgeLogServiceReport plsReport)Deprecated. Concatenate the sub PurgeLogServiceReport results |
java.util.ArrayList<PurgeLogServiceReport.PurgedItem> |
getPurgedItems()Deprecated. Return the log of the purged Items |
void |
setEndDateCompletion()Deprecated. Mark the Purge end date |
java.lang.String |
toString()Deprecated. 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.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||