Uses of Interface
wt.fc.collections.WTKeyedMap

Packages that use WTKeyedMap
com.ptc.core.htmlcomp.gathering   
com.ptc.core.htmlcomp.jstable   
com.ptc.epm.commands   
com.ptc.netmarkets.interop   
com.ptc.windchill.classproxy   
com.ptc.windchill.enterprise.nativeapp.msoi.server   
com.ptc.windchill.esi.svc   
com.ptc.windchill.uwgm.common.attributes   
com.ptc.windchill.uwgm.common.autoassociate   
com.ptc.windchill.uwgm.common.conflict   
com.ptc.windchill.uwgm.common.content   
com.ptc.windchill.uwgm.common.folder   
com.ptc.windchill.uwgm.common.pdm   
com.ptc.windchill.uwgm.proesrv.action   
com.ptc.windchill.uwgm.proesrv.attribute   
com.ptc.windchill.uwgm.proesrv.cache   
com.ptc.windchill.uwgm.proesrv.request   
com.ptc.windchill.uwgm.proesrv.rrc   
com.ptc.windchill.uwgm.proesrv.upload   
com.ptc.windchill.uwgm.task.autoassociate   
com.ptc.windchill.uwgm.task.multirevise   
com.ptc.wvs.common.ui   
com.ptc.wvs.server.loader   
com.ptc.wvs.server.publish   
com.ptc.wvs.server.ui   
com.ptc.wvs.server.util   
wt.build   
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
wt.content
content package — Content Handling Service

The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. 

wt.dataops.containermove   
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.epm
 
wt.epm.clients.relateditems   
wt.epm.familytable   
wt.epm.listeners   
wt.epm.ndi.impl   
wt.epm.structure   
wt.epm.supportingdata   
wt.epm.upgrade   
wt.epm.upload   
wt.epm.util   
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.fc.requireddata   
wt.folder
Provides classes to represent and manage folder and cabinet objects. 
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   
wt.iba.value.service   
wt.inf.container   
wt.inf.sharing   
wt.inf.team   
wt.lifecycle
 
wt.occurrence Defines the capability to uniquely distinguish one occurrence of an object within some complex structure from another occurrence of that same object within the same structure using OccurrenceService
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.representation   
wt.router
router package — Routing Service

The routing service is designed to aid in scalability for different agent services by providing a convenient way to distribute execution of tasks to multiple Windchill method servers. 

wt.sandbox This package provides "sandbox" container functionality.  A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees).  The package provides the following core capabilities:  
wt.team
 
wt.vc
 
wt.vc.baseline
 
wt.vc.struct
 
wt.vc.wip
 
wt.viewmarkup Uses the ViewMarkUpService to view and add MarkUp to Viewable objects and to publish DerivedImages. 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
wt.wvs Interface to Windchill Visualization Services. 
 

Uses of WTKeyedMap in com.ptc.core.htmlcomp.gathering
 

Fields in com.ptc.core.htmlcomp.gathering declared as WTKeyedMap
(package private)  WTKeyedMap DependencyHelper.associatedToSeed
           
 

Methods in com.ptc.core.htmlcomp.gathering that return WTKeyedMap
private  WTKeyedMap DependencyHelper.getAssociatedToSeed()
           
 

Methods in com.ptc.core.htmlcomp.gathering with parameters of type WTKeyedMap
private static Persistable RulesDependencyProcessingHelper.getAssociated(WTKeyedMap assocToSeeds, Persistable seed)
           
 

Uses of WTKeyedMap in com.ptc.core.htmlcomp.jstable
 

Fields in com.ptc.core.htmlcomp.jstable declared as WTKeyedMap
private  WTKeyedMap LocationDataHandler.folderInfoMap
           
 

Uses of WTKeyedMap in com.ptc.epm.commands
 

