Uses of Class
wt.dataops.purge.PurgeStatus

Packages that use PurgeStatus
com.ptc.windchill.enterprise.dataops.server   
wt.dataops.purge   
 

Uses of PurgeStatus in com.ptc.windchill.enterprise.dataops.server
 

Methods in com.ptc.windchill.enterprise.dataops.server that return PurgeStatus
protected  PurgeStatus PurgeTask.runPurge(PurgeRecord purge, WTCollection purgeCol, ConflictResolution[] resolutions)
           
 

Methods in com.ptc.windchill.enterprise.dataops.server with parameters of type PurgeStatus
protected  TaskStatus PurgeTask.purgeStatus2TaskStatus(PurgeStatus status)
           
protected  void PurgeTask.savePurgeStatus(PurgeRecord record, PurgeStatus status)
           
private  void CollectionTask.setRecordStatus(PurgeRecord record, PurgeStatus status)
           
 

Uses of PurgeStatus in wt.dataops.purge
 

Fields in wt.dataops.purge declared as PurgeStatus
static PurgeStatus PurgeStatus.IN_PROGRESS
          

Supported API: false
static PurgeStatus PurgeStatus.COMPLETED
          

Supported API: false
static PurgeStatus PurgeStatus.COMPLETED_WITH_CONFLICT
          

Supported API: false
static PurgeStatus PurgeStatus.FAILED
          

Supported API: false
static PurgeStatus PurgeStatus.PENDING
          

Supported API: false
static PurgeStatus PurgeStatus.AWAITING_PREVIEW
          

Supported API: false
private  PurgeStatus PurgeResult.purgeStatus
           
private  PurgeStatus PurgeRecord.status
           
 

Methods in wt.dataops.purge that return PurgeStatus
static PurgeStatus PurgeStatus.newPurgeStatus(int secretHandshake)
          Used by EnumeratedType for constructing instances of PurgeStatus, from a resource bundle.
static PurgeStatus PurgeStatus.toPurgeStatus(String internal_value)
          Returns the PurgeStatus instance for the internal_value argument.
static PurgeStatus PurgeStatus.getPurgeStatusDefault()
          Returns the default value (instance) for the PurgeStatus set.
static PurgeStatus[] PurgeStatus.getPurgeStatusSet()
          Returns a copy of the set of valid values (instances) for the PurgeStatus class.
 PurgeStatus PurgeResult.getPurgeStatus()
          Gets the value of the attribute: purgeStatus; The status of the purge operation

Supported API: false
 

Methods in wt.dataops.purge with parameters of type PurgeStatus
 void PurgeResult.setPurgeStatus(PurgeStatus a_PurgeStatus)
          Sets the value of the attribute: purgeStatus; The status of the purge operation

Supported API: false
 

Constructors in wt.dataops.purge with parameters of type PurgeStatus
PurgeResult(PurgeStatus a_PurgeStatus, WTCollection a_ObjectsNotPurged)
          

Supported API: false