Interface EnterpriseDataMoveDelegate
public interface EnterpriseDataMoveDelegate
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionmoveEnterpriseData(WTCollection partCollection, WTValuedMap objVsSourceFolder, WTValuedMap objVsDestFolder) Moves enterprisedata associated to parts to the destination folder of part.
-
Method Details
-
moveEnterpriseData
WTValuedHashMap moveEnterpriseData(WTCollection partCollection, WTValuedMap objVsSourceFolder, WTValuedMap objVsDestFolder) throws WTException Moves enterprisedata associated to parts to the destination folder of part.- Parameters:
partCollection- . Parts collected under move operationobjVsSourceFolder- . Parts and their source or existing folder location.objVsDestFolder- . Parts and their target or destination folder location.- Returns:
- Map. Key is EnterpriseData. Value is destination Folder location
Supported API: true - Throws:
WTException
-