Package wt.dataops.containermove
Interface ContainerMoveService
- All Known Implementing Classes:
StandardContainerMoveService
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionmoveAllVersions(WTValuedMap objectDestFolderMap) Move all versions of the input objects (WTPart, WTDocument, EPMDocument, and child classes of these) to a new folder.
-
Method Details
-
moveAllVersions
Move all versions of the input objects (WTPart, WTDocument, EPMDocument, and child classes of these) to a new folder. This folder may reside in a different container than the source folder. If so, the masters for the objects and other objects associated with the objects being moved are also moved. Returns a collection containing the moved objects.
Supported API: true- Parameters:
objectDestFolderMap- Map where the key is the object to be moved and the value is the destination folder.- Returns:
- WTCollection
- Throws:
WTException
-