Uses of Class
wt.fv.DeletedFilesStatistics

Packages that use DeletedFilesStatistics
wt.fv
fv package — File Vault Service

The file vault service (wt.fv package) is responsible for the definition and execution of rules that define the vaulting algorithm for content items. 

 

Uses of DeletedFilesStatistics in wt.fv
 

Methods in wt.fv that return DeletedFilesStatistics
 DeletedFilesStatistics StandardFvService.cleanUpFolder(FvFolder folder)
          Clean up a folder by removing unreferenced files from it.
 DeletedFilesStatistics StandardFvService.cleanUpFolders(FvVault vault)
          Clean up all the folders from the given FvVault.
private  DeletedFilesStatistics StandardFvService.cleanUpFolder(File dir, FvFolder folder)
           
private  DeletedFilesStatistics StandardFvService.cleanUpFilesInFolder(File dir, Vector fileNumbersV, FvFolder folder)
           
 DeletedFilesStatistics FvServiceFwd.cleanUpFolder(FvFolder folder)
          Clean up a folder by removing unreferenced files from it.
 DeletedFilesStatistics FvServiceFwd.cleanUpFolders(FvVault vault)
          Clean up all the folders from the given FvVault.
 DeletedFilesStatistics FvService.cleanUpFolder(FvFolder folder)
          Clean up a folder by removing unreferenced files from it.
 DeletedFilesStatistics FvService.cleanUpFolders(FvVault vault)
          Clean up all the folders from the given FvVault.
 

Methods in wt.fv with parameters of type DeletedFilesStatistics
 void DeletedFilesStatistics.updateStatistics(DeletedFilesStatistics currStat)