|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.dataops.purge.PurgeResult
Contains the details of result of purge operation.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private WTCollection |
objectsNotPurged
|
private PurgeStatus |
purgeStatus
|
private static String |
RESOURCE
|
Constructor Summary | |
PurgeResult(PurgeStatus a_PurgeStatus,
WTCollection a_ObjectsNotPurged)
Supported API: false |
Method Summary | |
WTCollection |
getObjectsNotPurged()
Gets the value of the attribute: objectsNotPurged; WTCollection of objects which could not be purged due to conflicts / errors. |
PurgeStatus |
getPurgeStatus()
Gets the value of the attribute: purgeStatus; The status of the purge operation Supported API: false |
void |
setObjectsNotPurged(WTCollection a_ObjectsNotPurged)
Sets the value of the attribute: objectsNotPurged; WTCollection of objects which could not be purged due to conflicts / errors. |
void |
setPurgeStatus(PurgeStatus a_PurgeStatus)
Sets the value of the attribute: purgeStatus; The status of the purge operation Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private PurgeStatus purgeStatus
private WTCollection objectsNotPurged
Constructor Detail |
public PurgeResult(PurgeStatus a_PurgeStatus, WTCollection a_ObjectsNotPurged)
a_PurgeStatus
- a_ObjectsNotPurged
- Method Detail |
public PurgeStatus getPurgeStatus()
public void setPurgeStatus(PurgeStatus a_PurgeStatus) throws WTPropertyVetoException
a_PurgeStatus
-
WTPropertyVetoException
public WTCollection getObjectsNotPurged()
public void setObjectsNotPurged(WTCollection a_ObjectsNotPurged) throws WTPropertyVetoException
a_ObjectsNotPurged
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |