wt.dataops.purge
Class PurgeResult

java.lang.Object
  extended bywt.dataops.purge.PurgeResult
All Implemented Interfaces:
Serializable

public class PurgeResult
extends Object
implements Serializable

Contains the details of result of purge operation.

Supported API: false

Extendable: false

See Also:
Serialized Form

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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

purgeStatus

private PurgeStatus purgeStatus

objectsNotPurged

private WTCollection objectsNotPurged
Constructor Detail

PurgeResult

public PurgeResult(PurgeStatus a_PurgeStatus,
                   WTCollection a_ObjectsNotPurged)


Supported API: false

Parameters:
a_PurgeStatus -
a_ObjectsNotPurged -
Method Detail

getPurgeStatus

public PurgeStatus getPurgeStatus()
Gets the value of the attribute: purgeStatus; The status of the purge operation

Supported API: false

Returns:
PurgeStatus

setPurgeStatus

public void setPurgeStatus(PurgeStatus a_PurgeStatus)
                    throws WTPropertyVetoException
Sets the value of the attribute: purgeStatus; The status of the purge operation

Supported API: false

Parameters:
a_PurgeStatus -
Throws:
WTPropertyVetoException

getObjectsNotPurged

public WTCollection getObjectsNotPurged()
Gets the value of the attribute: objectsNotPurged; WTCollection of objects which could not be purged due to conflicts / errors.

Supported API: false

Returns:
WTCollection

setObjectsNotPurged

public void setObjectsNotPurged(WTCollection a_ObjectsNotPurged)
                         throws WTPropertyVetoException
Sets the value of the attribute: objectsNotPurged; WTCollection of objects which could not be purged due to conflicts / errors.

Supported API: false

Parameters:
a_ObjectsNotPurged -
Throws:
WTPropertyVetoException