Uses of Class
wt.folder.StandardFolderService

Packages that use StandardFolderService
wt.folder
Provides classes to represent and manage folder and cabinet objects. 
 

Uses of StandardFolderService in wt.folder
 

Fields in wt.folder declared as StandardFolderService
(package private)  StandardFolderService FolderLogic.FolderChange.service
           
(package private)  StandardFolderService FolderLogic.FolderChange.service
           
 

Methods in wt.folder that return StandardFolderService
static StandardFolderService StandardFolderService.newStandardFolderService()
          Default factory for the class.
static StandardFolderService StandardFolderService.newStandardFolderService()
          Default factory for the class.
 

Methods in wt.folder with parameters of type StandardFolderService
(package private) static WTSet FolderLogic.changeFolders(WTValuedMap targets_to_destinations, StandardFolderService service)
          Change the folder of the given set of target entries to map to the corresponding new destinations
(package private) static WTSet FolderLogic.changeFolders(WTValuedMap targets_to_destinations, StandardFolderService service)
          Change the folder of the given set of target entries to map to the corresponding new destinations
 

Constructors in wt.folder with parameters of type StandardFolderService
FolderLogic.FolderChange(WTValuedMap targets_to_destinations, StandardFolderService service)
           
FolderLogic.FolderChange(WTValuedMap targets_to_destinations, StandardFolderService service)