wt.folder
Class FolderLogic.FolderChange
java.lang.Object
wt.folder.FolderLogic.FolderChange
- Enclosing class:
- FolderLogic
- private static final class FolderLogic.FolderChange
- extends Object
Utility class used to manage the folder change operation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
service
StandardFolderService service
topLevelTargets
WTSet topLevelTargets
targetsToDestinations
WTValuedMap targetsToDestinations
targetsToSources
WTValuedMap targetsToSources
targetsToMemberships
WTValuedMap targetsToMemberships
destinationsToTargets
WTKeyedMap destinationsToTargets
sourcesToTargets
WTKeyedMap sourcesToTargets
orderedFolders
WTList orderedFolders
exceptionMessages
List exceptionMessages
FolderLogic.FolderChange
FolderLogic.FolderChange(WTValuedMap targets_to_destinations,
StandardFolderService service)
changeFolder
WTSet changeFolder()
throws WTException
- Throws:
WTException
sendStartFeedback
void sendStartFeedback()
throws WTException
- Throws:
WTException
sendStopFeedback
void sendStopFeedback()
throws WTException
- Throws:
WTException
prepareTopLevelTargets
void prepareTopLevelTargets()
throws WTException
- Throws:
WTException
prepareChildTargets
void prepareChildTargets()
throws WTException
- Throws:
WTException
prepareChildTargets
void prepareChildTargets(WTSet folders)
throws WTException
- Throws:
WTException
addTarget
void addTarget(FolderEntry target,
Folder destination,
Folder source)
throws WTException
- Throws:
WTException
freezeCollections
void freezeCollections()
throws WTException
- Throws:
WTException
changeTargets
void changeTargets()
throws WTException
- Throws:
WTException
dispatch
void dispatch(String event_type)
throws WTException
- Throws:
WTException
addExceptionMessage
void addExceptionMessage(String rb,
String key,
Object[] params)