Methods in com.ptc.epm.commands that return WTKeyedMap
private static WTKeyedMap ECADNewRevision.reviseDocsAndParts(EPMDocument[] docsToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
           
static WTKeyedMap ECADNewRevision.RevisionServer.reviseAll(Collection toRevise, ReviseOptions options, EPMAsStoredConfig storedConfig, ConfigSpec partConfigSpec)
          This method creates a new in-line version of the given EPMDocuments and EPMFamilies as well as new in-line versions of all WTParts that the document builds.
 

Uses of WTKeyedMap in com.ptc.netmarkets.interop
 

Fields in com.ptc.netmarkets.interop declared as WTKeyedMap
private  WTKeyedMap StandardNmInteropService.PasteValidator.masterMap
           
 

Uses of WTKeyedMap in com.ptc.windchill.classproxy
 

Methods in com.ptc.windchill.classproxy that return WTKeyedMap
static WTKeyedMap ILGWProxy.getAllAvailablePnfsUrls(WTCollection contentHolders)
           
 

Uses of WTKeyedMap in com.ptc.windchill.enterprise.nativeapp.msoi.server
 

Methods in com.ptc.windchill.enterprise.nativeapp.msoi.server with parameters of type WTKeyedMap
private  Vector DefaultApplicationTaskDelegate.buildFolderTree(WTKeyedMap allFolders, Enumeration cabinets, Folder top, boolean blankTopName, String autoselect, Vector tree, TypeIdentifier objType, String level, ReferenceFactory rf, boolean oneLevel, Locale locale)
           
 

Uses of WTKeyedMap in com.ptc.windchill.esi.svc
 

Methods in com.ptc.windchill.esi.svc that return WTKeyedMap
 WTKeyedMap StandardESIService.getTargets(WTCollection objects)
          Takes a WTCollection of persistables and returns a WTKeyedMap.
 WTKeyedMap ESISvrService.getTargets(WTCollection objects)
          Takes a WTCollection of persistables and returns a WTKeyedMap.
 

Uses of WTKeyedMap in com.ptc.windchill.uwgm.common.attributes
 

Methods in com.ptc.windchill.uwgm.common.attributes with parameters of type WTKeyedMap
 void IBAHelper.processIBAs(WTKeyedMap ibaMap, Locale locale)
           
 

Uses of WTKeyedMap in com.ptc.windchill.uwgm.common.autoassociate
 

Fields in com.ptc.windchill.uwgm.common.autoassociate declared as WTKeyedMap
(package private)  WTKeyedMap GenericAutoAssocCreator.newPartTargetFolders
           
 

Methods in com.ptc.windchill.uwgm.common.autoassociate that return WTKeyedMap
static WTKeyedMap AssociationUtilities.getAssociatedMap(WTCollection seeds, boolean includePassive, EPMWorkspace ws, boolean onlyFromWorkspace, boolean processSeedsFromWorkspace)
          returns WTKeyedMap of associated with the given collection of seeds and workspace, where a key is a seed which has the associated, a value is WTCollection of its associated
 

Methods in com.ptc.windchill.uwgm.common.autoassociate with parameters of type WTKeyedMap
static void AutoAssociateHelper.saveNewlyCreatedParts(WTArrayList createdParts, EPMWorkspace workspace, WTKeyedMap partTargetFolders)
           
 

Uses of WTKeyedMap in com.ptc.windchill.uwgm.common.conflict
 

Methods in com.ptc.windchill.uwgm.common.conflict that return WTKeyedMap
 WTKeyedMap UwgmConflictHelper.OverridableConflict.getResolutionOptions(WTCollection objects)
          Gets the Resolution options Map [Persistable, Resolution] for the conflict
 WTKeyedMap UwgmConflictHelper.OverridableConflictImpl.getResolutionOptions(WTCollection objects)
           
 

Uses of WTKeyedMap in com.ptc.windchill.uwgm.common.content
 

Methods in com.ptc.windchill.uwgm.common.content that return WTKeyedMap
static WTKeyedMap ContentHelper.getContentItems(WTCollection holders)
          retrievs the content items for the given collection of content holders
static WTKeyedMap ContentHelper.getContentItems(WTCollection holders, Folder folder)
          retrievs the content items for the given WTCollection of content holders
static WTKeyedMap ContentHelper.getContentItems(WTCollection holders, EPMWorkspace workspace)
          retrievs the content items for the given collection of content holders
static WTKeyedMap ContentHelper.getContentItemsByRole(WTCollection holders, EPMWorkspace workspace, ContentRoleType roleType)
          retrievs the content items of the given role for the given collection of content holders
static WTKeyedMap ContentHelper.getContentURLs(WTKeyedMap holdersMap, WTKeyedMap ilInfoMap)
          retrievs the content item URLs
static WTKeyedMap ContentHelper.getContentURLs(WTKeyedMap holdersMap, WTKeyedMap ilInfoMap, String[] locations)
          retrievs the preferred content item URLs
static WTKeyedMap ContentHelper.getGatewayPublishedData(WTCollection holders)
          Retrieves getGatewayPublishedData
private static WTKeyedMap ContentHelper.getContent(WTCollection holders, Object group, ContentRoleType roleType)
           
 

Methods in com.ptc.windchill.uwgm.common.content with parameters of type WTKeyedMap
static WTKeyedMap ContentHelper.getContentURLs(WTKeyedMap holdersMap, WTKeyedMap ilInfoMap)
          retrievs the content item URLs
static WTKeyedMap ContentHelper.getContentURLs(WTKeyedMap holdersMap, WTKeyedMap ilInfoMap, String[] locations)
          retrievs the preferred content item URLs
private static void ContentHelper.getApplicationDataURLs(WTKeyedMap holdersMap, WTKeyedMap ilInfoMap, WTKeyedMap urlsMap, boolean isFilePreferred)
           
private static void ContentHelper.getURLDataURLs(WTKeyedMap holdersMap, WTKeyedMap ilInfoMap, WTKeyedMap urlsMap)
           
 

Uses of WTKeyedMap in com.ptc.windchill.uwgm.common.folder
 

Methods in com.ptc.windchill.uwgm.common.folder that return WTKeyedMap
static WTKeyedMap FolderHelper.getFolderInfo(WTCollection folders, Locale locale)
          For a collection of wt.folder.Folder objects retrieve information about location, etc.
static WTKeyedMap FolderHelper.getFolderInfo(WTCollection folders, Locale locale)
          For a collection of wt.folder.Folder objects retrieve information about location, etc.
 

Uses of WTKeyedMap in com.ptc.windchill.uwgm.common.pdm
 

Fields in com.ptc.windchill.uwgm.common.pdm declared as WTKeyedMap
private  WTKeyedMap WipHelper.infoMap
           
protected  WTKeyedMap PDMStateContainerHelper.targetFolders
           
private  WTKeyedMap OutOfDateHelper.infoMap
           
private  WTKeyedMap WipHelper.infoMap
           
protected  WTKeyedMap PDMStateContainerHelper.targetFolders
           
private  WTKeyedMap OutOfDateHelper.infoMap
           
 

Methods in com.ptc.windchill.uwgm.common.pdm that return WTKeyedMap
 WTKeyedMap WorkspacePartDocumentRetriever.retrieveEPMDocumentMap(Collection retrieverSpecs)
          retrieves WTKeyedMap[EPMDocument, RetrieverSpec] by collection of RetrieverSpecs
 WTKeyedMap WorkspacePartDocumentRetriever.retrieveWTPartMap(Collection retrieverSpecs)
          retrieves WTKeyedMap[WTPart, RetrieverSpec] by collection of RetrieverSpecs
protected  WTKeyedMap WorkspacePartDocumentRetriever.retrievePartDocuments(Collection retrieverSpecs, Class clazz)
          returns the collection of EPMDocument or WTPArts found by specs in WS
protected  WTKeyedMap WorkspacePartDocumentRetriever.retrievePartDocumentsByOID(Collection retrieverSpecs, Class iterCl)
           
protected  WTKeyedMap WorkspacePartDocumentRetriever.retrievePartDocuments(RetrieverSpec.Type specType, Collection retrieverSpecs, Class iterCl)
           
protected  WTKeyedMap PartDocumentRetriever.retrievePartDocuments(RetrieverSpec.Type specType, Collection retrieverSpecs, Class iterCl)
          retrieves Persistables of given iterCl class specified in Collection of retrieverSpecs
protected  WTKeyedMap PartDocumentRetriever.retrievePartDocumentsByOID(Collection retrieverSpecs, Class iterCl)
          retrieves Persistables specified in Collection of retrieverSpecs by OID
 WTKeyedMap PartDocumentFinder.retrieveEPMDocumentMap(Collection retrieverSpecs)
          retrieves WTKeyedMap[EPMDocument, RetrieverSpec] by collection of RetrieverSpecs
 WTKeyedMap PartDocumentFinder.retrieveWTPartMap(Collection retrieverSpecs)
          retrieves WTKeyedMap[WTPart, RetrieverSpec] by collection of RetrieverSpecs
protected  WTKeyedMap PDMStateWorkspaceHelper.getTargetFolders()
          Returns target folders for a set of Workable objects from a Workspace.
protected  WTKeyedMap PDMStateContainerHelper.getTargetFolders()
          Returns target folders for a set of Workable objects.
 WTKeyedMap MasterUtilities.getRevisionsForMasters(WTCollection masters)
          From EPMDocument and WTPart tables, retrieve all existing revisions for a given list of Master objects
private  WTKeyedMap MasterUtilities.getRevisionsForEpmMasters(WTCollection masters)
          Retrieve all existing revisionsv for a given list of EPMDocumentMasters
private  WTKeyedMap MasterUtilities.getRevisionsForPartMasters(WTCollection masters)
          Retrieve all existing revisions for a given list of WTPartMaster IDs
protected  WTKeyedMap FolderPartDocumentRetriever.retrievePartDocuments(RetrieverSpec.Type specType, Collection retrieverSpecs, Class iterCl)
           
protected  WTKeyedMap FolderPartDocumentRetriever.retrievePartDocumentsByOID(Collection retrieverSpecs, Class iterCl)
           
 WTKeyedMap AbstractRetriever.retrieveEPMDocumentMap(Collection retrieverSpecs)
          retrieves WTKeyedMap[EPMDocument, RetrieverSpec] by collection of RetrieverSpecs
 WTKeyedMap AbstractRetriever.retrieveWTPartMap(Collection retrieverSpecs)
          retrieves WTKeyedMap[WTPart, RetrieverSpec] by collection of RetrieverSpecs
protected  WTKeyedMap AbstractRetriever.retrievePartDocuments(RetrieverSpec.Type[] types, Collection retrieverSpecs, Class clazz)
          internal retriever mechanizm
protected  WTKeyedMap AbstractRetriever.retrievePartDocumentsFromWorkspace(WorkspaceContent workspaceContent, Collection retrieverSpecs, Class clazz)
          returns the collection of EPMDocument or WTPArts found by specs in WS
protected  WTKeyedMap AbstractRetriever.postprocessFindOfSpecs(WTKeyedMap persistableSpecMap)
           
protected abstract  WTKeyedMap AbstractRetriever.retrievePartDocuments(RetrieverSpec.Type specType, Collection retrieverSpecs, Class iterCl)
          retrieves Persistables of given iterCl class specified in Collection of retrieverSpecs
protected abstract  WTKeyedMap AbstractRetriever.retrievePartDocumentsByOID(Collection retrieverSpecs, Class iterCl)
          retrieves Persistables specified in Collection of retrieverSpecs by OID
 WTKeyedMap WorkspacePartDocumentRetriever.retrieveEPMDocumentMap(Collection retrieverSpecs)
          retrieves WTKeyedMap[EPMDocument, RetrieverSpec] by collection of RetrieverSpecs
 WTKeyedMap WorkspacePartDocumentRetriever.retrieveWTPartMap(Collection retrieverSpecs)
          retrieves WTKeyedMap[WTPart, RetrieverSpec] by collection of RetrieverSpecs
protected  WTKeyedMap WorkspacePartDocumentRetriever.retrievePartDocuments(Collection retrieverSpecs, Class clazz)
          returns the collection of EPMDocument or WTPArts found by specs in WS
protected  WTKeyedMap WorkspacePartDocumentRetriever.retrievePartDocumentsByOID(Collection retrieverSpecs, Class iterCl)
           
protected  WTKeyedMap WorkspacePartDocumentRetriever.retrievePartDocuments(RetrieverSpec.Type specType, Collection retrieverSpecs, Class iterCl)
           
protected  WTKeyedMap PartDocumentRetriever.retrievePartDocuments(RetrieverSpec.Type specType, Collection retrieverSpecs, Class iterCl)
          retrieves Persistables of given iterCl class specified in Collection of retrieverSpecs
protected  WTKeyedMap PartDocumentRetriever.retrievePartDocumentsByOID(Collection retrieverSpecs, Class iterCl)
          retrieves Persistables specified in Collection of retrieverSpecs by OID
 WTKeyedMap PartDocumentFinder.retrieveEPMDocumentMap(Collection retrieverSpecs)
          retrieves WTKeyedMap[EPMDocument, RetrieverSpec] by collection of RetrieverSpecs
 WTKeyedMap PartDocumentFinder.retrieveWTPartMap(Collection retrieverSpecs)
          retrieves WTKeyedMap[WTPart, RetrieverSpec] by collection of RetrieverSpecs
protected  WTKeyedMap PDMStateWorkspaceHelper.getTargetFolders()
          Returns target folders for a set of Workable objects from a Workspace.
protected  WTKeyedMap PDMStateContainerHelper.getTargetFolders()
          Returns target folders for a set of Workable objects.
 WTKeyedMap MasterUtilities.getRevisionsForMasters(WTCollection masters)
          From EPMDocument and WTPart tables, retrieve all existing revisions for a given list of Master objects
private  WTKeyedMap MasterUtilities.getRevisionsForEpmMasters(WTCollection masters)
          Retrieve all existing revisionsv for a given list of EPMDocumentMasters
private  WTKeyedMap MasterUtilities.getRevisionsForPartMasters(WTCollection masters)
          Retrieve all existing revisions for a given list of WTPartMaster IDs
protected  WTKeyedMap FolderPartDocumentRetriever.retrievePartDocuments(RetrieverSpec.Type specType, Collection retrieverSpecs, Class iterCl)
           
protected  WTKeyedMap FolderPartDocumentRetriever.retrievePartDocumentsByOID(Collection retrieverSpecs, Class iterCl)
           
 WTKeyedMap AbstractRetriever.retrieveEPMDocumentMap(Collection retrieverSpecs)
          retrieves WTKeyedMap[EPMDocument, RetrieverSpec] by collection of RetrieverSpecs
 WTKeyedMap AbstractRetriever.retrieveWTPartMap(Collection retrieverSpecs)
          retrieves WTKeyedMap[WTPart, RetrieverSpec] by collection of RetrieverSpecs
protected  WTKeyedMap AbstractRetriever.retrievePartDocuments(RetrieverSpec.Type[] types, Collection retrieverSpecs, Class clazz)
          internal retriever mechanizm
protected  WTKeyedMap AbstractRetriever.retrievePartDocumentsFromWorkspace(WorkspaceContent workspaceContent, Collection retrieverSpecs, Class clazz)
          returns the collection of EPMDocument or WTPArts found by specs in WS
protected  WTKeyedMap AbstractRetriever.postprocessFindOfSpecs(WTKeyedMap persistableSpecMap)
           
protected abstract  WTKeyedMap AbstractRetriever.retrievePartDocuments(RetrieverSpec.Type specType, Collection retrieverSpecs, Class iterCl)
          retrieves Persistables of given iterCl class specified in Collection of retrieverSpecs
protected abstract  WTKeyedMap AbstractRetriever.retrievePartDocumentsByOID(Collection retrieverSpecs, Class iterCl)
          retrieves Persistables specified in Collection of retrieverSpecs by OID
 

Methods in com.ptc.windchill.uwgm.common.pdm with parameters of type WTKeyedMap
private  String WipHelper.getLocation(WTKeyedMap folderMap, Workable doc)
           
protected  WTKeyedMap AbstractRetriever.postprocessFindOfSpecs(WTKeyedMap persistableSpecMap)
           
private  String WipHelper.getLocation(WTKeyedMap folderMap, Workable doc)
           
protected  WTKeyedMap AbstractRetriever.postprocessFindOfSpecs(WTKeyedMap persistableSpecMap)
           
 

Uses of WTKeyedMap in com.ptc.windchill.uwgm.proesrv.action
 

Fields in com.ptc.windchill.uwgm.proesrv.action declared as WTKeyedMap
private  WTKeyedMap IBAModificationAction.iBAModificationMap
           
private  WTKeyedMap EpmRenameAction.cadNameMap
           
private  WTKeyedMap AbstractRenameAction.identityInfoMap
           
private  WTKeyedMap IBAModificationAction.iBAModificationMap
           
private  WTKeyedMap EpmRenameAction.cadNameMap
           
private  WTKeyedMap AbstractRenameAction.identityInfoMap
           
 

Methods in com.ptc.windchill.uwgm.proesrv.action that return WTKeyedMap
private  WTKeyedMap PartRenameActionTest.createIdentityInfoMap(RenameInfo[] renameInfos, WTPart[] testParts)
           
private  WTKeyedMap EpmRenameActionTest.createCadNameMap(String[] newCadNames, EPMDocument[] testDocs)
           
private  WTKeyedMap EpmRenameActionTest.createIdentityInfoMap(RenameInfo[] renameInfos, EPMDocument[] testDocs)
           
protected  WTKeyedMap PartRenameAction.prepareIdentityMap(WTCollection renamedMasters)
           
protected  WTKeyedMap EpmRenameAction.prepareIdentityMap(WTCollection renamedMasters)
           
private  WTKeyedMap CheckinAction.prepareCheckinOptions(WTValuedMap instructions)
           
private  WTKeyedMap CheckStaleContentAction.getStaleContentsMap(WTValuedMap checkinInstructions)
          getStaleContentsMap Internal implemantation to get the stale seondary contents
protected  WTKeyedMap AbstractRenameAction.getIdentityInfoMap()
           
protected abstract  WTKeyedMap AbstractRenameAction.prepareIdentityMap(WTCollection renamedMasters)
           
private  WTKeyedMap PartRenameActionTest.createIdentityInfoMap(RenameInfo[] renameInfos, WTPart[] testParts)
           
private  WTKeyedMap EpmRenameActionTest.createCadNameMap(String[] newCadNames, EPMDocument[] testDocs)
           
private  WTKeyedMap EpmRenameActionTest.createIdentityInfoMap(RenameInfo[] renameInfos, EPMDocument[] testDocs)
           
protected  WTKeyedMap PartRenameAction.prepareIdentityMap(WTCollection renamedMasters)
           
protected  WTKeyedMap EpmRenameAction.prepareIdentityMap(WTCollection renamedMasters)
           
private  WTKeyedMap CheckinAction.prepareCheckinOptions(WTValuedMap instructions)
           
private  WTKeyedMap CheckStaleContentAction.getStaleContentsMap(WTValuedMap checkinInstructions)
          getStaleContentsMap Internal implemantation to get the stale seondary contents
protected  WTKeyedMap AbstractRenameAction.getIdentityInfoMap()
           
protected abstract  WTKeyedMap AbstractRenameAction.prepareIdentityMap(WTCollection renamedMasters)
           
 

Methods in com.ptc.windchill.uwgm.proesrv.action with parameters of type WTKeyedMap
 void IBAModificationAction.setIBAModificationMap(WTKeyedMap iBAModificationMap)
          sets attributesMap
 void EpmRenameAction.setCadNameMap(WTKeyedMap cadNameMap)
           
private  void CheckStaleContentAction.processResolutionOptions(WTKeyedMap resolutionsMap, WTKeyedMap secondaryContentsMap)
          processResolutionOptions Internal implemantation to do the preprocessing for resolution options set for the conflict raised during checkin for stale secondary contents.
 void AddToWorkspaceAction.addInstructions(WTKeyedMap instructions)
          Adds AddToWs/Checkout instructions for the action
private  void AddToWorkspaceAction.parseInstructions(WTKeyedMap instructions)
          parses ActionInstaruciton Map and prepared interationsToAdd and iterationsToCheckout
 void AbstractRenameAction.setIdentityInfoMap(WTKeyedMap identityInfoMap)
           
private  WTCollection AbstractRenameAction.performIdentityChange(WTKeyedMap identityMap)
           
 void IBAModificationAction.setIBAModificationMap(WTKeyedMap iBAModificationMap)
          sets attributesMap
 void EpmRenameAction.setCadNameMap(WTKeyedMap cadNameMap)
           
private  void CheckStaleContentAction.processResolutionOptions(WTKeyedMap resolutionsMap, WTKeyedMap secondaryContentsMap)
          processResolutionOptions Internal implemantation to do the preprocessing for resolution options set for the conflict raised during checkin for stale secondary contents.
 void AddToWorkspaceAction.addInstructions(WTKeyedMap instructions)
          Adds AddToWs/Checkout instructions for the action
private  void AddToWorkspaceAction.parseInstructions(WTKeyedMap instructions)
          parses ActionInstaruciton Map and prepared interationsToAdd and iterationsToCheckout
 void AbstractRenameAction.setIdentityInfoMap(WTKeyedMap identityInfoMap)
           
private  WTCollection AbstractRenameAction.performIdentityChange(WTKeyedMap identityMap)
           
 

Constructors in com.ptc.windchill.uwgm.proesrv.action with parameters of type WTKeyedMap
PartRenameAction(RequestContext context, WTKeyedMap identityInfoMap)
           
EpmRenameAction(RequestContext context, WTKeyedMap identityInfoMap)
           
EpmRenameAction(RequestContext context, WTKeyedMap cadNameMap, WTKeyedMap identityInfoMap)
           
AbstractRenameAction(RequestContext context, WTKeyedMap identityInfoMap)
           
PartRenameAction(RequestContext context, WTKeyedMap identityInfoMap)
           
EpmRenameAction(RequestContext context, WTKeyedMap identityInfoMap)
           
EpmRenameAction(RequestContext context, WTKeyedMap cadNameMap, WTKeyedMap identityInfoMap)
           
AbstractRenameAction(RequestContext context, WTKeyedMap identityInfoMap)
           
 

Uses of WTKeyedMap in com.ptc.windchill.uwgm.proesrv.attribute
 

Methods in com.ptc.windchill.uwgm.proesrv.attribute that return WTKeyedMap
static WTKeyedMap AttributeHelper.getAttributeInfo(WTCollection ibaHolders)
          Prepare IBA information in the String form to send to the Client Connector.
 

Uses of WTKeyedMap in com.ptc.windchill.uwgm.proesrv.cache
 

Fields in com.ptc.windchill.uwgm.proesrv.cache declared as WTKeyedMap
private  WTKeyedMap RenameInstructionCacheAdapter.renameInfoInstructions
           
protected  WTKeyedMap IterationRequestCacheAdapter.objectVsUwgmIteration
          map of objects v/s UWGM iterations
private  WTKeyedMap IterationRequestCacheAdapter.masterOidVsUwgmIteration
          map [MasterOid, UwgmIteration] for iteration specified by master
protected  WTKeyedMap IBAModificationInstructionCacheAdapter.entityMap
          map of objects v/s UWGM iterations
protected  WTKeyedMap IBAModificationInstructionCacheAdapter.iBAModificationMap
          WTKeyedMap of IBAModificationInstructions [Persistable, attributesMap(Map)]
protected  WTKeyedMap EpmUploadRequestCache.containerMap
          Map to store WTContainer(key)<->UwgmContainer(value) association it assumes that there is only one UwgmContainer object per WTContainer OID in the IterationRequest
private  WTKeyedMap EpmRenameInstructionCacheAdapter.cadNameInstructions
           
protected  WTKeyedMap AddToWorkspaceInstructionCacheAdapter.addInstructions
          WTKeyedMap of ActionInstructions [Persistable, isToCheckout(Boolean)]
 

Methods in com.ptc.windchill.uwgm.proesrv.cache that return WTKeyedMap
 WTKeyedMap RenameInstructionCacheAdapter.getIdentityInfoMap()
           
 WTKeyedMap RenameInstructionCache.getIdentityInfoMap()
          returns WTKeyedMap of RenameInfo instructions [Master, RenameInfo]
protected  WTKeyedMap IterationRequestCacheAdapter.resolveIterationByMasters(WTKeyedMap masterOidToUwgmIteration, PartDocumentFinder retriever)
          resolves Iteration specified by Master
private  WTKeyedMap IterationRequestCacheAdapter.matchIteratedToIterations(Iterated[] iterations, WTKeyedMap masterOidToUwgmIteration)
          matches Iterated Objects to corresponding UwgmIterations from [Master, UwgmIterations] map
 WTKeyedMap IBAModificationInstructionCacheAdapter.getIBAModificationMap()
          returns WTKeyedMap of ActionInstructions [Persistable, iBAModificationMap(Map)]
 WTKeyedMap IBAModificationInstructionCache.getIBAModificationMap()
          returns WTKeyedMap of ActionInstructions [Persistable, IBAMap(HashMap)]
 WTKeyedMap EpmRenameInstructionCacheAdapter.getCadNameMap()
           
 WTKeyedMap EpmRenameInstructionCache.getCadNameMap()
          returns WTKeyedMap of CAD name change instructions [Master, CAD Name]
 WTKeyedMap AddToWorkspaceInstructionCacheAdapter.getAddToWorkspaceInstructionMap()
          returns WTKeyedMap of ActionInstructions [Persistable, isToCheckout(Boolean)]
 WTKeyedMap AddToWorkspaceInstructionCache.getAddToWorkspaceInstructionMap()
          returns WTKeyedMap of ActionInstructions [Persistable, isToCheckout(Boolean)]
 

Methods in com.ptc.windchill.uwgm.proesrv.cache with parameters of type WTKeyedMap
protected  WTKeyedMap IterationRequestCacheAdapter.resolveIterationByMasters(WTKeyedMap masterOidToUwgmIteration, PartDocumentFinder retriever)
          resolves Iteration specified by Master
private  WTKeyedMap IterationRequestCacheAdapter.matchIteratedToIterations(Iterated[] iterations, WTKeyedMap masterOidToUwgmIteration)
          matches Iterated Objects to corresponding UwgmIterations from [Master, UwgmIterations] map
private  void EpmUploadRequestCache.assignPersistables(WTKeyedMap map)
           
 

Uses of WTKeyedMap in com.ptc.windchill.uwgm.proesrv.request
 

Fields in com.ptc.windchill.uwgm.proesrv.request declared as WTKeyedMap
private  WTKeyedMap PartRenameRequestTest.masterToPartRenameData
           
private  WTKeyedMap EpmRenameRequestTest.masterToEpmRenameData
           
private  WTKeyedMap AddToWorkspaceRequestTest.checkoutStatus
           
private  WTKeyedMap WsConflictReportRequest.masters
           
private  WTKeyedMap GetContentDownloadInfoRequestCache.iterationContentMap
          Iteration with Contents Map [EpmDocument, WTList[ConentItems]]
private  WTKeyedMap PartRenameRequestTest.masterToPartRenameData
           
private  WTKeyedMap EpmRenameRequestTest.masterToEpmRenameData
           
private  WTKeyedMap AddToWorkspaceRequestTest.checkoutStatus
           
private  WTKeyedMap WsConflictReportRequest.masters
           
private  WTKeyedMap GetContentDownloadInfoRequestCache.iterationContentMap
          Iteration with Contents Map [EpmDocument, WTList[ConentItems]]
 

Methods in com.ptc.windchill.uwgm.proesrv.request that return WTKeyedMap
protected  WTKeyedMap AbstractUwgmRequestTest.getWorkspaceObjectsMap(EPMWorkspace workspace)
           
 WTKeyedMap PartRenameRequestCache.getIdentityInfoMap()
          returns WTKeyedMap of RenameInfo Instructions [WTPartMaster, RenameInfo]
 WTKeyedMap IBAModificationRequestCache.getIBAModificationMap()
          returns WTKeyedMap of ActionInstructions [Persistable, isToCheckout(Boolean)]
 WTKeyedMap GetContentDownloadInfoRequestCache.getIterationContents()
          returns IterationContens Map as [EpmDocument, WTset[ContentItems]]
 WTKeyedMap EpmRenameRequestCache.getIdentityInfoMap()
          returns WTKeyedMap of EpmRenameInstructions [Master, RenameInfo]
 WTKeyedMap EpmRenameRequestCache.getCadNameMap()
          returns WTKeyedMap of EpmRenameInstructions [Master, CAD Name]
 WTKeyedMap AddToWorkspaceRequestCache.getAddToWorkspaceInstructionMap()
          returns WTKeyedMap of ActionInstructions [Persistable, isToCheckout(Boolean)]
protected  WTKeyedMap AbstractUwgmRequestTest.getWorkspaceObjectsMap(EPMWorkspace workspace)
           
 WTKeyedMap PartRenameRequestCache.getIdentityInfoMap()
          returns WTKeyedMap of RenameInfo Instructions [WTPartMaster, RenameInfo]
 WTKeyedMap IBAModificationRequestCache.getIBAModificationMap()
          returns WTKeyedMap of ActionInstructions [Persistable, isToCheckout(Boolean)]
 WTKeyedMap GetContentDownloadInfoRequestCache.getIterationContents()
          returns IterationContens Map as [EpmDocument, WTset[ContentItems]]
 WTKeyedMap EpmRenameRequestCache.getIdentityInfoMap()
          returns WTKeyedMap of EpmRenameInstructions [Master, RenameInfo]
 WTKeyedMap EpmRenameRequestCache.getCadNameMap()
          returns WTKeyedMap of EpmRenameInstructions [Master, CAD Name]
 WTKeyedMap AddToWorkspaceRequestCache.getAddToWorkspaceInstructionMap()
          returns WTKeyedMap of ActionInstructions [Persistable, isToCheckout(Boolean)]
 

Methods in com.ptc.windchill.uwgm.proesrv.request with parameters of type WTKeyedMap
private  AddToWorkspaceRequestTest.IterationInstructionHolder AddToWorkspaceRequestTest.createIterationsWithInstructions(Persistable[] objects, WTKeyedMap checkoutStatus, boolean useMasters)
           
private  void AddToWorkspaceRequestTest.verifyWorkspaceDocuments(WTKeyedMap mastersToObjects, WTSet masters, EPMWorkspace workspace)
           
private  void AddToWorkspaceRequestTest.verifyWorkspaceParts(WTKeyedMap mastersToObjects, WTSet masters, EPMWorkspace workspace)
           
private  AddToWorkspaceRequestTest.IterationInstructionHolder AddToWorkspaceRequestTest.createIterationsWithInstructions(Persistable[] objects, WTKeyedMap checkoutStatus, boolean useMasters)
           
private  void AddToWorkspaceRequestTest.verifyWorkspaceDocuments(WTKeyedMap mastersToObjects, WTSet masters, EPMWorkspace workspace)
           
private  void AddToWorkspaceRequestTest.verifyWorkspaceParts(WTKeyedMap mastersToObjects, WTSet masters, EPMWorkspace workspace)
           
 

Uses of WTKeyedMap in com.ptc.windchill.uwgm.proesrv.rrc
 

Fields in com.ptc.windchill.uwgm.proesrv.rrc declared as WTKeyedMap
private  WTKeyedMap RRCPartUsageHelper.linkMap
           
private  WTKeyedMap RRCNeutralDataHelper.ndDocs
           
private  WTKeyedMap RRCDependencyHelper.ndDocs
           
private  WTKeyedMap RRCContentHelper.contentMap
           
private  WTKeyedMap RRCContentHelper.ilInfoMap
           
 

Methods in com.ptc.windchill.uwgm.proesrv.rrc with parameters of type WTKeyedMap
private  void RRCContentHelper.setContentUrl(WTKeyedMap itemsToQueryUrl)
           
private static void RRCContentHelper.setContentUrl(com.ptc.windchill.uwgm.soap.uwgmdb.Content.Iterator contentIter, WTKeyedMap urlMap)
           
 

Uses of WTKeyedMap in com.ptc.windchill.uwgm.proesrv.upload
 

Methods in com.ptc.windchill.uwgm.proesrv.upload with parameters of type WTKeyedMap
private  List UploadHelper.attachContents(Vector m_ccData, EPMCacheInterface m_cache, WTKeyedMap appDataMap, EpmUploadRequestCache requestCache)
           
private  ApplicationData UploadHelper.getAppData(ContentHolder holder, String contentName, WTKeyedMap appDataMap)
           
private  boolean UploadHelper.removeAppData(ContentHolder holder, WTKeyedMap appDataMap, ApplicationData appData)
           
private  void UploadHelper.deleteContentItems(List updatedContents, WTKeyedMap appDataMap, EPMCacheInterface m_cache)
           
 

Uses of WTKeyedMap in com.ptc.windchill.uwgm.task.autoassociate
 

Methods in com.ptc.windchill.uwgm.task.autoassociate that return WTKeyedMap
private  WTKeyedMap AutoAssociateTask.getTargetFolderForNewParts()
           
 

Uses of WTKeyedMap in com.ptc.windchill.uwgm.task.multirevise
 

Fields in com.ptc.windchill.uwgm.task.multirevise declared as WTKeyedMap
private  WTKeyedMap MultireviseTask.assocObjMap
           
 

Methods in com.ptc.windchill.uwgm.task.multirevise that return WTKeyedMap
private  WTKeyedMap MultireviseTask.reviseObjects(WTKeyedMap inputObjects)
           
 

Methods in com.ptc.windchill.uwgm.task.multirevise with parameters of type WTKeyedMap
private  WTKeyedMap MultireviseTask.reviseObjects(WTKeyedMap inputObjects)
           
private  TaskResult MultireviseTask.updateWorkSpaceAfterRevise(WTKeyedMap result, EPMWorkspace workspace, boolean isActiveWs, Object sourceObj)
           
 

Uses of WTKeyedMap in com.ptc.wvs.common.ui
 

Methods in com.ptc.wvs.common.ui that return WTKeyedMap
static WTKeyedMap Visualizer.getPartStructurePVHTML(WTCollection collection)
          Returns a set of HTML fragment to allow ProductView to be launched from the NAME link on the HTML Product Structure page.
static WTKeyedMap Visualizer.getPartStructureViewThumbnailLinkHTML(WTCollection collection)
          Returns a set of HTML fragment to view the thumbnail of the default representation from the HTML Product Structure page.
static WTKeyedMap Visualizer.getPartStructurePVandViewThumbnailLinkHTML(WTCollection collection)
          Returns 2 HTML fragments to view in PV and view the thumbnail of the default representation from the HTML Product Structure page.
 WTKeyedMap VisualizationHelper.getPartStructurePVHTML(WTCollection collection)
          Returns a set of HTML fragment to allow ProductView to be launched from the NAME link on the HTML Product Structure page.
 WTKeyedMap VisualizationHelper.getPartStructureViewThumbnailLinkHTML(WTCollection collection)
          Returns a set of HTML fragment to view the thumbnail of the default representation from the HTML Product Structure page.
 WTKeyedMap VisualizationHelper.getPartStructurePVandViewThumbnailLinkHTML(WTCollection collection)
          Returns 2 HTML fragments to view in PV and view the thumbnail of the default representation from the HTML Product Structure page.
 

Uses of WTKeyedMap in com.ptc.wvs.server.loader
 

Methods in com.ptc.wvs.server.loader that return WTKeyedMap
 WTKeyedMap GraphicsServerLoaderServiceEvent.getTargetMap()
           
 

Methods in com.ptc.wvs.server.loader with parameters of type WTKeyedMap
 void StandardGraphicsServerLoaderService.dispatchRepresentationSavedEvent(WTKeyedMap map)
           
 void StandardGraphicsServerLoaderService.dispatchMarkupSavedEvent(WTKeyedMap map)
           
private  void StandardGraphicsServerLoaderService.dispatchRepresentationOrMarkupSavedEvent(String eventType, WTKeyedMap map)
           
 void GraphicsServerLoaderServiceFwd.dispatchRepresentationSavedEvent(WTKeyedMap map)
           
 void GraphicsServerLoaderServiceFwd.dispatchMarkupSavedEvent(WTKeyedMap map)
           
 void GraphicsServerLoaderService.dispatchRepresentationSavedEvent(WTKeyedMap map)
           
 void GraphicsServerLoaderService.dispatchMarkupSavedEvent(WTKeyedMap map)
           
 

Constructors in com.ptc.wvs.server.loader with parameters of type WTKeyedMap
GraphicsServerLoaderServiceEvent(String eventType, WTKeyedMap target)
          Constructs a multi object GraphicsServerLoaderServiceEvent

Supported API: false
 

Uses of WTKeyedMap in com.ptc.wvs.server.publish
 

Methods in com.ptc.wvs.server.publish that return WTKeyedMap
 WTKeyedMap PublishServiceEvent.getTargetMap()
           
 

Methods in com.ptc.wvs.server.publish with parameters of type WTKeyedMap
protected  WTSet StandardPublishService.copyRepresentations(Representable oldIteration, Representable newIteration, EPMDocument oldDoc, EPMDocument newDoc, WTList oldReps, boolean forceCopyAll, boolean includeAllMarkups, WTKeyedMap newRepSavedMap)
           
 

Constructors in com.ptc.wvs.server.publish with parameters of type WTKeyedMap
PublishServiceEvent(String eventType, WTKeyedMap persistables)
          Constructs a multi object PublishServiceEvent

Supported API: false
 

Uses of WTKeyedMap in com.ptc.wvs.server.ui
 

Methods in com.ptc.wvs.server.ui that return WTKeyedMap
static WTKeyedMap UIHelper.getPartStructurePVHTML(WTCollection collection)
           
static WTKeyedMap UIHelper.getPartStructureViewThumbnailLinkHTML(WTCollection collection)
           
static WTKeyedMap UIHelper.getPartStructurePVandViewThumbnailLinkHTML(WTCollection collection)
           
 

Uses of WTKeyedMap in com.ptc.wvs.server.util
 

Methods in com.ptc.wvs.server.util that return WTKeyedMap
static WTKeyedMap WVSContentHelper.getDownloadURLForType(WTCollection collection, ContentRoleType role)
           
static WTKeyedMap PublishUtils.getPreferedViewURL(WTCollection reps)
           
static WTKeyedMap PublishUtils.getPreferedViewURL(WTCollection reps, boolean addOutOfDate)
           
static WTKeyedMap PublishUtils.getRepresentations(WTCollection collection)
           
static WTKeyedMap PublishUtils.getRepresentations(WTCollection collection, boolean doFindRepresentable)
           
static WTKeyedMap PublishUtils.findAllRepresentables(WTCollection collection)
           
static WTKeyedMap FileHelper.getViewContentURLForType(WTCollection doc, ContentRoleType role)
           
static WTKeyedMap FileHelper.Server.getViewContentURLForType(WTCollection collection, ContentRoleType role)
           
 

Methods in com.ptc.wvs.server.util with parameters of type WTKeyedMap
static void RepUpdateUtils.copyAllMarkups(Viewable di, Viewable newdi, boolean forceAllMarkups, boolean setOwnerAndLock, WTKeyedMap oldMarkups, WTValuedMap repables, WTValuedMap viewablesMap, WTValuedMap frommkMap)
           
static void RepUpdateUtils.updateRepresentationsOf(WTKeyedMap map)
           
 

Uses of WTKeyedMap in wt.build
 

Fields in wt.build declared as WTKeyedMap
(package private)  WTKeyedMap MigrationBuildUtility.BuildInfo.map
           
 

Methods in wt.build that return WTKeyedMap
(package private)  WTKeyedMap MigrationBuildUtility.BuildInfo.next()
           
(package private)  WTKeyedMap MigrationBuildUtility.MasterBuildInfo.next()
           
(package private)  WTKeyedMap MigrationBuildUtility.VersionBuildInfo.next()
           
static WTKeyedMap BuildServiceUtility.getEventMap(KeyedEvent event, Class buildRuleClass)
           
static WTKeyedMap BuildServiceUtility.getReferenceMap(WTKeyedMap eventMap)
           
 

Methods in wt.build with parameters of type WTKeyedMap
private  WTCollection MigrationBuildUtility.build(WTKeyedMap rulesInfo, ConfigSpec configSpec)
           
static WTKeyedMap BuildServiceUtility.getReferenceMap(WTKeyedMap eventMap)
           
static WTKeyedMap.WTEntry BuildServiceUtility.getEntry(WTKeyedMap map, WTReference reference)
           
static WTKeyedMap.WTEntry BuildServiceUtility.getEntryByValue(WTKeyedMap map, WTReference reference)
           
static WTKeyedMap.WTEntry BuildServiceUtility.getEntry(WTKeyedMap map, ObjectIdentifier objectId)
           
static WTKeyedMap.WTEntry BuildServiceUtility.getEntryByValue(WTKeyedMap map, ObjectIdentifier objectId)
           
 

Uses of WTKeyedMap in wt.change2
 

Methods in wt.change2 with parameters of type WTKeyedMap
protected  void StandardChangeService2.copyChangeableLinks(WTKeyedMap changeable_map, WTCollection changeable_list)
           
 

Constructors in wt.change2 with parameters of type WTKeyedMap
ChangeService2Event(String eventType, WTKeyedMap eventTarget)
          Constructs multi object ChangeService2Event.
 

Uses of WTKeyedMap in wt.content
 

Methods in wt.content that return WTKeyedMap
 WTKeyedMap StandardContentService.getContentsByRole(WTSet holderSet, ContentRoleType role)
          Query for all the associated ContentItems that have the passed Role for the ContentHolder.
private  WTKeyedMap StandardContentService.getLockContentItemSet(WTCollection holders)
           
 WTKeyedMap ContentServiceFwd.getContentsByRole(WTSet holderSet, ContentRoleType role)
          Query for all the associated ContentItems that have the passed Role for the ContentHolder.
 WTKeyedMap ContentService.getContentsByRole(WTSet holderSet, ContentRoleType role)
          Query for all the associated ContentItems that have the passed Role for the ContentHolder.
 

Methods in wt.content with parameters of type WTKeyedMap
 void StandardContentService.copyContent(WTKeyedMap old2newMapping)
          Copy all the content from one content holder to another (not regarding the content role.
 void StandardContentService.copyContentItemsNoRoleCheck(WTKeyedMap holderToItemMap)
          Make a copy of the ContentItem objects for the corresponding ContentHolder objects.
protected  void StandardContentService.processCleanupLinkMultiObjectEvent(WTKeyedMap target)
          CLEANUP_LINK event will be fired when a content holder (e.g.
private  void StandardContentService.addItemToHolder(ContentHolder holder, ContentItem item, WTKeyedMap holders, HashSet itemIds, HashSet streamIds)
           
private  void StandardContentService.copyContentFromMultiHolders(WTKeyedMap old2newMapping)
           
private  void StandardContentService.processPostMultiCopyEvent(WTKeyedMap target, Map copyRulesMap)
           
private  void StandardContentService.setFileName(ContentHolder holder, ApplicationData appData, boolean mustCreateNewFile, WTKeyedMap appDataCache)
          Assign file name to the app data.
private  ApplicationData StandardContentService.findCachedAppData(ContentHolder holder, String appDataName, WTKeyedMap appDataCache)
          Find any appData object in the hashtable for the holder that matches the input appDataName.
private  void StandardContentService.updateCacheAppData(WTKeyedMap appDataCache, ContentHolder holder, ApplicationData appData)
           
 void ContentServiceFwd.copyContent(WTKeyedMap old2newMapping)
          Copy all the content from one content holder to another (not regarding the content role.
 void ContentServiceFwd.copyContentItemsNoRoleCheck(WTKeyedMap holderToItemMap)
          Make a copy of the ContentItem objects for the corresponding ContentHolder objects.
 void ContentService.copyContent(WTKeyedMap old2newMapping)
          Copy all the content from one content holder to another (not regarding the content role.
 void ContentService.copyContentItemsNoRoleCheck(WTKeyedMap holderToItemMap)
          Make a copy of the ContentItem objects for the corresponding ContentHolder objects.
 

Constructors in wt.content with parameters of type WTKeyedMap
ContentServiceEvent(ContentServiceSvr service, String eventType, WTKeyedMap holderAppDataMap)
          Create a ContentServiceEvent using the input WTKeyedHashMap as a event target.
 

Uses of WTKeyedMap in wt.dataops.containermove
 

Methods in wt.dataops.containermove with parameters of type WTKeyedMap
private  void StandardContainerMoveService.moveMasters(WTKeyedMap allMasters)
           
private  void StandardContainerMoveService.moveWorkflowObjects(WTKeyedMap allVersions, Map isLocalMoveMap)
           
private  void StandardContainerMoveService.moveProductObjects(WTKeyedMap allMasters)
           
private  void StandardContainerMoveService.moveRepresentations(WTKeyedMap allIterations, Map isLocalMoveMap)
           
private  void StandardContainerMoveService.moveTeamObjects(WTKeyedMap allVersions, Map isLocalMoveMap)
           
private  void StandardContainerMoveService.checkAllVersions(WTKeyedMap allVersions, ArrayList conflictElements)
           
private  void StandardContainerMoveService.getAllObjectsToMove(WTCollection objects, WTCollection containers, WTCollection folders, WTKeyedMap allMasters, WTKeyedMap allIterations, WTKeyedMap allVersions, ArrayList conflictElements, Map isLocalMoveMap)
           
private  void StandardContainerMoveService.dispatchEvent(String eventType, WTKeyedMap objs)
           
private  WTSet StandardContainerMoveService.moveAllObjects(WTKeyedMap allMasters, WTKeyedMap allVersions, WTKeyedMap allIterations)
           
 

Uses of WTKeyedMap in wt.eff
 

Methods in wt.eff with parameters of type WTKeyedMap
private  void StandardEffService.copyEffs(WTKeyedMap effMap, int estimatedSize)
           
private  void StandardEffService.moveEffs(WTKeyedMap effMap, int estimatedSize)
           
private  void StandardEffService.copyEffs(WTKeyedMap effMap, int estimatedSize)
           
private  void StandardEffService.moveEffs(WTKeyedMap effMap, int estimatedSize)
           
 

Uses of WTKeyedMap in wt.enterprise
 

Methods in wt.enterprise that return WTKeyedMap
 WTKeyedMap EnterpriseServiceEvent.getTargetMap()
          

Supported API: false
 

Methods in wt.enterprise with parameters of type WTKeyedMap
protected  void StandardEnterpriseService.dispatchVetoableEvent(String eventType, WTKeyedMap eventTarget, Map ruleMap)
          Dispatch a EnterpriseServiceEvent that includes the event type and target (i.e., Copied object).
private  void StandardEnterpriseService.persistCopyObjects(Map ruleMap, WTKeyedMap saveMap)
           
private  void StandardEnterpriseService.copyIBAValues(WTKeyedMap origToCopyMap)
           
 

Constructors in wt.enterprise with parameters of type WTKeyedMap
EnterpriseServiceEvent(String eventType, WTKeyedMap eventTarget, Map copyRuleMap)
          Constructs a EnterpriseServiceEvent instance.
 

Uses of WTKeyedMap in wt.epm
 

Fields in wt.epm declared as WTKeyedMap
private  WTKeyedMap ContentTransactionListener.documents
           
 

Methods in wt.epm that return WTKeyedMap
static WTKeyedMap ReviseManagerUtility.reviseAll(WTKeyedMap toRevise)
          This method creates a new in-line version of the EPMDocuments and WTParts given.
 WTKeyedMap EPMStandardDocumentManager.reviseAll(WTKeyedMap toRevise)
          This method creates a new in-line version of the EPMDocuments and WTParts given.
static WTKeyedMap EPMFamily.findFamilyTableTopGenerics(Collection familyTables)
           
 WTKeyedMap EPMDocumentManagerFwd.reviseAll(WTKeyedMap toRevise)
          This method creates a new in-line version of the EPMDocuments and WTParts given.
 WTKeyedMap EPMDocumentManager.reviseAll(WTKeyedMap toRevise)
          This method creates a new in-line version of the EPMDocuments and WTParts given.
private static WTKeyedMap EPMCADNameHelper.getFamilyTableMasters(WTCollection masters)
           
private static WTKeyedMap ContentTransactionListener.filterDocuments(WTKeyedMap indexByContentHolders)
          Given a map whose keys are ContentHolder objects, filters to keep EPMDocument only.
private static WTKeyedMap ContentTransactionListener.getChangedAttributes(WTCollection holders)
           
 

Methods in wt.epm with parameters of type WTKeyedMap
static WTKeyedMap ReviseManagerUtility.reviseAll(WTKeyedMap toRevise)
          This method creates a new in-line version of the EPMDocuments and WTParts given.
 WTKeyedMap EPMStandardDocumentManager.reviseAll(WTKeyedMap toRevise)
          This method creates a new in-line version of the EPMDocuments and WTParts given.
 void EPMStandardDocumentManager.addToFamily(WTKeyedMap instances)
          Add a collection of instances to a given family by creating an EPMContainedIn link and an EPMVariantLink between the instance and the generic.
 WTSet EPMStandardDocumentManager.changeCADName(WTKeyedMap masters)
          Changes the CAD name attributes on the given EPMDocumentMaster.
 WTKeyedMap EPMDocumentManagerFwd.reviseAll(WTKeyedMap toRevise)
          This method creates a new in-line version of the EPMDocuments and WTParts given.
 void EPMDocumentManagerFwd.addToFamily(WTKeyedMap instances)
          Add a collection of instances to a given family by creating an EPMContainedIn link and an EPMVariantLink between the instance and the generic.
 WTSet EPMDocumentManagerFwd.changeCADName(WTKeyedMap masters)
          Changes the CAD name attributes on the given EPMDocumentMaster.
 WTKeyedMap EPMDocumentManager.reviseAll(WTKeyedMap toRevise)
          This method creates a new in-line version of the EPMDocuments and WTParts given.
 void EPMDocumentManager.addToFamily(WTKeyedMap instances)
          Add a collection of instances to a given family by creating an EPMContainedIn link and an EPMVariantLink between the instance and the generic.
 WTSet EPMDocumentManager.changeCADName(WTKeyedMap masters)
          Changes the CAD name attributes on the given EPMDocumentMaster.
protected static WTSet EPMCADNameHelper.changeCADName(WTKeyedMap masters)
          Changes CAD name on the given masters.
private static QueryResult EPMCADNameHelper.checkIfUsedInFTCellDep(WTKeyedMap masters, HashMap Old2NewNamesMap)
           
private static void EPMCADNameHelper.checkCADName(WTKeyedMap masters)
          Given a map of EPMDocumentMaster objects and their new CAD names, throws a multi-object exception if the new CAD name is null or does not meet the authoring application specific CAD name rules.
private static void EPMCADNameHelper.dispatchPreChangeCADNameEvent(WTKeyedMap eventTarget)
          Dispatches a PRE_CHANGE_CAD_NAME event
private static WTSet EPMCADNameHelper.setCADName(WTKeyedMap masters)
          Calls EPMDocumentMaster.updateCADName for the given map of masters and their new CAD names.
private static WTSet EPMCADNameHelper.setFamilyTableMasters(WTKeyedMap masters)
          Given a list of family table masters indexed by the related document masters and a list of new names indexed by document masters, sets the family table masters to the corresponding new names.
protected  void ContentTransactionListener.add(WTKeyedMap indexByDocuments)
          Adds the given map whose keys are EPMDocuments and whose values are WTCollection of modified contents.
protected static void ContentTransactionListener.processContentUploadEvent(WTKeyedMap contents)
          Adds EPMDocuments and their modified contents to ContentTransactionListener.
private static WTKeyedMap ContentTransactionListener.filterDocuments(WTKeyedMap indexByContentHolders)
          Given a map whose keys are ContentHolder objects, filters to keep EPMDocument only.
protected static void CADNamespaceManager.processPreMultiSBCheckinEvent(WTKeyedMap initialCheckinWorkingCopyToDataMap)
           
protected static void CADNamespaceManager.update(WTKeyedMap masters)
          Given a map of EPMDocumentMaster objects and their new CADName, updates EPMCADNamespace with new CAD names.
 

Constructors in wt.epm with parameters of type WTKeyedMap
EPMDocumentManagerEvent(String eventType, WTKeyedMap wtMap)
          

Supported API: true
 

Uses of WTKeyedMap in wt.epm.clients.relateditems
 

Methods in wt.epm.clients.relateditems that return WTKeyedMap
 WTKeyedMap FamilyTableFinder.findFamilyMembers(WTCollection familyTables)
          For each family table in the given collection, find all of its members.
 

Methods in wt.epm.clients.relateditems with parameters of type WTKeyedMap
private  RelatedItemsProcessor.ObjectGroup RelatedItemsProcessor.getFamilyMembers(RelatedItemsProcessor.ObjectGroup group, WTValuedMap familyTableMap, WTKeyedMap familyMemberMap)
           
 

Uses of WTKeyedMap in wt.epm.familytable
 

Methods in wt.epm.familytable that return WTKeyedMap
static WTKeyedMap FamilyDomainHelper.findDomain(WTKeyedMap indexByFT)
          Returns a WTKeyedMap whose keys are the input family tables and whose values are the corresponding AdminDomainRef.
private static WTKeyedMap FamilyDomainHelper.toMap(WTCollection keys, WTCollection values)
          Makes a map out of the two collections.
private static WTKeyedMap FamilyDomainHelper.getTargetDomain(WTKeyedMap infoByDocuments, boolean useMasterID)
          Returns the family tables associated to the latest and the related document iterations.
static WTKeyedMap FamilyDomainHelper.createDomainInfo(WTCollection documents)
          Creates a DomainInfo object for each document.
private static WTKeyedMap FamilyDomainHelper.createDomainInfo(WTCollection documents, WTKeyedMap domainByDocument)
          Creates a DomainInfo object for each document.
private static WTKeyedMap FamilyDomainHelper.sortByValue(WTKeyedMap map)
          Returns a WTKeyedMap w/the reversed key and value.
static WTKeyedMap FamilyDomainHelper.filterAndCreateDomainInfo(WTCollection documents, boolean isAllVersions)
          Given a list of documents, creates a DomainInfo objects for each top generic document.
 WTKeyedMap EPMStandardFamilyTableManager.getCompatibleFamilyTables(Collection documents, WTContainer container)
          Calculates and returns compatible and complete lists of family tables for given EPMDocuments.
 WTKeyedMap EPMFamilyTableManagerFwd.getCompatibleFamilyTables(Collection documents, WTContainer container)
          Calculates and returns compatible and complete lists of family tables for given EPMDocuments.
 WTKeyedMap EPMFamilyTableManager.getCompatibleFamilyTables(Collection documents, WTContainer container)
          Calculates and returns compatible and complete lists of family tables for given EPMDocuments.
static WTKeyedMap EPMFamilyTableHelper.getCompatibleFamilyTables(Baseline baseline, Collection familyTables, Collection docs, WTContainer container, Object conflictCollector)
           
static WTKeyedMap EPMFamilyTableHelper.isFamilyTableNew(Collection familyTables)
           
 

Methods in wt.epm.familytable with parameters of type WTKeyedMap
static WTCollection FamilyDomainHelper.setDomainAtCheckin(WTKeyedMap ftByMember, WTKeyedMap infoByChangedFolder, WTKeyedMap infoByMovedContainer)
          Updates the Domain of the family tables affected by the check in objects.
protected static WTCollection FamilyDomainHelper.saveDomain(WTKeyedMap familyTables)
          Sets the domain on the family tables and saves them.
static WTKeyedMap FamilyDomainHelper.findDomain(WTKeyedMap indexByFT)
          Returns a WTKeyedMap whose keys are the input family tables and whose values are the corresponding AdminDomainRef.
private static WTKeyedMap FamilyDomainHelper.getTargetDomain(WTKeyedMap infoByDocuments, boolean useMasterID)
          Returns the family tables associated to the latest and the related document iterations.
private static Map FamilyDomainHelper.sortByID(WTKeyedMap byDocuments, boolean useMasterID)
          Sorts the objects by the documents' master ID or branch ID.
private static WTKeyedMap FamilyDomainHelper.createDomainInfo(WTCollection documents, WTKeyedMap domainByDocument)
          Creates a DomainInfo object for each document.
private static WTKeyedMap FamilyDomainHelper.sortByValue(WTKeyedMap map)
          Returns a WTKeyedMap w/the reversed key and value.
private static void FamilyDomainHelper.setNewDomain(WTKeyedMap infoByDocument)
          Updates the new domain on DomainInfo with the document's current domain.
static void FamilyDomainHelper.removeUnchangedDomain(WTKeyedMap infoByDocument)
          Remove objects whose domains are not changed.
 WTValuedMap EPMStandardFamilyTableManager.addToFamily(WTKeyedMap instances)
          Adds a collection of instances to a family table by creating an EPMContainedIn link and an EPMVariantLink between the instance and the family table.
 WTValuedMap EPMFamilyTableManagerFwd.addToFamily(WTKeyedMap instances)
          Adds a collection of instances to a family table by creating an EPMContainedIn link and an EPMVariantLink between the instance and the family table.
 WTValuedMap EPMFamilyTableManager.addToFamily(WTKeyedMap instances)
          Adds a collection of instances to a family table by creating an EPMContainedIn link and an EPMVariantLink between the instance and the family table.
 

Uses of WTKeyedMap in wt.epm.listeners
 

Methods in wt.epm.listeners that return WTKeyedMap
private static WTKeyedMap EventServiceManagerUtility.processForBuildRules(WTCollection targetCollection)
           
 

Uses of WTKeyedMap in wt.epm.ndi.impl
 

Fields in wt.epm.ndi.impl declared as WTKeyedMap
private  WTKeyedMap NDICache.doc2dependencies
           
private  WTKeyedMap NDICache.ft2containedIn
           
private  WTKeyedMap NDICache.generic2variantLink
           
private  WTKeyedMap NDICache.ft2columns
           
private  WTKeyedMap NDICache.link2cells
           
private  WTKeyedMap NDICache.doc2counter
           
private  WTKeyedMap NDICache.holder2paramMap
           
private  WTKeyedMap NDICache.holder2defMap
           
private  WTKeyedMap NDICache.doc2ParameterValues
           
private  WTKeyedMap NDICache.doc2FeatureValues
           
 

Methods in wt.epm.ndi.impl that return WTKeyedMap
 WTKeyedMap EPMDownloadData.getDocumentMap()
          Returns documents map where key is EPMDocument and value is it's EPMNDDocument.
 

Uses of WTKeyedMap in wt.epm.structure
 

Fields in wt.epm.structure declared as WTKeyedMap
private  WTKeyedMap CopyManagerUtility.Cache.original2copyMap
           
private  WTKeyedMap CopyManagerUtility.Cache.CacheFamily.clink2cellMap
           
 

Methods in wt.epm.structure that return WTKeyedMap
protected static WTKeyedMap[] StructureServiceUtility.lookupCheckpoint(WTCollection objects, WTContainerRef containerRef)
           
protected static WTKeyedMap[] StructureServiceUtility.lookupBranch(WTCollection objects, WTContainerRef containerRef)
           
protected static WTKeyedMap[] StructureServiceUtility.getWorkspacesAssociatedToBranches(WTSet versions, WTContainerRef containerRef)
           
 WTKeyedMap EPMStructureServiceFwd.navigateUses(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocuments, navigates the USES role of the EPMMemberLink and returns a WTKeyedMap whose values are WTSets of EPMMemberLinks or EPMDocumentMasters depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureServiceFwd.navigateUsedBy(WTCollection masters, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocumentMasters, navigates the USED_BY role of the EPMMemberLink and returns a WTKeyedMap whose values are WTSets of EPMMemberLinks or EPMDocuments depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureServiceFwd.navigateUsesToIteration(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the USES role of the EPMMemberLink and finds the appropriate iteration for each other-side EPMDocumentMaster by applying the config spec.
 WTKeyedMap EPMStructureServiceFwd.navigateReferences(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocuments, navigates the REFERENCES role of the EPMReferenceLink and returns a WTKeyedMap whose values are WTSets of EPMReferenceLinks or DocumentMasters depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureServiceFwd.navigateReferencedBy(WTCollection masters, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of DocumentMasters, navigates the REFERENCED_BY role of the EPMReferenceLink and returns a WTKeyedMap whose values are WTSets of EPMReferenceLinks or EPMDocuments depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureServiceFwd.navigateReferencesToIteration(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the REFERENCES role of the EPMReferenceLink and finds the appropriate iteration for each other-side DocumentMaster by applying the config spec.
 WTKeyedMap EPMStructureServiceFwd.navigateGeneric(WTCollection variants, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocuments, navigates the GENERIC role of the EPMVariantLink and returns a WTKeyedMap whose values are WTSets of EPMVariantLinks or EPMDocumentMasters depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureServiceFwd.navigateGenericToIteration(WTCollection variants, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the GENERIC role of the EPMVariantLink and finds the appropriate iteration for each other-side EPMDocumentMaster by applying the config spec.
 WTKeyedMap EPMStructureServiceFwd.navigateVariant(WTCollection masters, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocumentMasters, navigates the VARIANT role of the EPMVariantLink and returns a WTKeyedMap whose values are WTSets of EPMVariantLinks or EPMDocuments depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureServiceFwd.navigateContains(WTCollection familyTables, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMFamilyTables, navigates the CONTAINS role of the EPMContainedIn link and returns a WTKeyedMap whose values are WTSets of EPMContainedIn links or EPMDocuments depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureServiceFwd.navigateContainedIn(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocuments, navigates the CONTAINED_IN role of the EPMContainedIn link and returns a WTKeyedMap whose values are WTSets of EPMContainedIn links or EPMFamilyTables depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureServiceFwd.navigate(WTCollection objects, Class linkClass, String otherSideRole, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the links of the specified class to the given role from each Persistable in the given WTCollection using a single query.
 WTKeyedMap EPMStructureService.navigateUses(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocuments, navigates the USES role of the EPMMemberLink and returns a WTKeyedMap whose values are WTSets of EPMMemberLinks or EPMDocumentMasters depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureService.navigateUsedBy(WTCollection masters, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocumentMasters, navigates the USED_BY role of the EPMMemberLink and returns a WTKeyedMap whose values are WTSets of EPMMemberLinks or EPMDocuments depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureService.navigateUsesToIteration(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the USES role of the EPMMemberLink and finds the appropriate iteration for each other-side EPMDocumentMaster by applying the config spec.
 WTKeyedMap EPMStructureService.navigateReferences(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocuments, navigates the REFERENCES role of the EPMReferenceLink and returns a WTKeyedMap whose values are WTSets of EPMReferenceLinks or DocumentMasters depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureService.navigateReferencedBy(WTCollection masters, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of DocumentMasters, navigates the REFERENCED_BY role of the EPMReferenceLink and returns a WTKeyedMap whose values are WTSets of EPMReferenceLinks or EPMDocuments depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureService.navigateReferencesToIteration(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the REFERENCES role of the EPMReferenceLink and finds the appropriate iteration for each other-side DocumentMaster by applying the config spec.
 WTKeyedMap EPMStructureService.navigateGeneric(WTCollection variants, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocuments, navigates the GENERIC role of the EPMVariantLink and returns a WTKeyedMap whose values are WTSets of EPMVariantLinks or EPMDocumentMasters depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureService.navigateGenericToIteration(WTCollection variants, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the GENERIC role of the EPMVariantLink and finds the appropriate iteration for each other-side EPMDocumentMaster by applying the config spec.
 WTKeyedMap EPMStructureService.navigateVariant(WTCollection masters, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocumentMasters, navigates the VARIANT role of the EPMVariantLink and returns a WTKeyedMap whose values are WTSets of EPMVariantLinks or EPMDocuments depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureService.navigateContains(WTCollection familyTables, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMFamilyTables, navigates the CONTAINS role of the EPMContainedIn link and returns a WTKeyedMap whose values are WTSets of EPMContainedIn links or EPMDocuments depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureService.navigateContainedIn(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocuments, navigates the CONTAINED_IN role of the EPMContainedIn link and returns a WTKeyedMap whose values are WTSets of EPMContainedIn links or EPMFamilyTables depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStructureService.navigate(WTCollection objects, Class linkClass, String otherSideRole, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the links of the specified class to the given role from each Persistable in the given WTCollection using a single query.
 WTKeyedMap EPMStandardStructureService.navigateUses(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocuments, navigates the USES role of the EPMMemberLink and returns a WTKeyedMap whose values are WTSets of EPMMemberLinks or EPMDocumentMasters depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStandardStructureService.navigateUsedBy(WTCollection masters, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocumentMasters, navigates the USED_BY role of the EPMMemberLink and returns a WTKeyedMap whose values are WTSets of EPMMemberLinks or EPMDocuments depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStandardStructureService.navigateUsesToIteration(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the USES role of the EPMMemberLink and finds the appropriate iteration for each other-side EPMDocumentMaster by applying the config spec.
 WTKeyedMap EPMStandardStructureService.navigateReferences(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocuments, navigates the REFERENCES role of the EPMReferenceLink and returns a WTKeyedMap whose values are WTSets of EPMReferenceLinks or DocumentMasters depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStandardStructureService.navigateReferencedBy(WTCollection masters, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of DocumentMasters, navigates the REFERENCED_BY role of the EPMReferenceLink and returns a WTKeyedMap whose values are WTSets of EPMReferenceLinks or EPMDocuments depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStandardStructureService.navigateReferencesToIteration(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the REFERENCES role of the EPMReferenceLink and finds the appropriate iteration for each other-side DocumentMaster by applying the config spec.
 WTKeyedMap EPMStandardStructureService.navigateGeneric(WTCollection variants, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocuments, navigates the GENERIC role of the EPMVariantLink and returns a WTKeyedMap whose values are WTSets of EPMVariantLinks or EPMDocumentMasters depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStandardStructureService.navigateGenericToIteration(WTCollection variants, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          For the given WTCollection of EPMDocuments, navigates the GENERIC role of the EPMVariantLink and finds the appropriate iteration for each other-side EPMDocumentMaster by applying the config spec.
 WTKeyedMap EPMStandardStructureService.navigateVariant(WTCollection masters, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocumentMasters, navigates the VARIANT role of the EPMVariantLink and returns a WTKeyedMap whose values are WTSets of EPMVariantLinks or EPMDocuments depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStandardStructureService.navigateContains(WTCollection familyTables, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMFamilyTables, navigates the CONTAINS role of the EPMContainedIn link and returns a WTKeyedMap whose values are WTSets of EPMContainedIn links or EPMDocuments depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStandardStructureService.navigateContainedIn(WTCollection documents, QuerySpec querySpec, boolean onlyOtherSide)
          For the given WTCollection of EPMDocuments, navigates the CONTAINED_IN role of the EPMContainedIn link and returns a WTKeyedMap whose values are WTSets of EPMContainedIn links or EPMFamilyTables depending upon the value of the onlyOtherSide flag.
 WTKeyedMap EPMStandardStructureService.navigate(WTCollection objects, Class linkClass, String otherSideRole, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the links of the specified class to the given role from each Persistable in the given WTCollection using a single query.
protected static WTKeyedMap EPMNavigateUtility.navigate(WTCollection objects, Relationship relationship, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the given relationship to the other side objects and returns a WTKeyedMap whose values are WTSets of links or other-side objects depending upon the value of the onlyOtherSide flag.
protected static WTKeyedMap EPMNavigateUtility.navigate(WTCollection objects, Relationship relationship, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the given iteration-to-master relationship.
private static WTKeyedMap CopyManagerUtility.getVariants(QueryResult genericMasters)
           
 WTKeyedMap CopyManagerUtility.Cache.CacheFamily.buildCopyLinkMap()
           
 

Methods in wt.epm.structure with parameters of type WTKeyedMap
private static void StructureServiceUtility.addMapEntries(WTKeyedMap[] results, WTKeyedMap[] maps)
           
private static void StructureServiceUtility.removeObjectsFromCheckpoints(WTKeyedMap workspaceObjectsMap)
           
private static void CopyManagerUtility.copyForwardEPMParameterValues(WTKeyedMap docs)
           
private static void CopyManagerUtility.copyForwardEPMFeatureValues(WTKeyedMap docs)
           
 void CopyManagerUtility.Cache.CacheFamily.initCells(WTKeyedMap clink2cellMap)
           
 

Constructors in wt.epm.structure with parameters of type WTKeyedMap
NavigateCollectors.AbstractCollector(WTKeyedMap map, boolean reverse)
           
NavigateCollectors.Links(WTKeyedMap map, boolean reverse)
          With this constructor, the class will add the links to the given WTKeyedMap.
NavigateCollectors.OtherSideObjects(WTKeyedMap map, boolean reverse)
          With this constructor, the class will add the other-side objects to the given WTKeyedMap.
NavigateCollectors.Endpoints(WTKeyedMap map, boolean reverse)
          With this constructor, the class will add the endpoints of the links to the given WTKeyedMap.
NavigateCollectors.LinksObjects(WTKeyedMap map, boolean reverse)
          With this constructor, the class will add the links with their other-side object role inflated to the given WTKeyedMap.
NavigateCollectors.Iterations(ConfigSpec configSpec, WTKeyedMap map, boolean reverse)
          With this constructor, the class will add the config spec selected iterations of the other-side masters to the given WTKeyedMap.
NavigateCollectors.LinksIterations(ConfigSpec configSpec, WTKeyedMap map)
          With this constructor, the class will pair the links with the config spec selected iterations of the other-side masters and add the pair to the given WTKeyedMap.
 

Uses of WTKeyedMap in wt.epm.supportingdata
 

Methods in wt.epm.supportingdata that return WTKeyedMap
 WTKeyedMap StandardEPMSupportingDataService.getSupportingData(WTCollection dataHolders)
          

Supported API: false
 WTKeyedMap EPMSupportingDataServiceFwd.getSupportingData(WTCollection dataHolders)
          

Supported API: false
 WTKeyedMap EPMSupportingDataService.getSupportingData(WTCollection dataHolders)
          

Supported API: true
 

Uses of WTKeyedMap in wt.epm.upgrade
 

Methods in wt.epm.upgrade that return WTKeyedMap
private static WTKeyedMap FamilyTableR7ToR8Migrator.Server.indexByInstanceSolution(WTSet links)
           
 

Uses of WTKeyedMap in wt.epm.upload
 

Methods in wt.epm.upload with parameters of type WTKeyedMap
(package private) static void EPMParameterMapEventsHandler.processCleanupLinkEvent(WTKeyedMap targets)
           
 

Uses of WTKeyedMap in wt.epm.util
 

Methods in wt.epm.util that return WTKeyedMap
static WTKeyedMap LinkUtilities.sortByRole(WTCollection links, Class linkClass, String roleName)
          Given a collection of BinaryLinks, sort the links of the given class by the given role.
 

Uses of WTKeyedMap in wt.epm.workspaces
 

Methods in wt.epm.workspaces that return WTKeyedMap
(package private) static WTKeyedMap WorkspaceRefreshManager.getRefreshPartsAndDocs(EPMWorkspace workspace, WTCollection toRefresh)
          Checks the given collection of EPMDocuments and WTParts

Supported API: false
(package private) static WTKeyedMap WorkspaceRefreshManager.getRefreshDocsAndParts(EPMWorkspace workspace, WTCollection toRefresh)
           
private static WTKeyedMap WorkspaceCheckinManager.createWorkingToOrignalMap(WTCollection workingCopies)
           
protected static WTKeyedMap TrackableManager.getTrackableToCounterMap(WTCollection updateCounters)
          Given a collection of EPMUpdateCounter objects, returns a map whose keys are the trackable references and whose values are the Integer counter.
protected static WTKeyedMap InitialCheckinDataManager.getTargetFolder(WTCollection docsAndParts, boolean returnFolderPath)
          Given a collection of EPMDocument and WTPart, returns a map whose values are the given collection objects, and whose values are their target folders.
private static WTKeyedMap InitialCheckinDataManager.putAll(WTKeyedMap retval, Collection keys, Collection values)
           
protected static WTKeyedMap InitialCheckinDataManager.getNewObjectsTargetLocation(WTKeyedMap targetFolders, EPMWorkspace workspace, WTCollection docsAndParts, boolean returnFolderPath)
          Given a collection of docs and parts, finds the target folder for all new objects.
protected static WTKeyedMap InitialCheckinDataManager.getTargetLocation(EPMWorkspace workspace, WTCollection docsAndParts, boolean returnFolderPath)
          Given a list of EPMDocument or WTPart, returns the default target folder location for new objects, the folder to where the objects will be checked in for checked out objects, and the current folder location for any other objects.
 WTKeyedMap EPMWorkspaceManagerFwd.getTargetFolder(WTCollection docsAndParts, boolean returnFolderPath)
          Given a collection of new EPMDocument and WTPart, returns the target folders.
 WTKeyedMap EPMWorkspaceManagerFwd.getTargetLocation(EPMWorkspace workspace, WTCollection docsAndParts, boolean returnFolderPath)
          Given a list of EPMDocument or WTPart, returns the default target folder location for new objects, the folder to where the objects will be checked in for checked out objects, and the current folder location for any other objects.
 WTKeyedMap EPMWorkspaceManagerFwd.getUpdateCounter(WTCollection trackables)
          Returns the update counter associated with Trackables.
 WTKeyedMap EPMWorkspaceManagerFwd.getRefreshCandidates(EPMWorkspace workspace, WTCollection baselineables)
          Return a map whose keys are the input originals and whose values are the refreshed candidates.
 WTKeyedMap EPMWorkspaceManagerFwd.getUpdateCounter(EPMWorkspace workspace)
          Returns the update counter associated with the trackables in the given workspace.
 WTKeyedMap EPMWorkspaceManagerEvent.getWIPMap()
          Returns a Map associated with PRE_WORKSPACE_CHECKIN, POST_WORKSPACE_CHECKOUT, CHECKOUT_TO_WORKSPACE events.
 WTKeyedMap EPMWorkspaceManager.getTargetFolder(WTCollection docsAndParts, boolean returnFolderPath)
          Given a collection of new EPMDocument and WTPart, returns the target folders.
 WTKeyedMap EPMWorkspaceManager.getTargetLocation(EPMWorkspace workspace, WTCollection docsAndParts, boolean returnFolderPath)
          Given a list of EPMDocument or WTPart, returns the default target folder location for new objects, the folder to where the objects will be checked in for checked out objects, and the current folder location for any other objects.
 WTKeyedMap EPMWorkspaceManager.getUpdateCounter(WTCollection trackables)
          Returns the update counter associated with Trackables.
 WTKeyedMap EPMWorkspaceManager.getRefreshCandidates(EPMWorkspace workspace, WTCollection baselineables)
          Return a map whose keys are the input originals and whose values are the refreshed candidates.
 WTKeyedMap EPMWorkspaceManager.getUpdateCounter(EPMWorkspace workspace)
          Returns the update counter associated with the trackables in the given workspace.
 WTKeyedMap EPMStandardWorkspaceManager.getTargetFolder(WTCollection docsAndParts, boolean returnFolderPath)
          Given a collection of new EPMDocument and WTPart, returns the target folders.
 WTKeyedMap EPMStandardWorkspaceManager.getTargetLocation(EPMWorkspace workspace, WTCollection docsAndParts, boolean returnFolderPath)
          Given a list of EPMDocument or WTPart, returns the default target folder location for new objects, the folder to where the objects will be checked in for checked out objects, and the current folder location for any other objects.
 WTKeyedMap EPMStandardWorkspaceManager.getUpdateCounter(WTCollection trackables)
          Returns the update counter associated with Trackables.
 WTKeyedMap EPMStandardWorkspaceManager.getRefreshCandidates(EPMWorkspace workspace, WTCollection baselineables)
          Return a map whose keys are the input originals and whose values are the refreshed candidates.
 WTKeyedMap EPMStandardWorkspaceManager.getUpdateCounter(EPMWorkspace workspace)
          Returns the update counter associated with the trackables in the given workspace.
protected static WTKeyedMap EPMStandardWorkspaceManager.findWorkspaceObjects(WTCollection objects)
           
private  WTKeyedMap EPMStandardBaselineService.getCheckpoints(WTCollection persistables)
           
 WTKeyedMap EPMCheckinDataContainer.getFamilyTableByMember()
           
 WTKeyedMap EPMCheckinDataContainer.getMembers()
          Returns a map whose keys are family tables and whose values are their checked in members.
private  WTKeyedMap AsStoredTransactionListener.queryOwnerCounts(WTCollection asStoredConfigs)
           
 

Methods in wt.epm.workspaces with parameters of type WTKeyedMap
protected static WTSet WorkspaceCheckinManager.checkin(EPMWorkspace workspace, WTKeyedMap toCheckin)
          Checks in the given list of working copies or new objects.
private static void WorkspaceCheckinManager.updateDocs(WTCollection entries, Workable doc, WTKeyedMap docsCollectionMap)
           
private static void WorkspaceCheckinManager.setDefaultCheckinOption(WTKeyedMap objects)
           
private static void WorkspaceCheckinManager.setNote(WTKeyedMap objects)
           
private static void WorkspaceCheckinManager.setDefaultCheckinFolder(EPMWorkspace workspace, WTKeyedMap checkinOptions)
           
private static void WorkspaceCheckinManager.dispatchPreWorkspaceCheckinEvent(EPMWorkspace workspace, WTKeyedMap workingMap)
           
private static void WorkspaceCheckinManager.dispatchPostWorkspaceCheckinEvent(EPMWorkspace workspace, WTKeyedMap workingMap)
           
protected static void InitialCheckinDataManager.setTargetFolder(WTKeyedMap targetFolders)
           
private static WTKeyedMap InitialCheckinDataManager.putAll(WTKeyedMap retval, Collection keys, Collection values)
           
protected static WTKeyedMap InitialCheckinDataManager.getNewObjectsTargetLocation(WTKeyedMap targetFolders, EPMWorkspace workspace, WTCollection docsAndParts, boolean returnFolderPath)
          Given a collection of docs and parts, finds the target folder for all new objects.
 WTSet EPMWorkspaceManagerFwd.checkin(EPMWorkspace workspace, WTKeyedMap toCheckin)
          Checks in the given list of working copies or new objects.
 void EPMWorkspaceManagerFwd.setTargetFolder(WTKeyedMap targetFolders)
          Sets the location to the given folder for the given a collection of new objects.
 WTSet EPMWorkspaceManager.checkin(EPMWorkspace workspace, WTKeyedMap toCheckin)
          Checks in the given list of working copies or new objects.
 void EPMWorkspaceManager.setTargetFolder(WTKeyedMap targetFolders)
          Sets the location to the given folder for the given a collection of new objects.
 WTSet EPMStandardWorkspaceManager.checkin(EPMWorkspace workspace, WTKeyedMap toCheckin)
          Checks in the given list of working copies or new objects.
 void EPMStandardWorkspaceManager.setTargetFolder(WTKeyedMap targetFolders)
          Sets the location to the given folder for the given a collection of new objects.
protected static void EPMCacheEventListener.processCheckoutToWorkspaceEvent(EPMWorkspace workspace, WTKeyedMap checkoutMap)
           
protected static void EPMCacheEventListener.processPostWorkspaceCheckinEvent(EPMWorkspace workspace, WTKeyedMap checkinMap)
           
 

Constructors in wt.epm.workspaces with parameters of type WTKeyedMap
EPMWorkspaceManagerEvent(String eventType, EPMWorkspace workspace, WTKeyedMap wipMap)
          Creates WorkspaceManager event for Checkin and Checkout.
 

Uses of WTKeyedMap in wt.fc
 

Fields in wt.fc declared as WTKeyedMap
private  WTKeyedMap ReferentialIntegrityException.linkMap
           
private  WTKeyedMap ReferentialIntegrityException.linkMap
           
 

Methods in wt.fc that return WTKeyedMap
 WTKeyedMap ReferentialIntegrityException.getLinkMap()
           
 WTKeyedMap ReferentialIntegrityException.getLinkMap()
           
 

Methods in wt.fc with parameters of type WTKeyedMap
 WTCollection StandardIdentityService.changeIdentities(WTKeyedMap identifiedToIdentificationObjectMap)
          Changes the identities of all the Identied objects (the keys) to the ones of the IdentificationObjects (the values).
static void PersistenceServerHelper.copyLinks(Map sourceObjectsToLinksMap, String roleObjectRole, WTKeyedMap sourceObjectToRoleObjectMap)
          Copies forward RoleObject values in sourceObjectToRoleObjectMap to copies of links in sourceObjectsToLinksMap.
static WTValuedMap PersistenceServerHelper.appendCopyLinkMap(WTValuedMap copyLinkMap, Map sourceObjectsToLinksMap, String roleObjectRole, WTKeyedMap sourceObjectToRoleObjectMap)
          Build an aggregate copyLinkMap.
 WTCollection IdentityServiceFwd.changeIdentities(WTKeyedMap identifiedToIdentificationObjectMap)
          Changes the identities of all the Identied objects (the keys) to the ones of the IdentificationObjects (the values).
 WTCollection IdentityService.changeIdentities(WTKeyedMap identifiedToIdentificationObjectMap)
          Changes the identities of all the Identied objects (the keys) to the ones of the IdentificationObjects (the values).
 WTCollection StandardIdentityService.changeIdentities(WTKeyedMap identifiedToIdentificationObjectMap)
          Changes the identities of all the Identied objects (the keys) to the ones of the IdentificationObjects (the values).
static void PersistenceServerHelper.copyLinks(Map sourceObjectsToLinksMap, String roleObjectRole, WTKeyedMap sourceObjectToRoleObjectMap)
          Copies forward RoleObject values in sourceObjectToRoleObjectMap to copies of links in sourceObjectsToLinksMap.
static WTValuedMap PersistenceServerHelper.appendCopyLinkMap(WTValuedMap copyLinkMap, Map sourceObjectsToLinksMap, String roleObjectRole, WTKeyedMap sourceObjectToRoleObjectMap)
          Build an aggregate copyLinkMap.
 WTCollection IdentityServiceFwd.changeIdentities(WTKeyedMap identifiedToIdentificationObjectMap)
          Changes the identities of all the Identied objects (the keys) to the ones of the IdentificationObjects (the values).
 WTCollection IdentityService.changeIdentities(WTKeyedMap identifiedToIdentificationObjectMap)
          Changes the identities of all the Identied objects (the keys) to the ones of the IdentificationObjects (the values).
 

Constructors in wt.fc with parameters of type WTKeyedMap
ReferentialIntegrityException(WTKeyedMap a_linkMap)
           
IdentityServiceEvent(String event_type, WTKeyedMap target)
          Multi Object Event constructor.
ReferentialIntegrityException(WTKeyedMap a_linkMap)
           
IdentityServiceEvent(String event_type, WTKeyedMap target)
          Multi Object Event constructor.
 

Uses of WTKeyedMap in wt.fc.collections
 

Subinterfaces of WTKeyedMap in wt.fc.collections
 interface WTValuedMap
          A WTKeyedMap in which the values are a WTCollection.
 

Classes in wt.fc.collections that implement WTKeyedMap
(package private) static class EmptyCollections.EmptyKeyedMap
           
(package private) static class EmptyCollections.EmptyValuedMap
           
(package private) static class SynchronizedCollections.SynchronizedKeyedMap
           
(package private) static class SynchronizedCollections.SynchronizedValuedMap
           
(package private) static class UnmodifiableCollections.UnmodifiableKeyedMap
           
(package private) static class UnmodifiableCollections.UnmodifiableValuedMap
           
 class WTKeyedHashMap
          Follows the patterns established by the default collection implementations.
 class WTValuedHashMap
          The key mask for the values collection can be specified in the constructor.
 

Fields in wt.fc.collections declared as WTKeyedMap
(package private)  WTKeyedMap UnmodifiableCollections.UnmodifiableKeyedMap.m
           
(package private)  WTKeyedMap SynchronizedCollections.SynchronizedKeyedMap.m
           
static WTKeyedMap CollectionsHelper.EMPTY_KEYED_MAP
          A reusable empty map.
static WTKeyedMap CollectionsHelper.EMPTY_MAP
          Deprecated. Replaced by EMPTY_KEYED_MAP
 

Methods in wt.fc.collections that return WTKeyedMap
 WTKeyedMap StandardCollectionsManager.refresh(WTKeyedMap map)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
 WTKeyedMap StandardCollectionsManager.refresh(WTKeyedMap map, RefreshSpec spec)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
 WTKeyedMap CollectionsManagerFwd.refresh(WTKeyedMap map)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
 WTKeyedMap CollectionsManagerFwd.refresh(WTKeyedMap map, RefreshSpec spec)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
 WTKeyedMap CollectionsManager.refresh(WTKeyedMap map)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
 WTKeyedMap CollectionsManager.refresh(WTKeyedMap map, RefreshSpec spec)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
static WTKeyedMap CollectionsHelper.synchronizedWTKeyedMap(WTKeyedMap map)
          

Supported API: true
static WTKeyedMap CollectionsHelper.unmodifiableWTKeyedMap(WTKeyedMap map)
          

Supported API: true
 

Methods in wt.fc.collections with parameters of type WTKeyedMap
 Object WTKeyedMap.connect(Persistable p, WTKeyedMap source)
          Adds the mapping for the given key to this map from the source map.
 Object WTKeyedMap.connect(QueryKey query_key, WTKeyedMap source)
          Adds the mapping for the given key to this map from the source map.
 Object WTKeyedMap.connect(WTReference ref, WTKeyedMap source)
          Adds the mapping for the given key to this map from the source map.
 Object WTKeyedMap.connect(Persistable p, WTKeyedMap source, boolean put_if_not_present)
          Adds the mapping for the given key to this map from the source map.
 Object WTKeyedMap.connect(WTReference ref, WTKeyedMap source, boolean put_if_not_present)
          Adds the mapping for the given key to this map from the source map.
 Object WTKeyedMap.connect(QueryKey query_key, WTKeyedMap source, boolean put_if_not_present)
          Connects the given key with the key in source.
 Object WTKeyedMap.connect(Persistable p, Object value, WTKeyedMap source)
          Adds the mapping for the given key to this map from the source map.
 Object WTKeyedMap.connect(QueryKey query_key, Object value, WTKeyedMap source)
          Connects the given key with the key in source.
 Object WTKeyedMap.connect(WTReference ref, Object value, WTKeyedMap source)
          Connects the given key with the key in source.
 void WTKeyedMap.connectAll(WTKeyedMap source)
          Adds the mappings from the source map to this map.
 void WTKeyedMap.connectAll(WTKeyedMap source, boolean put_if_not_present)
          Adds the mappings from the source map to this map.
 Object WTKeyedHashMap.connect(Persistable p, WTKeyedMap source)
          Adds the mapping for the given key to this map from the source map.
 Object WTKeyedHashMap.connect(QueryKey query_key, WTKeyedMap source)
          Adds the mapping for the given key to this map from the source map.
 Object WTKeyedHashMap.connect(WTReference ref, WTKeyedMap source)
          Adds the mapping for the given key to this map from the source map.
 Object WTKeyedHashMap.connect(Persistable p, WTKeyedMap source, boolean put_if_not_present)
          Adds the mapping for the given key to this map from the source map.
 Object WTKeyedHashMap.connect(WTReference ref, WTKeyedMap source, boolean put_if_not_present)
          Adds the mapping for the given key to this map from the source map.
 Object WTKeyedHashMap.connect(QueryKey query_key, WTKeyedMap source, boolean put_if_not_present)
          Connects the given key with the key in source.
 Object WTKeyedHashMap.connect(Persistable p, Object value, WTKeyedMap source)
          Adds the mapping for the given key to this map from the source map.
 Object WTKeyedHashMap.connect(QueryKey query_key, Object value, WTKeyedMap source)
          Connects the given key with the key in source.
 Object WTKeyedHashMap.connect(WTReference ref, Object value, WTKeyedMap source)
          Connects the given key with the key in source.
 void WTKeyedHashMap.connectAll(WTKeyedMap source)
          Adds the mappings from the source map to this map.
 void WTKeyedHashMap.connectAll(WTKeyedMap source, boolean put_if_not_present)
          Adds the mappings from the source map to this map.
 Object UnmodifiableCollections.UnmodifiableKeyedMap.connect(Persistable persistable, WTKeyedMap source)
           
 Object UnmodifiableCollections.UnmodifiableKeyedMap.connect(QueryKey queryKey, WTKeyedMap source)
           
 Object UnmodifiableCollections.UnmodifiableKeyedMap.connect(WTReference wTReference, WTKeyedMap source)
           
 Object UnmodifiableCollections.UnmodifiableKeyedMap.connect(Persistable persistable, WTKeyedMap source, boolean put_if_not_present)
           
 Object UnmodifiableCollections.UnmodifiableKeyedMap.connect(QueryKey queryKey, WTKeyedMap source, boolean put_if_not_present)
           
 Object UnmodifiableCollections.UnmodifiableKeyedMap.connect(WTReference wTReference, WTKeyedMap source, boolean put_if_not_present)
           
 Object UnmodifiableCollections.UnmodifiableKeyedMap.connect(Persistable persistable, Object value, WTKeyedMap source)
           
 Object UnmodifiableCollections.UnmodifiableKeyedMap.connect(QueryKey queryKey, Object value, WTKeyedMap source)
           
 Object UnmodifiableCollections.UnmodifiableKeyedMap.connect(WTReference wTReference, Object value, WTKeyedMap source)
           
 void UnmodifiableCollections.UnmodifiableKeyedMap.connectAll(WTKeyedMap source)
           
 void UnmodifiableCollections.UnmodifiableKeyedMap.connectAll(WTKeyedMap source, boolean put_if_not_present)
           
 Object SynchronizedCollections.SynchronizedKeyedMap.connect(Persistable persistable, WTKeyedMap source)
           
 Object SynchronizedCollections.SynchronizedKeyedMap.connect(QueryKey queryKey, WTKeyedMap source)
           
 Object SynchronizedCollections.SynchronizedKeyedMap.connect(WTReference wTReference, WTKeyedMap source)
           
 Object SynchronizedCollections.SynchronizedKeyedMap.connect(Persistable persistable, WTKeyedMap source, boolean put_if_not_present)
           
 Object SynchronizedCollections.SynchronizedKeyedMap.connect(QueryKey queryKey, WTKeyedMap source, boolean put_if_not_present)
           
 Object SynchronizedCollections.SynchronizedKeyedMap.connect(WTReference wTReference, WTKeyedMap source, boolean put_if_not_present)
           
 Object SynchronizedCollections.SynchronizedKeyedMap.connect(Persistable persistable, Object value, WTKeyedMap source)
           
 Object SynchronizedCollections.SynchronizedKeyedMap.connect(QueryKey queryKey, Object value, WTKeyedMap source)
           
 Object SynchronizedCollections.SynchronizedKeyedMap.connect(WTReference wTReference, Object value, WTKeyedMap source)
           
 void SynchronizedCollections.SynchronizedKeyedMap.connectAll(WTKeyedMap source)
           
 void SynchronizedCollections.SynchronizedKeyedMap.connectAll(WTKeyedMap source, boolean put_if_not_present)
           
 WTKeyedMap StandardCollectionsManager.refresh(WTKeyedMap map)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
 WTKeyedMap StandardCollectionsManager.refresh(WTKeyedMap map, RefreshSpec spec)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
 void StandardCollectionsManager.restore(WTKeyedMap map)
          Refreshes the given map with a RefreshSpec that has access control disabled, and the defaults for all other options.
 Object EmptyCollections.EmptyKeyedMap.connect(Persistable persistable, WTKeyedMap source)
           
 Object EmptyCollections.EmptyKeyedMap.connect(QueryKey queryKey, WTKeyedMap source)
           
 Object EmptyCollections.EmptyKeyedMap.connect(WTReference wTReference, WTKeyedMap source)
           
 Object EmptyCollections.EmptyKeyedMap.connect(Persistable persistable, WTKeyedMap source, boolean put_if_not_present)
           
 Object EmptyCollections.EmptyKeyedMap.connect(QueryKey queryKey, WTKeyedMap source, boolean put_if_not_present)
           
 Object EmptyCollections.EmptyKeyedMap.connect(WTReference wTReference, WTKeyedMap source, boolean put_if_not_present)
           
 Object EmptyCollections.EmptyKeyedMap.connect(WTReference ref, Object value, WTKeyedMap source)
           
 Object EmptyCollections.EmptyKeyedMap.connect(Persistable p, Object value, WTKeyedMap source)
           
 Object EmptyCollections.EmptyKeyedMap.connect(QueryKey key, Object value, WTKeyedMap source)
           
 void EmptyCollections.EmptyKeyedMap.connectAll(WTKeyedMap source)
           
 void EmptyCollections.EmptyKeyedMap.connectAll(WTKeyedMap source, boolean put_if_not_present)
           
static void CollectionsServerHelper.inflate(WTKeyedMap map)
          Inflate all elements in the map that do not have an in-memory copy of their Persistable, with access control disabled..
 void CollectionsManagerSvr.restore(WTKeyedMap map)
          Refreshes the given map with a RefreshSpec that has access control disabled, and the defaults for all other options.
 WTKeyedMap CollectionsManagerFwd.refresh(WTKeyedMap map)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
 WTKeyedMap CollectionsManagerFwd.refresh(WTKeyedMap map, RefreshSpec spec)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
 WTKeyedMap CollectionsManager.refresh(WTKeyedMap map)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
 WTKeyedMap CollectionsManager.refresh(WTKeyedMap map, RefreshSpec spec)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
static void CollectionsHelper.inflate(WTKeyedMap map)
          Inflate all elements in the map that do not have an in-memory copy of their Persistable.
static void CollectionsHelper.inflate(WTKeyedMap map, RefreshSpec spec)
          Inflate all elements in the map that do not have an in-memory copy of their Persistable, with access control disabled..
static WTKeyedMap CollectionsHelper.synchronizedWTKeyedMap(WTKeyedMap map)
          

Supported API: true
static WTKeyedMap CollectionsHelper.unmodifiableWTKeyedMap(WTKeyedMap map)
          

Supported API: true
(package private) static void CollectionsHelper.addElement(WTKeyedMap m, Object o)
          Delegated to by ResultProcessor.addElement implementations
 

Constructors in wt.fc.collections with parameters of type WTKeyedMap
UnmodifiableCollections.UnmodifiableKeyedMap(WTKeyedMap m)
           
SynchronizedCollections.SynchronizedKeyedMap(WTKeyedMap m)
           
SynchronizedCollections.SynchronizedKeyedMap(WTKeyedMap m, Object lock)
           
 

Uses of WTKeyedMap in wt.fc.requireddata
 

Methods in wt.fc.requireddata that return WTKeyedMap
 WTKeyedMap StandardRequiredDataService.queryLinks(LinkQueryData[] linkQueryData, boolean useRoleA)
          Queries a single link class role specified by the useRoleA boolean and the information defined in the LinkQueryData[].
 WTKeyedMap StandardRequiredDataService.queryAdHocForeignKey(AdHocForeignKeyLinkQueryData[] adHocFKLinkQueryData)
          Supports bulk queries for relationships that are not modeled as BinaryLink or ForeignKeyLink.
private  WTKeyedMap StandardRequiredDataService.processResults(QueryResult qr)
          Construct a WTKeyedMap containing keys = link QueryKeys and values = role object QueryKeys.
 WTKeyedMap RequiredDataServiceSvr.queryLinks(LinkQueryData[] linkQueryData, boolean useRoleA)
          Queries a single link class role specified by the useRoleA boolean and the information defined in the LinkQueryData[].
 WTKeyedMap RequiredDataServiceSvr.queryAdHocForeignKey(AdHocForeignKeyLinkQueryData[] adHocFKLinkQueryData)
          Supports bulk queries for relationships that are not modeled as BinaryLink or ForeignKeyLink.
 

Uses of WTKeyedMap in wt.folder
 

Fields in wt.folder declared as WTKeyedMap
private  WTKeyedMap FolderServiceEvent.sourceFoldersToTargets
          A mapping of source Folders to WTSets of FolderEntries that are being moved from the folders.
private  WTKeyedMap FolderServiceEvent.destinationFoldersToTargets
          A mapping of source Folders to WTSets of FolderEntries that are being moved to the folders.
(package private)  WTKeyedMap FolderLogic.FolderChange.destinationsToTargets
           
(package private)  WTKeyedMap FolderLogic.FolderChange.sourcesToTargets
           
(package private)  WTKeyedMap FolderLogic.FolderPropertyApplier.toChangeIdentity
           
private  WTKeyedMap FolderServiceEvent.sourceFoldersToTargets
          A mapping of source Folders to WTSets of FolderEntries that are being moved from the folders.
private  WTKeyedMap FolderServiceEvent.destinationFoldersToTargets
          A mapping of source Folders to WTSets of FolderEntries that are being moved to the folders.
(package private)  WTKeyedMap FolderLogic.FolderChange.destinationsToTargets
           
(package private)  WTKeyedMap FolderLogic.FolderChange.sourcesToTargets
           
(package private)  WTKeyedMap FolderLogic.FolderPropertyApplier.toChangeIdentity
           
 

Methods in wt.folder that return WTKeyedMap
 WTKeyedMap StandardFolderServiceSvr.getContainerToCabinetsMapReadOnly(WTCollection containers, boolean shared_only, AccessPermission permission)
          Get a mapping of the given containers to their accessible cabinets

Supported API: false
 WTKeyedMap StandardFolderServiceSvr.getParentToSubFoldersMapReadOnly(WTCollection parents, AccessPermission permission)
          Get a mapping of parent folders to WTSets of their subfolders

Supported API: false
 WTKeyedMap StandardFolderService.getContainerToCabinetsMap(WTCollection containers, boolean shared_only)
          Get a mapping of the given containers to their accessible cabinets

Supported API: false
 WTKeyedMap StandardFolderService.getContainerToCabinetNamesMap(WTCollection containers, boolean shared_only)
          Get a mapping of the given containers to thei names of their accessible cabinets

Supported API: false
 WTKeyedMap StandardFolderService.getParentToSubFoldersMap(WTCollection parents)
          Get a mapping of parent folders to WTSets of their subfolders

Supported API: false
 WTKeyedMap StandardFolderService.getCabinetBasedToLocationMap(WTCollection objects)
          Get the locations for the given CabinetBased objects.
 WTKeyedMap StandardFolderService.getCabinetBasedToPathMap(WTCollection objects)
          Get the paths for the given CabinetBased objects.
 WTKeyedMap StandardFolderService.getFolderToContentsMap(WTSet folders, Class entry_class, boolean include_shared)
          Get the contents of the given set of folders.
 WTKeyedMap PassThruFolderCache.getContainerToCabinetMap(WTCollection containers, boolean shared_only, boolean read_only)
          Get all of the cabinets that are in the given containers
 WTKeyedMap PassThruFolderCache.getParentToSubFoldersMap(WTCollection parents, boolean read_only)
          Get all the subfolders of the given parent folders
 WTKeyedMap FolderServiceSvr.getContainerToCabinetsMapReadOnly(WTCollection containers, boolean shared_only, AccessPermission permission)
          Get a mapping of the given containers to their accessible cabinets

Supported API: false
 WTKeyedMap FolderServiceSvr.getParentToSubFoldersMapReadOnly(WTCollection parents, AccessPermission permission)
          Get a mapping of parent folders to WTSets of their subfolders

Supported API: false
 WTKeyedMap FolderServiceFwd.getContainerToCabinetsMap(WTCollection containers, boolean shared_only)
          Get a mapping of the given containers to their accessible cabinets

Supported API: false
 WTKeyedMap FolderServiceFwd.getContainerToCabinetNamesMap(WTCollection containers, boolean shared_only)
          Get a mapping of the given containers to thei names of their accessible cabinets

Supported API: false
 WTKeyedMap FolderServiceFwd.getParentToSubFoldersMap(WTCollection parents)
          Get a mapping of parent folders to WTSets of their subfolders

Supported API: false
 WTKeyedMap FolderServiceFwd.getCabinetBasedToLocationMap(WTCollection objects)
          Get the locations for the given CabinetBased objects.
 WTKeyedMap FolderServiceFwd.getCabinetBasedToPathMap(WTCollection objects)
          Get the paths for the given CabinetBased objects.
 WTKeyedMap FolderServiceFwd.getFolderToContentsMap(WTSet folders, Class entry_class, boolean include_shared)
          Get the contents of the given set of folders.
 WTKeyedMap FolderServiceEvent.getSourceFoldersToTargets()
          Valid for use with multi-object FolderServiceEvents.
 WTKeyedMap FolderServiceEvent.getDestinationFoldersToTargets()
          Valid for use with multi-object FolderServiceEvents.
 WTKeyedMap FolderService.getContainerToCabinetsMap(WTCollection containers, boolean shared_only)
          Get a mapping of the given containers to their accessible cabinets

Supported API: false
 WTKeyedMap FolderService.getContainerToCabinetNamesMap(WTCollection containers, boolean shared_only)
          Get a mapping of the given containers to thei names of their accessible cabinets

Supported API: false
 WTKeyedMap FolderService.getParentToSubFoldersMap(WTCollection parents)
          Get a mapping of parent folders to WTSets of their subfolders

Supported API: false
 WTKeyedMap FolderService.getCabinetBasedToLocationMap(WTCollection objects)
          Get the locations for the given CabinetBased objects.
 WTKeyedMap FolderService.getCabinetBasedToPathMap(WTCollection objects)
          Get the paths for the given CabinetBased objects.
 WTKeyedMap FolderService.getFolderToContentsMap(WTSet folders, Class entry_class, boolean include_shared)
          Get the contents of the given set of folders.
(package private) static WTKeyedMap FolderLogic.getContainerToCabinetsMap(WTCollection containers, boolean shared_only, boolean read_only, AccessPermission permission)
          Get a mapping of the given containers to their cabinets
(package private) static WTKeyedMap FolderLogic.getContainerToCabinetNamesMap(WTCollection containers, boolean shared_only)
          Get a mapping of the given containers to the names of their cabinets that the current user has read access to
(package private) static WTKeyedMap FolderLogic.getParentToSubFoldersMap(WTCollection parents, boolean read_only, AccessPermission permission)
          Get a mapping of the parent folders to their accessible subfolders
(package private) static WTKeyedMap FolderLogic.getEntryToMembershipMap(WTCollection entries, boolean inflate_folders, AccessPermission permission, boolean throw_exceptions)
          Gets the FolderMemberships for the given entries.
(package private) static WTKeyedMap FolderLogic.getCabinetBasedToLocationMap(WTCollection objects)
          Get the locations for the given CabinetBased objects.
(package private) static WTKeyedMap FolderLogic.getCabinetBasedToPathMap(WTCollection objects)
          Get the paths for the given CabinetBased objects.
(package private) static WTKeyedMap FolderLogic.getFolderToContentsMap(WTSet folders, AccessPermission permission)
          Get the contents of the given set of folders.
(package private) static WTKeyedMap FolderLogic.getFolderToContentsMap(WTSet folders, Class entry_class, boolean include_shares, AccessPermission permission)
          Get the contents of the given set of folders.
static WTKeyedMap FolderHelper.getCabinetBasedToLocationMap(WTCollection objects)
          Get the locations for the given CabinetBased objects.
static WTKeyedMap FolderHelper.getCabinetBasedToPathMap(WTCollection objects)
          Get the paths for the given CabinetBased objects.
 WTKeyedMap FolderCache.getContainerToCabinetMap(WTCollection containers, boolean shared_only, boolean read_only)
          Get all of the cabinets that are in the given containers
 WTKeyedMap FolderCache.getParentToSubFoldersMap(WTCollection parents, boolean read_only)
          Get all the subfolders of the given parent folders
 WTKeyedMap DefaultFolderCache.getContainerToCabinetMap(WTCollection containers, boolean shared_only, boolean read_only)
          Get all of the cabinets that are in the given containers
 WTKeyedMap DefaultFolderCache.getParentToSubFoldersMap(WTCollection parents, boolean read_only)
          Get all the subfolders of the given parent folders
 WTKeyedMap StandardFolderServiceSvr.getContainerToCabinetsMapReadOnly(WTCollection containers, boolean shared_only, AccessPermission permission)
          Get a mapping of the given containers to their accessible cabinets

Supported API: false
 WTKeyedMap StandardFolderServiceSvr.getParentToSubFoldersMapReadOnly(WTCollection parents, AccessPermission permission)
          Get a mapping of parent folders to WTSets of their subfolders

Supported API: false
 WTKeyedMap StandardFolderService.getContainerToCabinetsMap(WTCollection containers, boolean shared_only)
          Get a mapping of the given containers to their accessible cabinets

Supported API: false
 WTKeyedMap StandardFolderService.getContainerToCabinetNamesMap(WTCollection containers, boolean shared_only)
          Get a mapping of the given containers to thei names of their accessible cabinets

Supported API: false
 WTKeyedMap StandardFolderService.getParentToSubFoldersMap(WTCollection parents)
          Get a mapping of parent folders to WTSets of their subfolders

Supported API: false
 WTKeyedMap StandardFolderService.getCabinetBasedToLocationMap(WTCollection objects)
          Get the locations for the given CabinetBased objects.
 WTKeyedMap StandardFolderService.getCabinetBasedToPathMap(WTCollection objects)
          Get the paths for the given CabinetBased objects.
 WTKeyedMap StandardFolderService.getFolderToContentsMap(WTSet folders, Class entry_class, boolean include_shared)
          Get the contents of the given set of folders.
 WTKeyedMap PassThruFolderCache.getContainerToCabinetMap(WTCollection containers, boolean shared_only, boolean read_only)
          Get all of the cabinets that are in the given containers
 WTKeyedMap PassThruFolderCache.getParentToSubFoldersMap(WTCollection parents, boolean read_only)
          Get all the subfolders of the given parent folders
 WTKeyedMap FolderServiceSvr.getContainerToCabinetsMapReadOnly(WTCollection containers, boolean shared_only, AccessPermission permission)
          Get a mapping of the given containers to their accessible cabinets

Supported API: false
 WTKeyedMap FolderServiceSvr.getParentToSubFoldersMapReadOnly(WTCollection parents, AccessPermission permission)
          Get a mapping of parent folders to WTSets of their subfolders

Supported API: false
 WTKeyedMap FolderServiceFwd.getContainerToCabinetsMap(WTCollection containers, boolean shared_only)
          Get a mapping of the given containers to their accessible cabinets

Supported API: false
 WTKeyedMap FolderServiceFwd.getContainerToCabinetNamesMap(WTCollection containers, boolean shared_only)
          Get a mapping of the given containers to thei names of their accessible cabinets

Supported API: false
 WTKeyedMap FolderServiceFwd.getParentToSubFoldersMap(WTCollection parents)
          Get a mapping of parent folders to WTSets of their subfolders

Supported API: false
 WTKeyedMap FolderServiceFwd.getCabinetBasedToLocationMap(WTCollection objects)
          Get the locations for the given CabinetBased objects.
 WTKeyedMap FolderServiceFwd.getCabinetBasedToPathMap(WTCollection objects)
          Get the paths for the given CabinetBased objects.
 WTKeyedMap FolderServiceFwd.getFolderToContentsMap(WTSet folders, Class entry_class, boolean include_shared)
          Get the contents of the given set of folders.
 WTKeyedMap FolderServiceEvent.getSourceFoldersToTargets()
          Valid for use with multi-object FolderServiceEvents.
 WTKeyedMap FolderServiceEvent.getDestinationFoldersToTargets()
          Valid for use with multi-object FolderServiceEvents.
 WTKeyedMap FolderService.getContainerToCabinetsMap(WTCollection containers, boolean shared_only)
          Get a mapping of the given containers to their accessible cabinets

Supported API: false
 WTKeyedMap FolderService.getContainerToCabinetNamesMap(WTCollection containers, boolean shared_only)
          Get a mapping of the given containers to thei names of their accessible cabinets

Supported API: false
 WTKeyedMap FolderService.getParentToSubFoldersMap(WTCollection parents)
          Get a mapping of parent folders to WTSets of their subfolders

Supported API: false
 WTKeyedMap FolderService.getCabinetBasedToLocationMap(WTCollection objects)
          Get the locations for the given CabinetBased objects.
 WTKeyedMap FolderService.getCabinetBasedToPathMap(WTCollection objects)
          Get the paths for the given CabinetBased objects.
 WTKeyedMap FolderService.getFolderToContentsMap(WTSet folders, Class entry_class, boolean include_shared)
          Get the contents of the given set of folders.
(package private) static WTKeyedMap FolderLogic.getContainerToCabinetsMap(WTCollection containers, boolean shared_only, boolean read_only, AccessPermission permission)
          Get a mapping of the given containers to their cabinets
(package private) static WTKeyedMap FolderLogic.getContainerToCabinetNamesMap(WTCollection containers, boolean shared_only)
          Get a mapping of the given containers to the names of their cabinets that the current user has read access to
(package private) static WTKeyedMap FolderLogic.getParentToSubFoldersMap(WTCollection parents, boolean read_only, AccessPermission permission)
          Get a mapping of the parent folders to their accessible subfolders
(package private) static WTKeyedMap FolderLogic.getEntryToMembershipMap(WTCollection entries, boolean inflate_folders, AccessPermission permission, boolean throw_exceptions)
          Gets the FolderMemberships for the given entries.
(package private) static WTKeyedMap FolderLogic.getCabinetBasedToLocationMap(WTCollection objects)
          Get the locations for the given CabinetBased objects.
(package private) static WTKeyedMap FolderLogic.getCabinetBasedToPathMap(WTCollection objects)
          Get the paths for the given CabinetBased objects.
(package private) static WTKeyedMap FolderLogic.getFolderToContentsMap(WTSet folders, AccessPermission permission)
          Get the contents of the given set of folders.
(package private) static WTKeyedMap FolderLogic.getFolderToContentsMap(WTSet folders, Class entry_class, boolean include_shares, AccessPermission permission)
          Get the contents of the given set of folders.
static WTKeyedMap FolderHelper.getCabinetBasedToLocationMap(WTCollection objects)
          Get the locations for the given CabinetBased objects.
static WTKeyedMap FolderHelper.getCabinetBasedToPathMap(WTCollection objects)
          Get the paths for the given CabinetBased objects.
 WTKeyedMap FolderCache.getContainerToCabinetMap(WTCollection containers, boolean shared_only, boolean read_only)
          Get all of the cabinets that are in the given containers
 WTKeyedMap FolderCache.getParentToSubFoldersMap(WTCollection parents, boolean read_only)
          Get all the subfolders of the given parent folders
 WTKeyedMap DefaultFolderCache.getContainerToCabinetMap(WTCollection containers, boolean shared_only, boolean read_only)
          Get all of the cabinets that are in the given containers
 WTKeyedMap DefaultFolderCache.getParentToSubFoldersMap(WTCollection parents, boolean read_only)
          Get all the subfolders of the given parent folders
 

Methods in wt.folder with parameters of type WTKeyedMap
protected  void StandardFolderService.preChangeIdentity(WTKeyedMap identified_to_new_identities)
           
protected static void StandardFolderService.cleanupLink(WTKeyedMap objects_to_links)
           
private  void DefaultFolderCache.cleanupSubFolderLinks(WTKeyedMap objects_to_links)
          React to a local REMOVE event
private  void DefaultFolderCache.postChangeIdentities(WTKeyedMap identifieds_to_old_identities)
          React to a local POST_CHANGE_IDENTITY event
private  void DefaultFolderCache.postChangeFolder(WTKeyedMap sources_to_targets, WTKeyedMap destinations_to_targets)
          React to a local POST_CHANGE_FOLDER event
protected  void StandardFolderService.preChangeIdentity(WTKeyedMap identified_to_new_identities)
           
protected static void StandardFolderService.cleanupLink(WTKeyedMap objects_to_links)
           
private  void DefaultFolderCache.cleanupSubFolderLinks(WTKeyedMap objects_to_links)
          React to a local REMOVE event
private  void DefaultFolderCache.postChangeIdentities(WTKeyedMap identifieds_to_old_identities)
          React to a local POST_CHANGE_IDENTITY event
private  void DefaultFolderCache.postChangeFolder(WTKeyedMap sources_to_targets, WTKeyedMap destinations_to_targets)
          React to a local POST_CHANGE_FOLDER event
 

Constructors in wt.folder with parameters of type WTKeyedMap
FolderServiceEvent(String event_type, WTValuedMap targets_to_destination_folders, WTValuedMap targets_to_source_folders, WTKeyedMap destinations_to_targets, WTKeyedMap sources_to_targets)
          Construct a FolderServiceEvent
FolderServiceEvent(String event_type, WTValuedMap targets_to_destination_folders, WTValuedMap targets_to_source_folders, WTKeyedMap destinations_to_targets, WTKeyedMap sources_to_targets)
          Construct a FolderServiceEvent
 

Uses of WTKeyedMap in wt.fv
 

Methods in wt.fv that return WTKeyedMap
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).
 

Methods in wt.fv with parameters of type WTKeyedMap
static URLRevaultingEvent URLRevaultingEvent.newURLRevaultEvent(WTKeyedMap targetArgsMap, Serializable[] args, String methodName, RevaultUrlSession session)
          

Supported API: false Factory for creating multi-object version of event.
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).
 RevaultingEvent RevaultingEvent.newRevaultingEvent(WTKeyedMap targetArgsMap, String methodName, RevaultingSession history, Serializable[] args)
          

Supported API: false
 RevaultingEvent RevaultingEvent.newRevaultingEvent(WTKeyedMap targetArgsMap, String methodName, ContReplHistory history, Serializable[] args)
          

Supported API: false
 

Constructors in wt.fv with parameters of type WTKeyedMap
RevaultingEvent(WTKeyedMap targetArgsMap, String methodName, RevaultingSession history)
          

Supported API: false
 

Uses of WTKeyedMap in wt.fv.master
 

Methods in wt.fv.master that return WTKeyedMap
static WTKeyedMap RedirectDownload.getSignedDirectMasterURLs(WTKeyedMap holders)
           
static WTKeyedMap RedirectDownload.getApplicationDataHTTPURLs(WTKeyedMap holders)
           
static WTKeyedMap RedirectDownload.getApplicationDataHTTPURLs(WTKeyedMap holders, WTValuedHashMap fvItems)
           
 

Methods in wt.fv.master with parameters of type WTKeyedMap
static RemoteContentUploadEvent RemoteContentUploadEvent.newRemoteContentUploadEvent(WTKeyedMap targetArgsMap, String methodName, Serializable[] args, ContReplHistory history)
           
static WTKeyedMap RedirectDownload.getSignedDirectMasterURLs(WTKeyedMap holders)
           
static WTKeyedMap RedirectDownload.getApplicationDataHTTPURLs(WTKeyedMap holders)
           
static WTKeyedMap RedirectDownload.getApplicationDataHTTPURLs(WTKeyedMap holders, WTValuedHashMap fvItems)
           
 

Uses of WTKeyedMap in wt.iba.value.service
 

Fields in wt.iba.value.service declared as WTKeyedMap
private  WTKeyedMap MultiObjIBAValueDBService.CopyResultProcessor.srcTargetRefMap
           
private  WTKeyedMap MultiObjIBAValueDBService.CopyResultProcessor.replacementMap
           
 

Methods in wt.iba.value.service with parameters of type WTKeyedMap
 void StandardIBAValueService.copyAttributes(WTKeyedMap ibaHoldersMap, boolean replace)
          Deprecated. Use copyAttributes(WTValuedMap)
 void MultiObjIBAValueService.copyAttributes(WTKeyedMap ibaHoldersMap, boolean replace)
          Deprecated. Use copyAttributes(WTValuedMap)
private  WTArrayList MultiObjIBAValueDBService.getCopyValues(long[] srcIBAholderRefIDs, Map srcTargetMap, WTKeyedMap srcTargetRefMap, WTKeyedMap replacementMap)
           
 void IBAValueServiceFwd.copyAttributes(WTKeyedMap ibaHoldersMap, boolean replace)
          Deprecated. Use copyAttributes(WTValuedMap)
 void IBAValueService.copyAttributes(WTKeyedMap ibaHoldersMap, boolean replace)
          Deprecated. Use copyAttributes(WTValuedMap)
 

Constructors in wt.iba.value.service with parameters of type WTKeyedMap
MultiObjIBAValueDBService.CopyResultProcessor(Map a_srcTargetMap, WTKeyedMap a_srcTargetRefMap, WTKeyedMap a_replacementMap)
           
 

Uses of WTKeyedMap in wt.inf.container
 

Fields in wt.inf.container declared as WTKeyedMap
private  WTKeyedMap WTContainerMoveEvent.sourcesToContained
          A mapping of source WTContainers to WTSets of WTContained objects that are being moved from the containers.
private  WTKeyedMap WTContainerMoveEvent.destinationsToContained
          A mapping of source WTContainers to WTSets of WTContained objects that are being moved to the containers.
(package private)  WTKeyedMap FolderServiceEventHandler.ContainerChange.destinationsToContained
           
(package private)  WTKeyedMap FolderServiceEventHandler.ContainerChange.sourcesToContained
           
private  WTKeyedMap WTContainerMoveEvent.sourcesToContained
          A mapping of source WTContainers to WTSets of WTContained objects that are being moved from the containers.
private  WTKeyedMap WTContainerMoveEvent.destinationsToContained
          A mapping of source WTContainers to WTSets of WTContained objects that are being moved to the containers.
(package private)  WTKeyedMap FolderServiceEventHandler.ContainerChange.destinationsToContained
           
(package private)  WTKeyedMap FolderServiceEventHandler.ContainerChange.sourcesToContained
           
 

Methods in wt.inf.container that return WTKeyedMap
 WTKeyedMap WTContainerMoveEvent.getSourcesToContained()
          Valid for use with multi-object FolderServiceEvents.
 WTKeyedMap WTContainerMoveEvent.getDestinationsToContained()
          Valid for use with multi-object FolderServiceEvents.
 WTKeyedMap WTContainerMoveEvent.getSourcesToContained()
          Valid for use with multi-object FolderServiceEvents.
 WTKeyedMap WTContainerMoveEvent.getDestinationsToContained()
          Valid for use with multi-object FolderServiceEvents.
 

Constructors in wt.inf.container with parameters of type WTKeyedMap
WTContainerMoveEvent(String event_type, WTValuedMap contained_to_destinations, WTValuedMap contained_to_sources, WTKeyedMap destinations_to_contained, WTKeyedMap sources_to_contained)
          Construct a FolderServiceEvent
WTContainerMoveEvent(String event_type, WTValuedMap contained_to_destinations, WTValuedMap contained_to_sources, WTKeyedMap destinations_to_contained, WTKeyedMap sources_to_contained)
          Construct a FolderServiceEvent
 

Uses of WTKeyedMap in wt.inf.sharing
 

Methods in wt.inf.sharing with parameters of type WTKeyedMap
private  void StandardDataSharingService.processCheckInEvent(WTKeyedMap object_map)
          Processes multi-object check in event.
private  WTArrayList StandardDataSharingService.getTargetFolderMaps(WTKeyedMap folder_map)
          Returns all shares such that the target folder has the oid passed as argument.
 

Uses of WTKeyedMap in wt.inf.team
 

Methods in wt.inf.team that return WTKeyedMap
 WTKeyedMap ContainerTeamServiceEvent.getTargets()
          Multi-object getter.
 

Constructors in wt.inf.team with parameters of type WTKeyedMap
ContainerTeamServiceEvent(String eventType, WTKeyedMap map)
          Constructs a Conainer Team services event from the specified service and its event type and WTKeyedMap target.
 

Uses of WTKeyedMap in wt.lifecycle
 

Methods in wt.lifecycle that return WTKeyedMap
 WTKeyedMap StandardLifeCycleService.findSetStateCandidates(WTCollection lcms)
          Determines the allowable states the session principal can set the objects in the collection to.
 WTKeyedMap StandardLifeCycleService.getSeriesSelectors(WTSet lcms)
          Given a WTSet of objects, returns a WTKeyedMap whose keys are those elements of the argument set that are LifeCycleManaged and whose values are the keys' corresponding SeriesRangeSelector values for their current states, if applicable.
private  WTKeyedMap StandardLifeCycleService.getPhaseTemplateMaps(WTCollection collection)
           
private  WTKeyedMap StandardLifeCycleService.createPhases(WTCollection collection, WTKeyedMap phaseTemplates)
           
private  WTKeyedMap StandardLifeCycleService.validateState(WTCollection collection, State aState, Map stateMap)
          This API validates the state of each object in the collection and puts it's nextPhaseTemplate in a map to return to the caller.
private  WTKeyedMap StandardLifeCycleService.getPhases(WTList objects)
           
private  WTKeyedMap StandardLifeCycleService.validateSetState(WTCollection collection, State aState, Map stateMap)
           
 WTKeyedMap LifeCycleServiceFwd.findSetStateCandidates(WTCollection lcms)
          Determines the allowable states the session principal can set the objects in the collection to.
 WTKeyedMap LifeCycleServiceFwd.getSeriesSelectors(WTSet lcms)
          Given a WTSet of objects, returns a WTKeyedMap whose keys are those elements of the argument set that are LifeCycleManaged and whose values are the keys' corresponding SeriesRangeSelector values for their current states, if applicable.
 WTKeyedMap LifeCycleService.findSetStateCandidates(WTCollection lcms)
          Determines the allowable states the session principal can set the objects in the collection to.
 WTKeyedMap LifeCycleService.getSeriesSelectors(WTSet lcms)
          Given a WTSet of objects, returns a WTKeyedMap whose keys are those elements of the argument set that are LifeCycleManaged and whose values are the keys' corresponding SeriesRangeSelector values for their current states, if applicable.
 WTKeyedMap StandardLifeCycleService.findSetStateCandidates(WTCollection lcms)
          Determines the allowable states the session principal can set the objects in the collection to.
 WTKeyedMap StandardLifeCycleService.getSeriesSelectors(WTSet lcms)
          Given a WTSet of objects, returns a WTKeyedMap whose keys are those elements of the argument set that are LifeCycleManaged and whose values are the keys' corresponding SeriesRangeSelector values for their current states, if applicable.
private  WTKeyedMap StandardLifeCycleService.getPhaseTemplateMaps(WTCollection collection)
           
private  WTKeyedMap StandardLifeCycleService.createPhases(WTCollection collection, WTKeyedMap phaseTemplates)
           
private  WTKeyedMap StandardLifeCycleService.validateState(WTCollection collection, State aState, Map stateMap)
          This API validates the state of each object in the collection and puts it's nextPhaseTemplate in a map to return to the caller.
private  WTKeyedMap StandardLifeCycleService.getPhases(WTList objects)
           
private  WTKeyedMap StandardLifeCycleService.validateSetState(WTCollection collection, State aState, Map stateMap)
           
 WTKeyedMap LifeCycleServiceFwd.findSetStateCandidates(WTCollection lcms)
          Determines the allowable states the session principal can set the objects in the collection to.
 WTKeyedMap LifeCycleServiceFwd.getSeriesSelectors(WTSet lcms)
          Given a WTSet of objects, returns a WTKeyedMap whose keys are those elements of the argument set that are LifeCycleManaged and whose values are the keys' corresponding SeriesRangeSelector values for their current states, if applicable.
 WTKeyedMap LifeCycleService.findSetStateCandidates(WTCollection lcms)
          Determines the allowable states the session principal can set the objects in the collection to.
 WTKeyedMap LifeCycleService.getSeriesSelectors(WTSet lcms)
          Given a WTSet of objects, returns a WTKeyedMap whose keys are those elements of the argument set that are LifeCycleManaged and whose values are the keys' corresponding SeriesRangeSelector values for their current states, if applicable.
 

Methods in wt.lifecycle with parameters of type WTKeyedMap
 Map StandardLifeCycleService.navigate(WTKeyedMap c, Transition transition, boolean successor)
          Navigates the PhaseTemplate->PhaseSuccession using param transition.
private  void StandardLifeCycleService.cloneCriteria(WTCollection collection, WTKeyedMap phaseMap, WTKeyedMap phaseTemplateMap)
           
private  void StandardLifeCycleService.setCurrentPhase(WTCollection collection, WTKeyedMap phaseMap)
           
private  WTKeyedMap StandardLifeCycleService.createPhases(WTCollection collection, WTKeyedMap phaseTemplates)
           
private  void StandardLifeCycleService.doStateTransition(WTList collection, String historyEvent, WTKeyedMap phaseTemplateMap, WTContainerRef context, boolean persist)
           
 WTList StandardLifeCycleService.saveHistory(WTList list, WTKeyedMap phaseMap, String event)
           
private  Map StandardLifeCycleService.getPhaseSignatures(WTList objects, WTKeyedMap phaseMap)
           
private  void StandardLifeCycleService.removePhaseData(WTList objects, WTKeyedMap phaseMap, WTList histories)
           
private  void StandardLifeCycleService.cleanupSignatures(WTList objects, WTKeyedMap phaseMap, WTList histories)
           
private  void StandardLifeCycleService.cleanupCriteria(WTList objects, WTKeyedMap phaseMap, WTList histories)
           
private  void StandardLifeCycleService.deleteCurrentPhases(WTList objects, WTKeyedMap phaseMap)
           
private  void StandardLifeCycleService.initiatePhaseWorkflow(WTKeyedMap phaseTemplateMap, WTKeyedMap phaseMap, WTCollection collection)
           
private  WTValuedMap StandardLifeCycleService.initiateWorkflow(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection)
           
private  long[] StandardLifeCycleService.addNonIteratedPhaseIdsToMap(WTKeyedMap map, Map nonIterated, long[] phaseOids, int count)
           
private  long[] StandardLifeCycleService.addIteratedPhaseIdsToMap(WTKeyedMap map, Map iterated, long[] phaseOids, int count)
           
private  void StandardLifeCycleService.putObjectsIntoSearchBuckets(WTList objects, WTKeyedMap map, Map iterated, Map nonIterated)
           
private  void StandardLifeCycleService.doSetState(WTList list, WTKeyedMap phaseTemplateMap)
           
 Map LifeCycleServiceFwd.navigate(WTKeyedMap c, Transition transition, boolean successor)
          Navigates the PhaseTemplate->PhaseSuccession using param transition.
 Map LifeCycleService.navigate(WTKeyedMap c, Transition transition, boolean successor)
          Navigates the PhaseTemplate->PhaseSuccession using param transition.
 Map StandardLifeCycleService.navigate(WTKeyedMap c, Transition transition, boolean successor)
          Navigates the PhaseTemplate->PhaseSuccession using param transition.
private  void StandardLifeCycleService.cloneCriteria(WTCollection collection, WTKeyedMap phaseMap, WTKeyedMap phaseTemplateMap)
           
private  void StandardLifeCycleService.setCurrentPhase(WTCollection collection, WTKeyedMap phaseMap)
           
private  WTKeyedMap StandardLifeCycleService.createPhases(WTCollection collection, WTKeyedMap phaseTemplates)
           
private  void StandardLifeCycleService.doStateTransition(WTList collection, String historyEvent, WTKeyedMap phaseTemplateMap, WTContainerRef context, boolean persist)
           
 WTList StandardLifeCycleService.saveHistory(WTList list, WTKeyedMap phaseMap, String event)
           
private  Map StandardLifeCycleService.getPhaseSignatures(WTList objects, WTKeyedMap phaseMap)
           
private  void StandardLifeCycleService.removePhaseData(WTList objects, WTKeyedMap phaseMap, WTList histories)
           
private  void StandardLifeCycleService.cleanupSignatures(WTList objects, WTKeyedMap phaseMap, WTList histories)
           
private  void StandardLifeCycleService.cleanupCriteria(WTList objects, WTKeyedMap phaseMap, WTList histories)
           
private  void StandardLifeCycleService.deleteCurrentPhases(WTList objects, WTKeyedMap phaseMap)
           
private  void StandardLifeCycleService.initiatePhaseWorkflow(WTKeyedMap phaseTemplateMap, WTKeyedMap phaseMap, WTCollection collection)
           
private  WTValuedMap StandardLifeCycleService.initiateWorkflow(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection)
           
private  long[] StandardLifeCycleService.addNonIteratedPhaseIdsToMap(WTKeyedMap map, Map nonIterated, long[] phaseOids, int count)
           
private  long[] StandardLifeCycleService.addIteratedPhaseIdsToMap(WTKeyedMap map, Map iterated, long[] phaseOids, int count)
           
private  void StandardLifeCycleService.putObjectsIntoSearchBuckets(WTList objects, WTKeyedMap map, Map iterated, Map nonIterated)
           
private  void StandardLifeCycleService.doSetState(WTList list, WTKeyedMap phaseTemplateMap)
           
 Map LifeCycleServiceFwd.navigate(WTKeyedMap c, Transition transition, boolean successor)
          Navigates the PhaseTemplate->PhaseSuccession using param transition.
 Map LifeCycleService.navigate(WTKeyedMap c, Transition transition, boolean successor)
          Navigates the PhaseTemplate->PhaseSuccession using param transition.
 

Uses of WTKeyedMap in wt.occurrence
 

Methods in wt.occurrence that return WTKeyedMap
 WTKeyedMap StandardOccurrenceService.getUsesOccurrenceData(WTCollection occs)
          Takes a WTCollection of UsesOccurrence objects and returns a WTKeyedMap where the keys are the UsesOccurrences passed in and the values are WTCollections of the UsesOccurrenceData that correspond to the keys.
 WTKeyedMap StandardOccurrenceService.getUsesOccurrences(WTCollection links)
          Returns a WTKeyedMap where the keys are the input collection of OccurrenceableLinks and the values are WTCollections of the corresponding UsesOccurrence objects.
 WTKeyedMap StandardOccurrenceService.addMissingUsesOccurrenceData(WTKeyedMap occDataMap, WTKeyedMap occDataToDeleteMap)
           
 WTKeyedMap OccurrenceServiceFwd.getUsesOccurrenceData(WTCollection occs)
          Takes a WTCollection of UsesOccurrence objects and returns a WTKeyedMap where the keys are the UsesOccurrences passed in and the values are WTCollections of the UsesOccurrenceData that correspond to the keys.
 WTKeyedMap OccurrenceServiceFwd.getUsesOccurrences(WTCollection links)
          Returns a WTKeyedMap where the keys are the input collection of OccurrenceableLinks and the values are WTCollections of the corresponding UsesOccurrence objects.
 WTKeyedMap OccurrenceService.getUsesOccurrenceData(WTCollection occs)
          Takes a WTCollection of UsesOccurrence objects and returns a WTKeyedMap where the keys are the UsesOccurrences passed in and the values are WTCollections of the UsesOccurrenceData that correspond to the keys.
 WTKeyedMap OccurrenceService.getUsesOccurrences(WTCollection links)
          Returns a WTKeyedMap where the keys are the input collection of OccurrenceableLinks and the values are WTCollections of the corresponding UsesOccurrence objects.
 

Methods in wt.occurrence with parameters of type WTKeyedMap
 WTCollection StandardOccurrenceService.saveUsesOccurrenceAndData(WTKeyedMap occDataMap)
          This method should always be used to insert or store an Occurrence and/or OccurrenceData objects since they need special identifiers that must be obtained in a special way.
 WTCollection StandardOccurrenceService.saveUsesOccurrenceAndData(WTKeyedMap occDataMap, WTKeyedMap occDataToDeleteMap)
          This method should always be used to insert or store an Occurrence and/or OccurrenceData objects since they need special identifiers that must be obtained in a special way.
protected  WTCollection StandardOccurrenceService.simpleSaveUsesOccurrenceAndData(WTKeyedMap map)
          This method should always be used to insert or store an Occurrence and/or OccurrenceData objects since they need special identifiers that must be obtained in a special way.
 WTKeyedMap StandardOccurrenceService.addMissingUsesOccurrenceData(WTKeyedMap occDataMap, WTKeyedMap occDataToDeleteMap)
           
 WTCollection OccurrenceServiceFwd.saveUsesOccurrenceAndData(WTKeyedMap occDataMap)
          This method should always be used to insert or store an Occurrence and/or OccurrenceData objects since they need special identifiers that must be obtained in a special way.
 WTCollection OccurrenceServiceFwd.saveUsesOccurrenceAndData(WTKeyedMap occDataMap, WTKeyedMap occDataToDeleteMap)
          This method should always be used to insert or store an Occurrence and/or OccurrenceData objects since they need special identifiers that must be obtained in a special way.
 WTCollection OccurrenceService.saveUsesOccurrenceAndData(WTKeyedMap occDataMap)
          This method should always be used to insert or store an Occurrence and/or OccurrenceData objects since they need special identifiers that must be obtained in a special way.
 WTCollection OccurrenceService.saveUsesOccurrenceAndData(WTKeyedMap occDataMap, WTKeyedMap occDataToDeleteMap)
          This method should always be used to insert or store an Occurrence and/or OccurrenceData objects since they need special identifiers that must be obtained in a special way.
 

Constructors in wt.occurrence with parameters of type WTKeyedMap
OccurrenceEvent(String eventType, WTKeyedMap eventTarget)
          Construct Multi Object Keyed Event.
 

Uses of WTKeyedMap in wt.part
 

Methods in wt.part that return WTKeyedMap
protected  WTKeyedMap StandardWTPartService.navigateUses(WTCollection parts)
          Navigate the uses role on an entire collection of parts all at once.
 WTKeyedMap StandardPartDocService.getAssociatedDocuments(WTCollection parts)
          Takes a collection of WTParts and returns a map where the keyset is a collection of the parts passed into the method.
 WTKeyedMap StandardPartDocService.getLatestReleasedDocument(WTCollection masterCollection)
          Given a collection of WTDocumentMasters (can be colleciton of Persistables, QueryKeys or WTReferences) this method finds the latest released iteration.
protected  WTKeyedMap StandardPartDocService.intGetAssociatedDocuments(WTCollection parts, boolean includeEPMDocuments)
           
 WTKeyedMap PartDocServiceFwd.getAssociatedDocuments(WTCollection parts)
          Takes a collection of WTParts and returns a map where the keyset is a collection of the parts passed into the method.
 WTKeyedMap PartDocServiceFwd.getLatestReleasedDocument(WTCollection masterCollection)
          Given a collection of WTDocumentMasters (can be colleciton of Persistables, QueryKeys or WTReferences) this method finds the latest released iteration.
 WTKeyedMap PartDocService.getAssociatedDocuments(WTCollection parts)
          Takes a collection of WTParts and returns a map where the keyset is a collection of the parts passed into the method.
 WTKeyedMap PartDocService.getLatestReleasedDocument(WTCollection masterCollection)
          Given a collection of WTDocumentMasters (can be colleciton of Persistables, QueryKeys or WTReferences) this method finds the latest released iteration.
 

Methods in wt.part with parameters of type WTKeyedMap
protected  WTSet StandardWTPartService.getMasters(WTKeyedMap map)
          Returns a set of unique master objects from the input map that maps parts to their associated usage links.
protected  void StandardWTPartService.copyWTPartSubstituteLinks(WTCollection partUsageLinks, WTKeyedMap evtMap)
           
 

Uses of WTKeyedMap in wt.representation
 

Methods in wt.representation that return WTKeyedMap
 WTKeyedMap StandardRepresentationService.getRepresentations(WTCollection representables)
          Return all the associated Representations for the passed Representables.
 WTKeyedMap RepresentationServiceFwd.getRepresentations(WTCollection representables)
          Return all the associated Representations for the passed Representables.
 WTKeyedMap RepresentationService.getRepresentations(WTCollection representables)
          Return all the associated Representations for the passed Representables.
 

Methods in wt.representation with parameters of type WTKeyedMap
protected  void StandardRepresentationService.processContentCopyForward(WTKeyedMap map)
           
 

Uses of WTKeyedMap in wt.router
 

Methods in wt.router that return WTKeyedMap
 WTKeyedMap RoutingEvent.getTargets()
          Returns a WTKeyedMap with keys = event target objects and values = Serializable arrays of arguments.
 

Constructors in wt.router with parameters of type WTKeyedMap
RoutingEvent(String eventType, WTKeyedMap eventTarget, String methodName, ScheduleHistory history)
          

Supported API: false
 

Uses of WTKeyedMap in wt.sandbox
 

Fields in wt.sandbox declared as WTKeyedMap
private  WTKeyedMap SandboxValidationException.causalObjectToIdentityMap
           
private  WTKeyedMap SandboxServiceInitialCheckinEvent.initialCheckinWorkingCopyToDataMap
           
private  WTKeyedMap SandboxServiceCheckinEvent.initialCheckinWorkingCopyToDataMap
           
 

Methods in wt.sandbox that return WTKeyedMap
private static WTKeyedMap StandardSandboxService.getContainerRefToContainedObjRefMap(Collection refColl)
          Gets map from container refs to collections of version references which are contained by them and refer to objects which are both contained and baselineable.
 WTKeyedMap SandboxServiceInitialCheckinEvent.getInitialCheckinWorkingCopyToDataMap()
          Gets map from working copies for intial check in to InitialCheckinData objects.
 WTKeyedMap SandboxServiceCheckinEvent.getInitialCheckinWorkingCopyToDataMap()
          Get map from all working copies newly created in the sandbox which are being checked in to the corresponding InitialCheckinData objects.
 

Methods in wt.sandbox with parameters of type WTKeyedMap
 void StandardSandboxService.checkin(WTKeyedMap inputRefToInitialCheckinDataMap, String note)
          Check-in a group of versioned objects from a sandbox container to the larger enterprise.
 Map StandardSandboxService.checkin(WTKeyedMap inputRefToInitialCheckinDataMap, String note, InitialCheckinDataApplicator applicator, boolean returnCheckedinVersions)
          Check-in a group of versioned objects from a sandbox container to the larger enterprise.
private static void StandardSandboxService.validateCheckinInputs(WTSet workingCopies, WTKeyedMap initialCheckinToDataMap, WTValuedMap workingToOriginalRefMap, WTKeyedMap sandboxContRefToWorkingCopyRefsMap, WTSet initialCheckinsWithoutData)
           
private static void StandardSandboxService.applyInitialCheckinData(WTKeyedMap initialCheckinWorkingCopyToDataMap, WTValuedMap workingCopyToInitialCheckinMap, InitialCheckinDataApplicator applicator)
           
private static Object[] SandboxValidationException.getAdditionalMessages(Map additionalErrorsToCausalObjectsMap, WTKeyedMap causalObjectToIdentityMap, Map additionalErrorsToErrorMessagesMap)
          Compute appropriate "additional" messages for display from overall set of errors and objects.
(package private) static void SandboxServiceInitialCheckinEvent.fireInitialCheckinEvent(ManagerService managerService, WTValuedMap workingCopyToInitialCheckinMap, WTKeyedMap initialCheckinWorkingCopyToDataMap)
           
 void SandboxServiceFwd.checkin(WTKeyedMap inputRefToInitialCheckinDataMap, String note)
          Check-in a group of versioned objects from a sandbox container to the larger enterprise.
 Map SandboxServiceFwd.checkin(WTKeyedMap inputRefToInitialCheckinDataMap, String note, InitialCheckinDataApplicator applicator, boolean returnCheckedinVersions)
          Check-in a group of versioned objects from a sandbox container to the larger enterprise.
(package private) static void SandboxServiceCheckinEvent.firePreCheckinEvent(ManagerService managerService, WTSet workingCopies, WTKeyedMap initialCheckinWorkingCopyToDataMap, WTValuedMap workingCopyToOriginalCopyMap)
           
(package private) static void SandboxServiceCheckinEvent.firePostCheckinEvent(ManagerService managerService, WTSet workingCopies, WTKeyedMap initialCheckinWorkingCopyToDataMap, WTValuedMap workingCopyToOriginalCopyMap, WTValuedMap workingCopyToCheckedInCopyMap)
           
private static void SandboxServiceCheckinEvent.fireCheckinEvent(ManagerService managerService, String eventType, WTSet workingCopies, WTKeyedMap initialCheckinWorkingCopyToDataMap, WTValuedMap workingCopyToOriginalCopyMap, WTValuedMap workingCopyToCheckedInCopyMap)
           
 void SandboxService.checkin(WTKeyedMap inputRefToInitialCheckinDataMap, String note)
          Check-in a group of versioned objects from a sandbox container to the larger enterprise.
 Map SandboxService.checkin(WTKeyedMap inputRefToInitialCheckinDataMap, String note, InitialCheckinDataApplicator applicator, boolean returnCheckedinVersions)
          Check-in a group of versioned objects from a sandbox container to the larger enterprise.
 void InitialCheckinDataApplicator.apply(WTKeyedMap initialCheckinToDataMap)
          Responsible for applying specified data to specified versions.
protected  void InitialCheckinDataApplicator.applyIdentityAttributes(WTKeyedMap initialCheckinToDataMap)
          Responsible for applying identity-related portions of specified data to specified versions.
 

Constructors in wt.sandbox with parameters of type WTKeyedMap
SandboxValidationException(Throwable t, String errorCode, Object[] additionalMessages, Map additionalErrorsToCausalObjectsMap, WTKeyedMap causalObjectToIdentityMap, Map additionalErrorsToErrorMessagesMap)
           
SandboxServiceInitialCheckinEvent(WTValuedMap workingCopyToInitialCheckinMap, WTKeyedMap initialCheckinWorkingCopyToDataMap)
           
SandboxServiceCheckinEvent(String eventType, WTSet workingCopies, WTKeyedMap initialCheckinWorkingCopyToDataMap, WTValuedMap workingCopyToOriginalCopyMap, WTValuedMap workingCopyToCheckedInCopyMap, WTValuedMap originalCopyToCheckedInCopyMap)
           
 

Uses of WTKeyedMap in wt.team
 

Methods in wt.team with parameters of type WTKeyedMap
 List TeamServiceSvr.createTeams(Collection collection, WTKeyedMap phaseTemplates)
          Creates a new Team based off the roleholder.
 List TeamServiceSvr.resolveLCRoles(WTList list, WTKeyedMap phaseTemplates)
          This API resolved the lifecycle roles for the current phase of the lifecycle.
 List StandardTeamService.createTeams(Collection collection, WTKeyedMap phaseTemplates)
          Creates a new Team based off the roleholder.
 List StandardTeamService.resolveLCRoles(WTList list, WTKeyedMap phaseTemplates)
          This API resolved the lifecycle roles for the current phase of the lifecycle.
 List TeamServiceSvr.createTeams(Collection collection, WTKeyedMap phaseTemplates)
          Creates a new Team based off the roleholder.
 List TeamServiceSvr.resolveLCRoles(WTList list, WTKeyedMap phaseTemplates)
          This API resolved the lifecycle roles for the current phase of the lifecycle.
 List StandardTeamService.createTeams(Collection collection, WTKeyedMap phaseTemplates)
          Creates a new Team based off the roleholder.
 List StandardTeamService.resolveLCRoles(WTList list, WTKeyedMap phaseTemplates)
          This API resolved the lifecycle roles for the current phase of the lifecycle.
 

Uses of WTKeyedMap in wt.vc
 

Methods in wt.vc that return WTKeyedMap
protected static WTKeyedMap VersionControlHelper.getVersionIdentifierSeries(WTCollection versions)
           
private static WTKeyedMap VersionControlHelper.getSeedType(WTKeyedMap versionToSeriesNameMap)
           
protected static WTKeyedMap VersionControlHelper.getVersionIdentifierSeries(WTCollection versions)
           
private static WTKeyedMap VersionControlHelper.getSeedType(WTKeyedMap versionToSeriesNameMap)
           
 

Methods in wt.vc with parameters of type WTKeyedMap
 WTValuedMap VersionControlServiceFwd.newVersions(WTKeyedMap versionMap)
          Makes a new in-lined version from the given version.
 WTValuedMap VersionControlService.newVersions(WTKeyedMap versionMap)
          Makes a new in-lined version from the given version.
private static WTKeyedMap VersionControlHelper.getSeedType(WTKeyedMap versionToSeriesNameMap)
           
 WTValuedMap StandardVersionControlService.newVersions(WTKeyedMap versionMap)
          Makes a new in-lined version from the given version.
private  void StandardVersionControlService.postChangeFolder(WTKeyedMap destinations_to_targets, WTValuedMap targets_to_sources)
          Update the domain and cabinet of historical iterations
 WTValuedMap VersionControlServiceFwd.newVersions(WTKeyedMap versionMap)
          Makes a new in-lined version from the given version.
 WTValuedMap VersionControlService.newVersions(WTKeyedMap versionMap)
          Makes a new in-lined version from the given version.
private static WTKeyedMap VersionControlHelper.getSeedType(WTKeyedMap versionToSeriesNameMap)
           
 WTValuedMap StandardVersionControlService.newVersions(WTKeyedMap versionMap)
          Makes a new in-lined version from the given version.
private  void StandardVersionControlService.postChangeFolder(WTKeyedMap destinations_to_targets, WTValuedMap targets_to_sources)
          Update the domain and cabinet of historical iterations
 

Uses of WTKeyedMap in wt.vc.baseline
 

Methods in wt.vc.baseline that return WTKeyedMap
 WTKeyedMap StandardBaselineService.getBaselines(WTCollection baselineables)
          Returns a map of baselineables (as keys) to the collection of Baselines they're members of.
 WTKeyedMap StandardBaselineService.getBaselines(WTCollection baselineables, Class baselineClass)
          Returns a map of baselineables (as keys) to the collection of baselines (of the given class) they're members of.
 WTKeyedMap BaselineServiceFwd.getBaselines(WTCollection baselineables)
          Returns a map of baselineables (as keys) to the collection of Baselines they're members of.
 WTKeyedMap BaselineServiceFwd.getBaselines(WTCollection baselineables, Class baselineClass)
          Returns a map of baselineables (as keys) to the collection of baselines (of the given class) they're members of.
 WTKeyedMap BaselineService.getBaselines(WTCollection baselineables)
          Returns a map of baselineables (as keys) to the collection of Baselines they're members of.
 WTKeyedMap BaselineService.getBaselines(WTCollection baselineables, Class baselineClass)
          Returns a map of baselineables (as keys) to the collection of baselines (of the given class) they're members of.
 

Uses of WTKeyedMap in wt.vc.struct
 

Methods in wt.vc.struct that return WTKeyedMap
 WTKeyedMap StructServiceFwd.navigateDescribes(WTCollection iterations)
          Navigates the describes roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of other side objects per iteration, i.e.
 WTKeyedMap StructServiceFwd.navigateDescribes(WTCollection iterations, boolean onlyOtherSide)
          Navigates the describes roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
 WTKeyedMap StructServiceFwd.navigateDescribes(WTCollection iterations, Class iteratedDescribeLinkClass, boolean onlyOtherSide)
          Navigates the describes roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
 WTKeyedMap StructServiceFwd.navigateDescribedBys(WTCollection iterations)
          Navigates the describedBy roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of other side objects per iteration, i.e.
 WTKeyedMap StructServiceFwd.navigateDescribedBys(WTCollection iterations, boolean onlyOtherSide)
          Navigates the describedBy roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
 WTKeyedMap StructServiceFwd.navigateDescribedBys(WTCollection iterations, Class iteratedDescribeLinkClass, boolean onlyOtherSide)
          Navigates the describedBy roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
 WTKeyedMap StructService.navigateDescribes(WTCollection iterations)
          Navigates the describes roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of other side objects per iteration, i.e.
 WTKeyedMap StructService.navigateDescribes(WTCollection iterations, boolean onlyOtherSide)
          Navigates the describes roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
 WTKeyedMap StructService.navigateDescribes(WTCollection iterations, Class iteratedDescribeLinkClass, boolean onlyOtherSide)
          Navigates the describes roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
 WTKeyedMap StructService.navigateDescribedBys(WTCollection iterations)
          Navigates the describedBy roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of other side objects per iteration, i.e.
 WTKeyedMap StructService.navigateDescribedBys(WTCollection iterations, boolean onlyOtherSide)
          Navigates the describedBy roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
 WTKeyedMap StructService.navigateDescribedBys(WTCollection iterations, Class iteratedDescribeLinkClass, boolean onlyOtherSide)
          Navigates the describedBy roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
 WTKeyedMap StandardStructService.navigateDescribes(WTCollection iterations)
          Navigates the describes roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of other side objects per iteration, i.e.
 WTKeyedMap StandardStructService.navigateDescribes(WTCollection iterations, boolean onlyOtherSide)
          Navigates the describes roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
 WTKeyedMap StandardStructService.navigateDescribes(WTCollection iterations, Class iteratedDescribeLinkClass, boolean onlyOtherSide)
          Navigates the describes roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
 WTKeyedMap StandardStructService.navigateDescribedBys(WTCollection iterations)
          Navigates the describedBy roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of other side objects per iteration, i.e.
 WTKeyedMap StandardStructService.navigateDescribedBys(WTCollection iterations, boolean onlyOtherSide)
          Navigates the describedBy roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
 WTKeyedMap StandardStructService.navigateDescribedBys(WTCollection iterations, Class iteratedDescribeLinkClass, boolean onlyOtherSide)
          Navigates the describedBy roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e.
private  WTKeyedMap StandardStructService.getIterationsToLinksMap(WTKeyedMap iterationsToOtherSideObjectsMap, String otherSideRole, WTKeyedMap navigateResultMap)
          Given a WTKeyedMap of iterations to other side objects return a WTKeyedMap relating iterations to links.
protected  WTKeyedMap StandardStructService.latestDescribes(Map navigateResultMap, String role, boolean onlyOtherSide)
          Filter iterations.
private  WTKeyedMap StandardStructService.filterOtherSideRoleObjects(Map iterationsToOtherSideObjectsMap, String role, boolean onlyOtherSide)
          If an iteration key is the latest iteration filter out any other side objects that are not latest iterations.
private  WTKeyedMap StandardStructService.addCopyLinkEntry(WTKeyedMap predecessorToLinksMap, StandardStructService.LinkRowSet a_rowSet, int SIZE)
           
private  WTKeyedMap StandardStructService.inflateLinksAndRoleObjects(Map a_sourceObjectsToLinksMap)
           
private  WTKeyedMap StandardStructService.navigate(WTCollection iterations, Class iteratedDescribeLinkClass, boolean onlyOtherSide, String role)
           
 

Methods in wt.vc.struct with parameters of type WTKeyedMap
private  WTKeyedMap StandardStructService.getIterationsToLinksMap(WTKeyedMap iterationsToOtherSideObjectsMap, String otherSideRole, WTKeyedMap navigateResultMap)
          Given a WTKeyedMap of iterations to other side objects return a WTKeyedMap relating iterations to links.
private  WTValuedMap StandardStructService.getDescribeLinksToCopyForNewDescribedByRoleObjectIteration(WTValuedMap predecessorsToTargetsMap, WTValuedMap copyLinkMap, WTKeyedMap predecessorsToDescribedLinkListMap)
           
private  WTValuedMap StandardStructService.getDescribeLinksToCopyForNewDescribesRoleObjectIteration(WTValuedMap predecessorsToTargetsMap, WTValuedMap copyLinkMap, WTKeyedMap predecessorsToDescribedLinkListMap)
           
private  WTKeyedMap StandardStructService.addCopyLinkEntry(WTKeyedMap predecessorToLinksMap, StandardStructService.LinkRowSet a_rowSet, int SIZE)
           
private  void StandardStructService.copyLinksForCheckout(WTKeyedMap originalWorkingCopyMap)
           
 

Uses of WTKeyedMap in wt.vc.wip
 

Methods in wt.vc.wip that return WTKeyedMap
private  WTKeyedMap StandardWorkInProgressService.setDomainRef(WTKeyedMap objects)
           
private  WTKeyedMap StandardWorkInProgressService.setDomainRef(WTKeyedMap objects)
           
 

Methods in wt.vc.wip with parameters of type WTKeyedMap
 WTValuedMap WorkInProgressServiceFwd.checkoutMap(WTKeyedMap objects, Folder folder)
          Checks out a WTKeyedMap of Workable objects to the specified folder, where the key is the Workable object, and the value is the note for that checkout..
 WTValuedMap WorkInProgressService.checkoutMap(WTKeyedMap objects, Folder folder)
          Checks out a WTKeyedMap of Workable objects to the specified folder, where the key is the Workable object, and the value is the note for that checkout..
 WTValuedMap StandardWorkInProgressService.checkoutMap(WTKeyedMap objects, Folder folder)
          Checks out a WTKeyedMap of Workable objects to the specified folder, where the key is the Workable object, and the value is the note for that checkout..
private  WTKeyedMap StandardWorkInProgressService.setDomainRef(WTKeyedMap objects)
           
 WTValuedMap WorkInProgressServiceFwd.checkoutMap(WTKeyedMap objects, Folder folder)
          Checks out a WTKeyedMap of Workable objects to the specified folder, where the key is the Workable object, and the value is the note for that checkout..
 WTValuedMap WorkInProgressService.checkoutMap(WTKeyedMap objects, Folder folder)
          Checks out a WTKeyedMap of Workable objects to the specified folder, where the key is the Workable object, and the value is the note for that checkout..
 WTValuedMap StandardWorkInProgressService.checkoutMap(WTKeyedMap objects, Folder folder)
          Checks out a WTKeyedMap of Workable objects to the specified folder, where the key is the Workable object, and the value is the note for that checkout..
private  WTKeyedMap StandardWorkInProgressService.setDomainRef(WTKeyedMap objects)
           
 

Uses of WTKeyedMap in wt.viewmarkup
 

Methods in wt.viewmarkup that return WTKeyedMap
 WTKeyedMap ViewMarkUpServiceFwd.getMarkUps(WTCollection viewables)
          Get all the MarkUps associated to a collection of Viewables.
 WTKeyedMap ViewMarkUpService.getMarkUps(WTCollection viewables)
          Get all the MarkUps associated to a collection of Viewables.
 WTKeyedMap StandardViewMarkUpService.getMarkUps(WTCollection viewables)
          Get all the MarkUps associated to a collection of Viewables.
 WTKeyedMap ViewMarkUpServiceFwd.getMarkUps(WTCollection viewables)
          Get all the MarkUps associated to a collection of Viewables.
 WTKeyedMap ViewMarkUpService.getMarkUps(WTCollection viewables)
          Get all the MarkUps associated to a collection of Viewables.
 WTKeyedMap StandardViewMarkUpService.getMarkUps(WTCollection viewables)
          Get all the MarkUps associated to a collection of Viewables.
 

Uses of WTKeyedMap in wt.workflow.engine
 

Methods in wt.workflow.engine with parameters of type WTKeyedMap
 WTValuedMap WfEngineServiceFwd.createProcesses(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection, boolean setTeamFromPbo, long priority)
          Creates and returns a WTValuedMap of objects to WfProcess.
 WTValuedMap WfEngineServiceFwd.createProcesses(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection, boolean setTeamFromPbo, long priority, WTContainerRef context_ref)
          Creates and returns a WTValuedMap of objects to WfProcess.
 WTValuedMap WfEngineService.createProcesses(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection, boolean setTeamFromPbo, long priority)
          Creates and returns a WTValuedMap of objects to WfProcess.
 WTValuedMap WfEngineService.createProcesses(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection, boolean setTeamFromPbo, long priority, WTContainerRef context_ref)
          Creates and returns a WTValuedMap of objects to WfProcess.
 WTValuedMap StandardWfEngineService.createProcesses(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection, boolean setTeamFromPbo, long priority)
          Creates and returns a WTValuedMap of objects to WfProcess.
 WTValuedMap StandardWfEngineService.createProcesses(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection, boolean setTeamFromPbo, long priority, WTContainerRef context_ref)
          Creates and returns a WTValuedMap of objects to WfProcess.
 WTValuedMap WfEngineServiceFwd.createProcesses(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection, boolean setTeamFromPbo, long priority)
          Creates and returns a WTValuedMap of objects to WfProcess.
 WTValuedMap WfEngineServiceFwd.createProcesses(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection, boolean setTeamFromPbo, long priority, WTContainerRef context_ref)
          Creates and returns a WTValuedMap of objects to WfProcess.
 WTValuedMap WfEngineService.createProcesses(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection, boolean setTeamFromPbo, long priority)
          Creates and returns a WTValuedMap of objects to WfProcess.
 WTValuedMap WfEngineService.createProcesses(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection, boolean setTeamFromPbo, long priority, WTContainerRef context_ref)
          Creates and returns a WTValuedMap of objects to WfProcess.
 WTValuedMap StandardWfEngineService.createProcesses(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection, boolean setTeamFromPbo, long priority)
          Creates and returns a WTValuedMap of objects to WfProcess.
 WTValuedMap StandardWfEngineService.createProcesses(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection, boolean setTeamFromPbo, long priority, WTContainerRef context_ref)
          Creates and returns a WTValuedMap of objects to WfProcess.
 

Uses of WTKeyedMap in wt.wvs
 

Methods in wt.wvs that return WTKeyedMap
 WTKeyedMap VisualizationHelperIfc.getPartStructurePVHTML(WTCollection collection)
          Returns a set of HTML fragment to allow ProductView to be launched from the NAME link on the HTML Product Structure page.
 WTKeyedMap VisualizationHelperIfc.getPartStructureViewThumbnailLinkHTML(WTCollection collection)
          Returns a set of HTML fragment to view the thumbnail of the default representation from the HTML Product Structure page.
 WTKeyedMap VisualizationHelperIfc.getPartStructurePVandViewThumbnailLinkHTML(WTCollection collection)
          Returns 2 HTML fragments to view in PV and view the thumbnail of the default representation from the HTML Product Structure page.