Uses of Class
wt.dataops.purge.PurgeResult

Packages that use PurgeResult
wt.dataops.purge   
 

Uses of PurgeResult in wt.dataops.purge
 

Methods in wt.dataops.purge that return PurgeResult
 PurgeResult StandardPurgeService.purge(PurgeRecord purgeRecord, WTCollection objectsToPurge, ConflictResolution[] resolutions, Locale locale)
          Performs the purge operation on the collection of objects passed.
 PurgeResult PurgeServiceFwd.purge(PurgeRecord purgeRecord, WTCollection objectsToPurge, ConflictResolution[] resolutions, Locale locale)
          Performs the purge operation on the collection of objects passed.
 PurgeResult PurgeService.purge(PurgeRecord purgeRecord, WTCollection objectsToPurge, ConflictResolution[] resolutions, Locale locale)
          Performs the purge operation on the collection of objects passed.