Uses of Class
wt.fc.collections.WTValuedHashMap

Packages that use WTValuedHashMap
com.ptc.netmarkets.interop   
wt.build   
wt.epm.familytable   
wt.epm.workspaces   
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.fc.collections Provides Windchill-specific Collection objects, and a collection-based refresh API. 
wt.fv
fv package — File Vault Service

The file vault service (wt.fv package) is responsible for the definition and execution of rules that define the vaulting algorithm for content items. 

wt.fv.master   
 

Uses of WTValuedHashMap in com.ptc.netmarkets.interop
 

Methods in com.ptc.netmarkets.interop with parameters of type WTValuedHashMap
private  String[] StandardNmInteropService.getFolderPathPDM(WTCollection col, WTValuedHashMap origCopyMap)
           
 

Uses of WTValuedHashMap in wt.build
 

Methods in wt.build with parameters of type WTValuedHashMap
private  WTKeyedMap.WTEntry StandardBuildService.getEntry(WTValuedHashMap map, WTReference reference)
           
 

Uses of WTValuedHashMap in wt.epm.familytable
 

Fields in wt.epm.familytable declared as WTValuedHashMap
(package private)  WTValuedHashMap EPMSandboxUndoCheckoutDataContainer.m_copyContainedInLinks
           
 

Methods in wt.epm.familytable with parameters of type WTValuedHashMap
static void EPMFamilyCopyForwardHelper.copyContainedInLinksAndCells(WTValuedHashMap copyLinkMap, Map oldIdToNewColumns)
           
static void EPMFamilyCopyForwardHelper.copyForwardVariantLinks(WTValuedHashMap predecessorsToNewDocMap)
           
 

Uses of WTValuedHashMap in wt.epm.workspaces
 

Fields in wt.epm.workspaces declared as WTValuedHashMap
(package private)  WTValuedHashMap EPMUndoCheckoutDataContainer.m_copyContainedInLinks
           
 

Uses of WTValuedHashMap in wt.fc
 

Methods in wt.fc that return WTValuedHashMap
 WTValuedHashMap StandardPersistenceManager.copyLink(WTValuedHashMap linksToCopy)
          Copies links in the specified Map for each key (original copy) by persisting the associated value (new link) using a server-side insert.
static WTValuedHashMap PersistenceServerHelper.buildCopyLinkMap(WTList linksToCopy, WTList roleObjects, List roleObjectRole, WTList otherRoleObjects)
          Builds a copy-link map that can be passed as an argument to PersistenceManagerSvr.copyLink() method.
 WTValuedHashMap PersistenceManagerSvr.copyLink(WTValuedHashMap linksToCopy)
          Copies links in the specified Map for each key (original copy) by persisting the associated value (new link) using a server-side insert.
 WTValuedHashMap StandardPersistenceManager.copyLink(WTValuedHashMap linksToCopy)
          Copies links in the specified Map for each key (original copy) by persisting the associated value (new link) using a server-side insert.
static WTValuedHashMap PersistenceServerHelper.buildCopyLinkMap(WTList linksToCopy, WTList roleObjects, List roleObjectRole, WTList otherRoleObjects)
          Builds a copy-link map that can be passed as an argument to PersistenceManagerSvr.copyLink() method.
 WTValuedHashMap PersistenceManagerSvr.copyLink(WTValuedHashMap linksToCopy)
          Copies links in the specified Map for each key (original copy) by persisting the associated value (new link) using a server-side insert.
 

Methods in wt.fc with parameters of type WTValuedHashMap
 WTValuedHashMap StandardPersistenceManager.copyLink(WTValuedHashMap linksToCopy)
          Copies links in the specified Map for each key (original copy) by persisting the associated value (new link) using a server-side insert.
 WTValuedHashMap PersistenceManagerSvr.copyLink(WTValuedHashMap linksToCopy)
          Copies links in the specified Map for each key (original copy) by persisting the associated value (new link) using a server-side insert.
 WTValuedHashMap StandardPersistenceManager.copyLink(WTValuedHashMap linksToCopy)
          Copies links in the specified Map for each key (original copy) by persisting the associated value (new link) using a server-side insert.
 WTValuedHashMap PersistenceManagerSvr.copyLink(WTValuedHashMap linksToCopy)
          Copies links in the specified Map for each key (original copy) by persisting the associated value (new link) using a server-side insert.
 

Uses of WTValuedHashMap in wt.fc.collections
 

Methods in wt.fc.collections with parameters of type WTValuedHashMap
protected  boolean WTValuedHashMap.readVersion(WTValuedHashMap thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of WTValuedHashMap in wt.fv
 

Methods in wt.fv with parameters of type WTValuedHashMap
static WTKeyedMap StandardFvService.getFileURLs(WTKeyedMap holders, WTValuedHashMap fvItems)
          Gets a set of possible locations associated with a file in URL format.
Warning:
This method has a limited scope and will work under most of possible mounting scenarios, but not all of them (different physical folders, abandoned mount, etc).
 

Uses of WTValuedHashMap in wt.fv.master
 

Methods in wt.fv.master with parameters of type WTValuedHashMap
static WTKeyedMap RedirectDownload.getApplicationDataHTTPURLs(WTKeyedMap holders, WTValuedHashMap fvItems)