wt.dataops.containermove
Class ContainerMoveServiceFwd

java.lang.Object
  extended bywt.dataops.containermove.ContainerMoveServiceFwd
All Implemented Interfaces:
ContainerMoveService, RemoteAccess, Serializable

public class ContainerMoveServiceFwd
extends Object
implements RemoteAccess, ContainerMoveService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
ContainerMoveServiceFwd()
           
 
Method Summary
private static Manager getManager()
           
 WTCollection moveAllVersions(WTValuedMap objectDestFolderMap)
          Move all versions of the input objects (WTPart, WTDocument, and EPMDocument) to a new folder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

ContainerMoveServiceFwd

public ContainerMoveServiceFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

moveAllVersions

public WTCollection moveAllVersions(WTValuedMap objectDestFolderMap)
                             throws WTException
Move all versions of the input objects (WTPart, WTDocument, and EPMDocument) 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: false

Specified by:
moveAllVersions in interface ContainerMoveService
Parameters:
objectDestFolderMap - Map where the key is the object to be moved and the value is the destination folder.
Returns:
WTCollection
Throws:
WTException