Uses of Interface
wt.fc.collections.WTValuedMap

Packages that use WTValuedMap
com.ptc.core.htmlcomp.jstable   
com.ptc.windchill.uwgm.cadx.checkout   
com.ptc.windchill.uwgm.common.autoassociate   
com.ptc.windchill.uwgm.common.pdm   
com.ptc.windchill.uwgm.common.workspace   
com.ptc.windchill.uwgm.proesrv.action   
com.ptc.windchill.uwgm.proesrv.cache   
com.ptc.windchill.uwgm.proesrv.request   
com.ptc.wvs.server.publish   
com.ptc.wvs.server.util   
wt.build   
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.epm
 
wt.epm.build   
wt.epm.clients.relateditems   
wt.epm.delegate   
wt.epm.familytable   
wt.epm.listeners   
wt.epm.ndi.impl   
wt.epm.structure   
wt.epm.supportingdata   
wt.epm.upgrade   
wt.epm.upload   
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.folder
Provides classes to represent and manage folder and cabinet objects. 
wt.iba.value.service   
wt.inf.container   
wt.inf.sharing   
wt.lifecycle
 
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.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.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. 
 

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

Fields in com.ptc.core.htmlcomp.jstable declared as WTValuedMap
private  WTValuedMap LocationDataHandler.folderMap
           
 

Methods in com.ptc.core.htmlcomp.jstable that return WTValuedMap
private  WTValuedMap LocationDataHandler.getFolderMap(WTCollection folderedItems)
           
 

Uses of WTValuedMap in com.ptc.windchill.uwgm.cadx.checkout
 

Fields in com.ptc.windchill.uwgm.cadx.checkout declared as WTValuedMap
(package private)  WTValuedMap CheckoutDataHandler.nonLatestToLatestIterations
           
 

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

Methods in com.ptc.windchill.uwgm.common.autoassociate that return WTValuedMap
static WTValuedMap AutoAssociateHelper.associateDocsWithNewOrExistingParts(EPMWorkspace workspace, WTCollection epmDocuments)
           
 

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

Methods in com.ptc.windchill.uwgm.common.pdm that return WTValuedMap
private  WTValuedMap WipHelper.retrieveCheckedOutToWorkingMap()
           
static WTValuedMap SandBoxUtilities.pdmCheckout(WTContainer targetContainer, Folder defaultFolder, WTCollection pdmCheckoutCandidates)
          Returns WTValuedMap [ pdmCheckoutCandidate, pdmCheckout]
static WTValuedMap MasterUtilities.convertIterationsToMasters(WTValuedMap docToPartsMap)
          Converts input map of [EPMDocument, WTPart] to [EPMDocumentMaster, WTPartMaster]
private  WTValuedMap WipHelper.retrieveCheckedOutToWorkingMap()
           
static WTValuedMap SandBoxUtilities.pdmCheckout(WTContainer targetContainer, Folder defaultFolder, WTCollection pdmCheckoutCandidates)
          Returns WTValuedMap [ pdmCheckoutCandidate, pdmCheckout]
static WTValuedMap MasterUtilities.convertIterationsToMasters(WTValuedMap docToPartsMap)
          Converts input map of [EPMDocument, WTPart] to [EPMDocumentMaster, WTPartMaster]
 

Methods in com.ptc.windchill.uwgm.common.pdm with parameters of type WTValuedMap
static WTValuedMap MasterUtilities.convertIterationsToMasters(WTValuedMap docToPartsMap)
          Converts input map of [EPMDocument, WTPart] to [EPMDocumentMaster, WTPartMaster]
static WTValuedMap MasterUtilities.convertIterationsToMasters(WTValuedMap docToPartsMap)
          Converts input map of [EPMDocument, WTPart] to [EPMDocumentMaster, WTPartMaster]
 

Uses of WTValuedMap in com.ptc.windchill.uwgm.common.workspace
 

Fields in com.ptc.windchill.uwgm.common.workspace declared as WTValuedMap
protected  WTValuedMap WorkspaceContent.masterMap
          Map to hold [Mastered, Iterated] for each object in WS
protected  WTValuedMap WorkspaceContent.masterMap
          Map to hold [Mastered, Iterated] for each object in WS
 

Methods in com.ptc.windchill.uwgm.common.workspace that return WTValuedMap
private  WTValuedMap WorkspaceContent.getMasterMap()
           
private static WTValuedMap WorkspaceContent.buildMasterMap(WTCollection content)
          internal method to build [MasterId, Persistable] map for Workspace Content
private  WTValuedMap WorkspaceContent.getMasterMap()
           
private static WTValuedMap WorkspaceContent.buildMasterMap(WTCollection content)
          internal method to build [MasterId, Persistable] map for Workspace Content
 

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

Fields in com.ptc.windchill.uwgm.proesrv.action declared as WTValuedMap
private  WTValuedMap SetTargetFolderAction.stfInstructions
           
private  WTValuedMap CreatePartsAndAssociateAction.documentPartMap
           
private  WTValuedMap CheckinAction.checkinInstructions
           
private  WTValuedMap CheckStaleContentAction.checkinInstructions
           
private  WTValuedMap SetTargetFolderAction.stfInstructions
           
private  WTValuedMap CreatePartsAndAssociateAction.documentPartMap
           
private  WTValuedMap CheckinAction.checkinInstructions
           
private  WTValuedMap CheckStaleContentAction.checkinInstructions
           
 

Methods in com.ptc.windchill.uwgm.proesrv.action that return WTValuedMap
 WTValuedMap CreatePartsAndAssociateAction.getDocumentPartMap()
          returns document<->part association Map [EPMDoc, WTPart]
 WTValuedMap CreatePartsAndAssociateAction.getDocumentPartMap()
          returns document<->part association Map [EPMDoc, WTPart]
 

Methods in com.ptc.windchill.uwgm.proesrv.action with parameters of type WTValuedMap
 void SetTargetFolderAction.addInstructions(WTValuedMap instructions)
           
 void CheckinAction.addInstructions(WTValuedMap instructions)
           
private  int CheckinAction.addAssociatedParts(WTValuedMap instructions)
           
private  WTKeyedMap CheckinAction.prepareCheckinOptions(WTValuedMap instructions)
           
 void CheckStaleContentAction.addInstructions(WTValuedMap instructions)
           
private  WTKeyedMap CheckStaleContentAction.getStaleContentsMap(WTValuedMap checkinInstructions)
          getStaleContentsMap Internal implemantation to get the stale seondary contents
 void SetTargetFolderAction.addInstructions(WTValuedMap instructions)
           
 void CheckinAction.addInstructions(WTValuedMap instructions)
           
private  int CheckinAction.addAssociatedParts(WTValuedMap instructions)
           
private  WTKeyedMap CheckinAction.prepareCheckinOptions(WTValuedMap instructions)
           
 void CheckStaleContentAction.addInstructions(WTValuedMap instructions)
           
private  WTKeyedMap CheckStaleContentAction.getStaleContentsMap(WTValuedMap checkinInstructions)
          getStaleContentsMap Internal implemantation to get the stale seondary contents
 

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

Fields in com.ptc.windchill.uwgm.proesrv.cache declared as WTValuedMap
private  WTValuedMap TargetFolderInstructionCacheAdapter.iterationFolderMap
          internal [Iteration(EPMDoc, WTPart), Folder(or null)] Map
 

Methods in com.ptc.windchill.uwgm.proesrv.cache that return WTValuedMap
 WTValuedMap TargetFolderInstructionCacheAdapter.getTargetFolderInstructions()
          returns TargetFolderInstruction map [Persistable, Folder]
 WTValuedMap TargetFolderInstructionCache.getTargetFolderInstructions()
          returns TargetFolderInstruction map [Persistable, Folder]
 

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

Fields in com.ptc.windchill.uwgm.proesrv.request declared as WTValuedMap
private  WTValuedMap CheckinRequest.docMasterToPartMasterMap
           
private  WTValuedMap CheckinRequest.docMasterToPartMasterMap
           
 

Methods in com.ptc.windchill.uwgm.proesrv.request that return WTValuedMap
 WTValuedMap SetTargetFolderRequestCache.getTargetFolderInstructions()
           
 WTValuedMap CheckinRequestCache.getTargetFolderInstructions()
           
 WTValuedMap SetTargetFolderRequestCache.getTargetFolderInstructions()
           
 WTValuedMap CheckinRequestCache.getTargetFolderInstructions()
           
 

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

Methods in com.ptc.wvs.server.publish with parameters of type WTValuedMap
protected  void StandardPublishService.processRepresentationCopyForward(WTValuedMap fromTo, boolean forceCopyAll, boolean includeAllMarkups, boolean toSandbox, boolean fromSandbox)
           
protected  void StandardPublishService.processMarkupCopyForward(WTValuedMap fromTo, boolean emitEvent, boolean allMarkups, boolean checkContext)
           
static void Publish.republishRepresentationsOf(WTValuedMap map)
          republish representations on p that are derived from the updateFor persistable

Supported API: false
 

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

Methods in com.ptc.wvs.server.util that return WTValuedMap
static WTValuedMap PublishUtils.getRepresentation(WTCollection collection)
           
static WTValuedMap PublishUtils.getRepresentation(WTCollection collection, String repName)
           
static WTValuedMap PublishUtils.getRepresentation(WTCollection collection, boolean defaultRep, String repName)
           
static WTValuedMap PublishUtils.getRepresentation(WTCollection collection, boolean defaultRep, String repName, boolean doFindRepresentable)
           
static WTValuedMap PublishUtils.findEPMDocument(WTCollection collection)
           
static WTValuedMap PublishUtils.findRepresentable(WTCollection collection)
           
static WTValuedMap PublishUtils.getDerivedFromConfigSpec(WTCollection collection)
           
static WTValuedMap PublishUtils.getRepresentableConfigSpec(WTCollection collection)
           
static WTValuedMap FileHelper.getEdFile(WTCollection docs)
           
static WTValuedMap FileHelper.getEdzFile(WTCollection docs)
           
 

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

Uses of WTValuedMap in wt.build
 

Methods in wt.build that return WTValuedMap
 WTValuedMap StandardBuildService.buildTarget(WTCollection targets, ConfigSpec configSpec)
          Builds the given collection of targets.
private  WTValuedMap StandardBuildService.getDatabaseCopies(WTCollection objects)
          Returns the database copy the objects
 WTValuedMap MigrationBuildUtility.buildTargetsForSource(WTCollection sources, ConfigSpec configSpec)
          

Supported API: false
private static WTValuedMap BuildServiceUtility.getEventMap(KeyedEvent event)
          Get the event Map stored in Sandbox or WIP events
 WTValuedMap BuildServiceFwd.buildTarget(WTCollection targets, ConfigSpec configSpec)
          Builds the given collection of targets.
 WTValuedMap BuildService.buildTarget(WTCollection targets, ConfigSpec configSpec)
          Builds the given collection of targets.
 

Uses of WTValuedMap in wt.dataops.containermove
 

Methods in wt.dataops.containermove with parameters of type WTValuedMap
 WTCollection StandardContainerMoveService.moveAllVersions(WTValuedMap objectDestFolderMap)
          Move all versions of the input objects (WTPart, WTDocument, and EPMDocument) to a new folder.
 WTCollection ContainerMoveServiceFwd.moveAllVersions(WTValuedMap objectDestFolderMap)
          Move all versions of the input objects (WTPart, WTDocument, and EPMDocument) to a new folder.
 WTCollection ContainerMoveService.moveAllVersions(WTValuedMap objectDestFolderMap)
          Move all versions of the input objects (WTPart, WTDocument, and EPMDocument) to a new folder.
 

Uses of WTValuedMap in wt.eff
 

Methods in wt.eff with parameters of type WTValuedMap
private  void StandardEffService.copyEffsForward(WTValuedMap eMVWipMap)
           
private  void StandardEffService.putEffsBack(WTValuedMap inverseEMVWipMap)
           
private  void StandardEffService.copyEffsForward(WTValuedMap eMVWipMap)
           
private  void StandardEffService.putEffsBack(WTValuedMap inverseEMVWipMap)
           
 

Uses of WTValuedMap in wt.epm
 

Methods in wt.epm with parameters of type WTValuedMap
private  void EPMStandardDocumentManager.processPreSBCheckout(WTValuedMap originalToWorkingCopyMap)
           
 

Uses of WTValuedMap in wt.epm.build
 

Methods in wt.epm.build that return WTValuedMap
private  WTValuedMap EPMBuildSandboxCheckinEventDelegate.getEventMap(KeyedEvent event)
           
 

Uses of WTValuedMap in wt.epm.clients.relateditems
 

Methods in wt.epm.clients.relateditems that return WTValuedMap
 WTValuedMap FamilyTableFinder.findFamilyTables(Collection documents)
           
 

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

Uses of WTValuedMap in wt.epm.delegate
 

Methods in wt.epm.delegate with parameters of type WTValuedMap
 int WorkspaceCheckpointReferentialIntegrityDelegate.buildMessage(WTValuedMap a_linkMap, Object[] a_messages, int a_messageIndex)
          The method builds messages to display as part of a ReferentialIntegrityException.
 int EPMVariantLinkReferentialIntegrityDelegate.buildMessage(WTValuedMap a_linkMap, Object[] a_messages, int a_messageIndex)
          The method builds messages to display as part of a ReferentialIntegrityException.
 int EPMReferenceLinkReferentialIntegrityDelegate.buildMessage(WTValuedMap a_linkMap, Object[] a_messages, int a_messageIndex)
          The method builds messages to display as part of a ReferentialIntegrityException.
 int EPMMemberLinkReferentialIntegrityDelegate.buildMessage(WTValuedMap a_linkMap, Object[] a_messages, int a_messageIndex)
          The method builds messages to display as part of a ReferentialIntegrityException.
 int EPMBuildRuleReferentialIntegrityDelegate.buildMessage(WTValuedMap a_linkMap, Object[] a_messages, int a_messageIndex)
          The method builds messages to display as part of a ReferentialIntegrityException.
 int AuthoringAppVersionLinkReferentialIntegrityDelegate.buildMessage(WTValuedMap a_linkMap, Object[] a_messages, int a_messageIndex)
          The method builds messages to display as part of a ReferentialIntegrityException.
 int AppDataVersionLinkReferentialIntegrityDelegate.buildMessage(WTValuedMap a_linkMap, Object[] a_messages, int a_messageIndex)
          The method builds messages to display as part of a ReferentialIntegrityException.
 

Uses of WTValuedMap in wt.epm.familytable
 

Fields in wt.epm.familytable declared as WTValuedMap
(package private)  WTValuedMap EPMNewIterationDataContainer.m_latestNonLatestMap
           
 

Methods in wt.epm.familytable that return WTValuedMap
 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.
 

Methods in wt.epm.familytable with parameters of type WTValuedMap
private  void EPMStandardFamilyTableManager.processPostSandboxCheckoutFamilyTableEvent(WTValuedMap workingPairsMap)
           
private  void EPMStandardFamilyTableManager.processPostSandboxCheckinFamilyTableEvent(WTValuedMap workingPairsMap)
           
private  void EPMStandardFamilyTableManager.processPreSandboxUndoCheckoutFamilyTableEvent(WTValuedMap workingToOriginalMap)
           
private  void EPMNewIterationDataContainer.setLatestNonlatestMap(WTValuedMap latestNonLatestMap)
           
private static WTCollection EPMNewIterationDataContainer.getLatestIterations(Collection familyTables, WTValuedMap latestToCompatibleFT)
           
protected  Map EPMNewIterationDataContainer.icOperationAdapter.copyFamilyTable(Collection fts, Map originalIdToTargetDoc, WTValuedMap latestNonLatestMap)
           
private static void EPMFamilyCopyForwardHelper.copyFamilyTableContents(WTValuedMap oldToNewFTMap, Map originalIdToTargetMap, WTCollection originalsToMakeStandalone)
           
private static Map EPMFamilyCopyForwardHelper.copyFamilyTableColumns(WTValuedMap oldToNewFTMap)
           
private static void EPMFamilyCopyForwardHelper.copyFamilyTableLinksAndCells(WTValuedMap oldToNewFTMap, Map originalIdToTargetMap, WTCollection originalsToMakeStandalone, Map oldIdToNewColumns)
           
 

Constructors in wt.epm.familytable with parameters of type WTValuedMap
EPMSandboxUndoCheckoutDataContainer(WTContainerRef containerRef, WTValuedMap workingToOriginalMap, Collection initFamilyTables)
           
EPMNewIterationDataContainer(EPMWorkspace workspace, Collection workables, Collection initFamilyTables, WTValuedMap latestNonLatestMap, int mode)
           
 

Uses of WTValuedMap in wt.epm.listeners
 

Methods in wt.epm.listeners with parameters of type WTValuedMap
private static void EventServiceManagerUtility.copyAsStoredConfigForRevise(WTValuedMap revisedObjects)
           
 void EPMEventServiceTransactionListener.toMove(WTValuedMap movedPairs)
           
 

Uses of WTValuedMap in wt.epm.ndi.impl
 

Fields in wt.epm.ndi.impl declared as WTValuedMap
private  WTValuedMap NDICache.orig2working
           
private  WTValuedMap NDICache.doc2containedIn
           
 

Uses of WTValuedMap in wt.epm.structure
 

Methods in wt.epm.structure that return WTValuedMap
protected static WTValuedMap StructureServiceUtility.getSandboxCopies(WTSet versionSet, WTContainerRef containerRef)
           
 

Methods in wt.epm.structure with parameters of type WTValuedMap
private  void EPMStandardStructureService.processPostMultiCheckoutEvent(WTValuedMap workingPairs)
           
private  void EPMStandardStructureService.copyForwardIBAs(WTValuedMap originalsToNew, Class linkClass)
           
protected  void EPMStandardStructureService.updateBuiltFlag(WTValuedMap originalsToNew)
           
protected static void CopyManagerUtility.processPreMultiCopyEvent(WTValuedMap original2copy)
           
private static void CopyManagerUtility.validatePartialFamilyCopy(List inCompleteFamilies, WTValuedMap original2copy)
           
 

Uses of WTValuedMap in wt.epm.supportingdata
 

Methods in wt.epm.supportingdata with parameters of type WTValuedMap
private  void StandardEPMSupportingDataService.processPreUndoCheckoutEvent(WTValuedMap originalsToWorking)
           
 

Uses of WTValuedMap in wt.epm.upgrade
 

Methods in wt.epm.upgrade with parameters of type WTValuedMap
private static EPMSepFamilyTable FamilyTableR7ToR8Migrator.Server.getLastCreatedInSolution(WTValuedMap container2ft, WTContainer in)
           
private static void FamilyTableR7ToR8Migrator.Server.putLastCreatedInSolution(WTValuedMap container2ft, WTContainer in, EPMSepFamilyTable ft)
           
 

Uses of WTValuedMap in wt.epm.upload
 

Methods in wt.epm.upload with parameters of type WTValuedMap
(package private) static void EPMParameterMapEventsHandler.copyAllMaps(WTValuedMap srcToTargetMap)
           
 

Uses of WTValuedMap in wt.epm.workspaces
 

Fields in wt.epm.workspaces declared as WTValuedMap
private  WTValuedMap AsStoredTransactionListener.firstIterations
           
 

Methods in wt.epm.workspaces that return WTValuedMap
private static WTValuedMap WorkspaceRefreshManager.getRefreshMasters(WTCollection toRefresh)
           
private static WTValuedMap WorkspaceRefreshManager.getNeedsRefresh(WTValuedMap masters, Class objClass, WorkspaceConfigSpec configSpec)
           
static WTValuedMap WorkspaceRefreshManager.getRefreshEPMDocs(WTValuedMap refreshObjects, WTValuedMap masters, WTValuedMap docMasterSet, EPMCheckpoint checkpoint)
           
private static WTValuedMap WorkspaceRefreshManager.checkDocsWithParts(EPMWorkspace workspace, WTCollection epmDocs, WTValuedMap docMasterSet)
           
(package private) static WTValuedMap WorkspaceCheckoutManager.checkout(EPMWorkspace workspace, WTCollection toCheckout, String comment)
          Checks out the given collection of EPMDocuments and WTParts to the specified workspace.
private static WTValuedMap WorkspaceCheckoutManager.getCheckedOutFamilyTables(WTCollection documents)
           
private static WTValuedMap WorkspaceCheckoutManager.getCompatibleFTMap(EPMWorkspace workspace, WTCollection documents, WTCollection selectedFTS)
          Returns compatible family tables for given documents.
private static WTValuedMap WorkspaceCheckoutManager.getLatestIterations(WTCollection iterations)
          Returns latest iterations having same branchid as the given Iteration
 WTValuedMap EPMWorkspaceManagerFwd.checkout(EPMWorkspace workspace, WTCollection objects)
          Checks out the given list of objects to the given workspace folder.
 WTValuedMap EPMWorkspaceManager.checkout(EPMWorkspace workspace, WTCollection objects)
          Checks out the given list of objects to the given workspace folder.
 WTValuedMap EPMStandardWorkspaceManager.checkout(EPMWorkspace workspace, WTCollection objects)
          Checks out the given list of objects to the given workspace folder.
static WTValuedMap DeleteHandler.findSubstitutes(WTCollection objects)
          For each document iteration in the given list of to-be-deleted objects, find the appropriate iteration (if any) to use as a substitute in all as-stored configs that it participates in.
private static WTValuedMap DeleteHandler.findSubstitutesForVersions(WTCollection documents)
          Deleting the latest iteration of a version will trigger the deletion of all iterations of that version.
private static WTValuedMap DeleteHandler.getSubstitutesForVersions()
           
private  WTValuedMap AsStoredTransactionListener.findSubstitutes()
           
private  WTValuedMap AsStoredTransactionListener.findSubstitutesForVersions()
           
private  WTValuedMap AsStoredTransactionListener.getLatestIterations(WTValuedMap predecessorVersions)
           
 

Methods in wt.epm.workspaces with parameters of type WTValuedMap
private static WTValuedMap WorkspaceRefreshManager.getNeedsRefresh(WTValuedMap masters, Class objClass, WorkspaceConfigSpec configSpec)
           
static WTValuedMap WorkspaceRefreshManager.getRefreshEPMDocs(WTValuedMap refreshObjects, WTValuedMap masters, WTValuedMap docMasterSet, EPMCheckpoint checkpoint)
           
private static WTValuedMap WorkspaceRefreshManager.checkDocsWithParts(EPMWorkspace workspace, WTCollection epmDocs, WTValuedMap docMasterSet)
           
protected static void WorkspaceManagerListeners.processPostMultiCheckinEvent(WTValuedMap eventMap)
           
protected static void WorkspaceManagerListeners.processPreMultiCheckinEvent(WTValuedMap eventMap)
           
protected static void WorkspaceManagerListeners.processPreMultiUndoCheckOutEvent(WTValuedMap eventMap)
           
protected static void WorkspaceManagerListeners.processPostMultiUndoCheckOutEvent(WTValuedMap eventMap)
           
private static void WorkspaceCheckoutManager.copyEPMData(EPMWorkspace workspace, WTValuedMap prevToWorkingMap, WTCollection selectedFTS)
          Copys EPM data from previous iterations to Working copies EPM Data includes - IBA, EPM ND Data and contents
private static void WorkspaceCheckoutManager.setTypeDefinitionForNonLatest(WTValuedMap prevToWorkingMap)
           
private static void WorkspaceCheckoutManager.copyContentItems(WTValuedMap prevToWorkingMap)
          Copies content Items from non Latest original to current working copy.
private static EPMNewIterationDataContainer WorkspaceCheckoutManager.putFTCheckoutInfo(EPMWorkspace workspace, WTCollection latestWorkables, WTCollection latestFamilytables, WTValuedMap latestNonlatestMap)
          Puts objects that are getting checked out in Method context
private static WTCollection WorkspaceCheckinManager.moveToAnotherContainer(WTValuedMap map)
           
private  void EPMStandardWorkspaceManager.dispatchCheckoutToWorkspaceEvent(WTValuedMap checkoutMap)
           
private  void AsStoredTransactionListener.substitute(WTValuedMap substitutes)
           
private  WTValuedMap AsStoredTransactionListener.getLatestIterations(WTValuedMap predecessorVersions)
           
private  Map AsStoredTransactionListener.sortByClass(WTValuedMap predecessorVersions)
           
 

Uses of WTValuedMap in wt.fc
 

Methods in wt.fc that return WTValuedMap
static WTValuedMap PersistenceServerHelper.appendCopyLinkMap(WTValuedMap copyLinkMap, Map sourceObjectsToLinksMap, String roleObjectRole, WTKeyedMap sourceObjectToRoleObjectMap)
          Build an aggregate copyLinkMap.
static WTValuedMap PersistenceServerHelper.appendCopyLinkMap(WTValuedMap copyLinkMap, Map sourceObjectsToLinksMap, String roleObjectRole, WTKeyedMap sourceObjectToRoleObjectMap)
          Build an aggregate copyLinkMap.
 

Methods in wt.fc with parameters of type WTValuedMap
 int StandardReferentialIntegrityExceptionHandler.buildMessage(WTValuedMap a_linkMap, Object[] a_messages, int a_messageIndex)
          The method builds messages to display as part of a ReferentialIntegrityException.
 int ReferentialIntegrityExceptionHandler.buildMessage(WTValuedMap a_linkMap, Object[] a_messages, int a_messageIndex)
          The method builds messages to display as part of a ReferentialIntegrityException.
static WTValuedMap PersistenceServerHelper.appendCopyLinkMap(WTValuedMap copyLinkMap, Map sourceObjectsToLinksMap, String roleObjectRole, WTKeyedMap sourceObjectToRoleObjectMap)
          Build an aggregate copyLinkMap.
 int StandardReferentialIntegrityExceptionHandler.buildMessage(WTValuedMap a_linkMap, Object[] a_messages, int a_messageIndex)
          The method builds messages to display as part of a ReferentialIntegrityException.
 int ReferentialIntegrityExceptionHandler.buildMessage(WTValuedMap a_linkMap, Object[] a_messages, int a_messageIndex)
          The method builds messages to display as part of a ReferentialIntegrityException.
static WTValuedMap PersistenceServerHelper.appendCopyLinkMap(WTValuedMap copyLinkMap, Map sourceObjectsToLinksMap, String roleObjectRole, WTKeyedMap sourceObjectToRoleObjectMap)
          Build an aggregate copyLinkMap.
 

Uses of WTValuedMap in wt.fc.collections
 

Classes in wt.fc.collections that implement WTValuedMap
(package private) static class EmptyCollections.EmptyValuedMap
           
(package private) static class SynchronizedCollections.SynchronizedValuedMap
           
(package private) static class UnmodifiableCollections.UnmodifiableValuedMap
           
 class WTValuedHashMap
          The key mask for the values collection can be specified in the constructor.
 

Fields in wt.fc.collections declared as WTValuedMap
(package private)  WTValuedMap UnmodifiableCollections.UnmodifiableValuedMap.wtvm
           
(package private)  WTValuedMap SynchronizedCollections.SynchronizedValuedMap.wtvm
           
static WTValuedMap CollectionsHelper.EMPTY_VALUED_MAP
          A reusable empty map.
 

Methods in wt.fc.collections that return WTValuedMap
static WTValuedMap CollectionsHelper.synchronizedWTValuedMap(WTValuedMap map)
          

Supported API: true
static WTValuedMap CollectionsHelper.unmodifiableWTValuedMap(WTValuedMap map)
          

Supported API: true
 

Methods in wt.fc.collections with parameters of type WTValuedMap
static WTValuedMap CollectionsHelper.synchronizedWTValuedMap(WTValuedMap map)
          

Supported API: true
static WTValuedMap CollectionsHelper.unmodifiableWTValuedMap(WTValuedMap map)
          

Supported API: true
 

Constructors in wt.fc.collections with parameters of type WTValuedMap
UnmodifiableCollections.UnmodifiableValuedMap(WTValuedMap wtvm)
           
SynchronizedCollections.SynchronizedValuedMap(WTValuedMap wtvm)
           
SynchronizedCollections.SynchronizedValuedMap(WTValuedMap wtvm, Object lock)
           
 

Uses of WTValuedMap in wt.folder
 

Fields in wt.folder declared as WTValuedMap
private  WTValuedMap FolderServiceEvent.targetsToDestinationFolders
          A mapping between target entries and their destination folders This mapping is also the event target
private  WTValuedMap FolderServiceEvent.targetsToSourceFolders
          A mapping between target entries and their source folders
(package private)  WTValuedMap FolderLogic.FolderChange.targetsToDestinations
           
(package private)  WTValuedMap FolderLogic.FolderChange.targetsToSources
           
(package private)  WTValuedMap FolderLogic.FolderChange.targetsToMemberships
           
(package private)  WTValuedMap FolderLogic.FolderPropertyApplier.entriesToLinks
           
private  WTValuedMap FolderServiceEvent.targetsToDestinationFolders
          A mapping between target entries and their destination folders This mapping is also the event target
private  WTValuedMap FolderServiceEvent.targetsToSourceFolders
          A mapping between target entries and their source folders
(package private)  WTValuedMap FolderLogic.FolderChange.targetsToDestinations
           
(package private)  WTValuedMap FolderLogic.FolderChange.targetsToSources
           
(package private)  WTValuedMap FolderLogic.FolderChange.targetsToMemberships
           
(package private)  WTValuedMap FolderLogic.FolderPropertyApplier.entriesToLinks
           
 

Methods in wt.folder that return WTValuedMap
 WTValuedMap StandardFolderServiceSvr.getSubFolderToParentMapReadOnly(WTCollection subfolders, AccessPermission permission)
          Get the parent folders for the given collection of SubFolders

Supported API: false
 WTValuedMap StandardFolderService.getFolderedToFolderMap(WTCollection folderedColl)
          Deprecated. Replaced by StandardFolderService.getCabinetBasedToFolderMap(WTCollection)
 WTValuedMap StandardFolderService.assignLocations(WTValuedMap folderedItemToFolderMap)
          Deprecated. Replaced by FolderHelper.assignLocations(WTValuedMap)
 WTValuedMap StandardFolderService.getCabinetBasedToCabinetMap(WTCollection objects)
          Get the cabinets for the given set of CabinetBased objects.
 WTValuedMap StandardFolderService.getCabinetBasedToFolderMap(WTCollection objects)
          Get the parent folders for the given collection of CabinetBased objects.
 WTValuedMap StandardFolderService.getEntryToMembershipMap(WTCollection entries)
          Get the FolderMemberships for the given FolderEntry objects.
 WTValuedMap StandardFolderService.getUserToCabinetMap(WTCollection users)
          Get the personal cabinets for the given users.
 WTValuedMap PassThruFolderCache.getChildToParentMap(WTCollection children, boolean read_only)
          Get the parents of the given child folders
 WTValuedMap PassThruFolderCache.getUserToCabinetMap(WTCollection users, boolean read_only)
          Get the personal cabinets for the given
 WTValuedMap FolderServiceSvr.getSubFolderToParentMapReadOnly(WTCollection subfolders, AccessPermission permission)
          Get the parent folders for the given collection of SubFolders

Supported API: false
 WTValuedMap FolderServiceFwd.getFolderedToFolderMap(WTCollection folderedColl)
          Deprecated. Replaced by FolderServiceFwd.getCabinetBasedToFolderMap(WTCollection)
 WTValuedMap FolderServiceFwd.assignLocations(WTValuedMap folderedItemToFolderMap)
          Deprecated. Replaced by FolderHelper.assignLocations(WTValuedMap)
 WTValuedMap FolderServiceFwd.getCabinetBasedToCabinetMap(WTCollection objects)
          Get the cabinets for the given set of CabinetBased objects.
 WTValuedMap FolderServiceFwd.getCabinetBasedToFolderMap(WTCollection objects)
          Get the parent folders for the given collection of CabinetBased objects.
 WTValuedMap FolderServiceFwd.getEntryToMembershipMap(WTCollection entries)
          Get the FolderMemberships for the given FolderEntry objects.
 WTValuedMap FolderServiceFwd.getUserToCabinetMap(WTCollection users)
          Get the personal cabinets for the given users.
 WTValuedMap FolderServiceEvent.getTargetsToDestinations()
          Valid for use with multi-object FolderServiceEvents.
 WTValuedMap FolderServiceEvent.getTargetsToSources()
          Valid for use with multi-object FolderServiceEvents.
 WTValuedMap FolderService.getFolderedToFolderMap(WTCollection folderedColl)
          Deprecated. Replaced by FolderService.getCabinetBasedToFolderMap(WTCollection)
 WTValuedMap FolderService.assignLocations(WTValuedMap folderedItemToFolderMap)
          Deprecated. Replaced by FolderHelper.assignLocations(WTValuedMap)
 WTValuedMap FolderService.getCabinetBasedToCabinetMap(WTCollection objects)
          Get the cabinets for the given set of CabinetBased objects.
 WTValuedMap FolderService.getCabinetBasedToFolderMap(WTCollection objects)
          Get the parent folders for the given collection of CabinetBased objects.
 WTValuedMap FolderService.getEntryToMembershipMap(WTCollection entries)
          Get the FolderMemberships for the given FolderEntry objects.
 WTValuedMap FolderService.getUserToCabinetMap(WTCollection users)
          Get the personal cabinets for the given users.
(package private) static WTValuedMap FolderLogic.createMemberships(WTValuedMap entries_to_destinations)
          Store membership links for the given entry-to-folder mappings
(package private) static WTValuedMap FolderLogic.getCabinetBasedToCabinetMap(WTCollection objects)
          Get the cabinets for the given set of CabinetBased objects.
(package private) static WTValuedMap FolderLogic.getSubFolderToParentMap(WTCollection subfolders, boolean read_only, AccessPermission permission)
          Get the parent folders for the given collection of SubFolders
(package private) static WTValuedMap FolderLogic.getCabinetBasedToFolderMap(WTCollection objects, AccessPermission permission)
          Get the parent folders for the given collection of CabinetBased objects
private static WTValuedMap FolderLogic.getCabinetBasedToFolderMap(WTCollection objects, AccessPermission permission, WTValuedMap memberships)
          Same as FolderLogic.getCabinetBasedToFolderMap(WTCollection,AccessPermission), except that it uses the given mapping of FolderEntry objects to their corresponding memberships, as opposed to querying for them.
(package private) static WTValuedMap FolderLogic.getEntryToMembershipMap(WTCollection entries, boolean inflate_folders, AccessPermission permission)
          Get the FolderMemberships for the given entries.
(package private) static WTValuedMap FolderLogic.getContentsToMembershipsMap(WTSet folders, Class entry_class, boolean include_shares, AccessPermission permission)
          Get the contents of the given set of folders.
static WTValuedMap FolderHelper.getCabinetBasedToFolderMap(WTCollection objects)
          Get the parent folders for the given collection of CabinetBased objects.
static WTValuedMap FolderHelper.getCabinetBasedToCabinetMap(WTCollection objects)
          Get the cabinets for the given set of CabinetBased objects.
 WTValuedMap FolderCache.getChildToParentMap(WTCollection children, boolean read_only)
          Get the parents of the given child folders
 WTValuedMap FolderCache.getUserToCabinetMap(WTCollection users, boolean read_only)
          Get the personal cabinets for the given
 WTValuedMap DefaultFolderCache.getChildToParentMap(WTCollection children, boolean read_only)
          Get the parents of the given child folders
 WTValuedMap DefaultFolderCache.getUserToCabinetMap(WTCollection users, boolean read_only)
          Get the personal cabinets for the given
 WTValuedMap StandardFolderServiceSvr.getSubFolderToParentMapReadOnly(WTCollection subfolders, AccessPermission permission)
          Get the parent folders for the given collection of SubFolders

Supported API: false
 WTValuedMap StandardFolderService.getFolderedToFolderMap(WTCollection folderedColl)
          Deprecated. Replaced by StandardFolderService.getCabinetBasedToFolderMap(WTCollection)
 WTValuedMap StandardFolderService.assignLocations(WTValuedMap folderedItemToFolderMap)
          Deprecated. Replaced by FolderHelper.assignLocations(WTValuedMap)
 WTValuedMap StandardFolderService.getCabinetBasedToCabinetMap(WTCollection objects)
          Get the cabinets for the given set of CabinetBased objects.
 WTValuedMap StandardFolderService.getCabinetBasedToFolderMap(WTCollection objects)
          Get the parent folders for the given collection of CabinetBased objects.
 WTValuedMap StandardFolderService.getEntryToMembershipMap(WTCollection entries)
          Get the FolderMemberships for the given FolderEntry objects.
 WTValuedMap StandardFolderService.getUserToCabinetMap(WTCollection users)
          Get the personal cabinets for the given users.
 WTValuedMap PassThruFolderCache.getChildToParentMap(WTCollection children, boolean read_only)
          Get the parents of the given child folders
 WTValuedMap PassThruFolderCache.getUserToCabinetMap(WTCollection users, boolean read_only)
          Get the personal cabinets for the given
 WTValuedMap FolderServiceSvr.getSubFolderToParentMapReadOnly(WTCollection subfolders, AccessPermission permission)
          Get the parent folders for the given collection of SubFolders

Supported API: false
 WTValuedMap FolderServiceFwd.getFolderedToFolderMap(WTCollection folderedColl)
          Deprecated. Replaced by FolderServiceFwd.getCabinetBasedToFolderMap(WTCollection)
 WTValuedMap FolderServiceFwd.assignLocations(WTValuedMap folderedItemToFolderMap)
          Deprecated. Replaced by FolderHelper.assignLocations(WTValuedMap)
 WTValuedMap FolderServiceFwd.getCabinetBasedToCabinetMap(WTCollection objects)
          Get the cabinets for the given set of CabinetBased objects.
 WTValuedMap FolderServiceFwd.getCabinetBasedToFolderMap(WTCollection objects)
          Get the parent folders for the given collection of CabinetBased objects.
 WTValuedMap FolderServiceFwd.getEntryToMembershipMap(WTCollection entries)
          Get the FolderMemberships for the given FolderEntry objects.
 WTValuedMap FolderServiceFwd.getUserToCabinetMap(WTCollection users)
          Get the personal cabinets for the given users.
 WTValuedMap FolderServiceEvent.getTargetsToDestinations()
          Valid for use with multi-object FolderServiceEvents.
 WTValuedMap FolderServiceEvent.getTargetsToSources()
          Valid for use with multi-object FolderServiceEvents.
 WTValuedMap FolderService.getFolderedToFolderMap(WTCollection folderedColl)
          Deprecated. Replaced by FolderService.getCabinetBasedToFolderMap(WTCollection)
 WTValuedMap FolderService.assignLocations(WTValuedMap folderedItemToFolderMap)
          Deprecated. Replaced by FolderHelper.assignLocations(WTValuedMap)
 WTValuedMap FolderService.getCabinetBasedToCabinetMap(WTCollection objects)
          Get the cabinets for the given set of CabinetBased objects.
 WTValuedMap FolderService.getCabinetBasedToFolderMap(WTCollection objects)
          Get the parent folders for the given collection of CabinetBased objects.
 WTValuedMap FolderService.getEntryToMembershipMap(WTCollection entries)
          Get the FolderMemberships for the given FolderEntry objects.
 WTValuedMap FolderService.getUserToCabinetMap(WTCollection users)
          Get the personal cabinets for the given users.
(package private) static WTValuedMap FolderLogic.createMemberships(WTValuedMap entries_to_destinations)
          Store membership links for the given entry-to-folder mappings
(package private) static WTValuedMap FolderLogic.getCabinetBasedToCabinetMap(WTCollection objects)
          Get the cabinets for the given set of CabinetBased objects.
(package private) static WTValuedMap FolderLogic.getSubFolderToParentMap(WTCollection subfolders, boolean read_only, AccessPermission permission)
          Get the parent folders for the given collection of SubFolders
(package private) static WTValuedMap FolderLogic.getCabinetBasedToFolderMap(WTCollection objects, AccessPermission permission)
          Get the parent folders for the given collection of CabinetBased objects
private static WTValuedMap FolderLogic.getCabinetBasedToFolderMap(WTCollection objects, AccessPermission permission, WTValuedMap memberships)
          Same as FolderLogic.getCabinetBasedToFolderMap(WTCollection,AccessPermission), except that it uses the given mapping of FolderEntry objects to their corresponding memberships, as opposed to querying for them.
(package private) static WTValuedMap FolderLogic.getEntryToMembershipMap(WTCollection entries, boolean inflate_folders, AccessPermission permission)
          Get the FolderMemberships for the given entries.
(package private) static WTValuedMap FolderLogic.getContentsToMembershipsMap(WTSet folders, Class entry_class, boolean include_shares, AccessPermission permission)
          Get the contents of the given set of folders.
static WTValuedMap FolderHelper.getCabinetBasedToFolderMap(WTCollection objects)
          Get the parent folders for the given collection of CabinetBased objects.
static WTValuedMap FolderHelper.getCabinetBasedToCabinetMap(WTCollection objects)
          Get the cabinets for the given set of CabinetBased objects.
 WTValuedMap FolderCache.getChildToParentMap(WTCollection children, boolean read_only)
          Get the parents of the given child folders
 WTValuedMap FolderCache.getUserToCabinetMap(WTCollection users, boolean read_only)
          Get the personal cabinets for the given
 WTValuedMap DefaultFolderCache.getChildToParentMap(WTCollection children, boolean read_only)
          Get the parents of the given child folders
 WTValuedMap DefaultFolderCache.getUserToCabinetMap(WTCollection users, boolean read_only)
          Get the personal cabinets for the given
 

Methods in wt.folder with parameters of type WTValuedMap
 void StandardFolderServiceSvr.prepareForCheckin(WTValuedMap checkedout_to_working_copies)
          Cleans up the folder membership for working copies that will now asusme the folder membership of their corresponding checked out copy.
 WTValuedMap StandardFolderService.assignLocations(WTValuedMap folderedItemToFolderMap)
          Deprecated. Replaced by FolderHelper.assignLocations(WTValuedMap)
 WTSet StandardFolderService.changeFolder(WTValuedMap targets_to_destinations)
          Move a set of FolderEntry objects to new folders as designated by their mappings in the WTValuedMap parameter.
 void FolderServiceSvr.prepareForCheckin(WTValuedMap checkedout_to_working_copies)
          Cleans up the folder membership for working copies that will now asusme the folder membership of their corresponding checked out copy.
 WTValuedMap FolderServiceFwd.assignLocations(WTValuedMap folderedItemToFolderMap)
          Deprecated. Replaced by FolderHelper.assignLocations(WTValuedMap)
 WTSet FolderServiceFwd.changeFolder(WTValuedMap targets_to_destinations)
          Move a set of FolderEntry objects to new folders as designated by their mappings in the WTValuedMap parameter.
 WTValuedMap FolderService.assignLocations(WTValuedMap folderedItemToFolderMap)
          Deprecated. Replaced by FolderHelper.assignLocations(WTValuedMap)
 WTSet FolderService.changeFolder(WTValuedMap targets_to_destinations)
          Move a set of FolderEntry objects to new folders as designated by their mappings in the WTValuedMap parameter.
(package private) static WTValuedMap FolderLogic.createMemberships(WTValuedMap entries_to_destinations)
          Store membership links for the given entry-to-folder mappings
(package private) static WTSet FolderLogic.changeFolders(WTValuedMap targets_to_destinations, StandardFolderService service)
          Change the folder of the given set of target entries to map to the corresponding new destinations
(package private) static void FolderLogic.prepareForCheckin(WTValuedMap checkedout_to_working_copies)
          Cleans up the folder membership for working copies that will not asusme the folder membership of their corresponding checked out copy.
private static WTValuedMap FolderLogic.getCabinetBasedToFolderMap(WTCollection objects, AccessPermission permission, WTValuedMap memberships)
          Same as FolderLogic.getCabinetBasedToFolderMap(WTCollection,AccessPermission), except that it uses the given mapping of FolderEntry objects to their corresponding memberships, as opposed to querying for them.
static void FolderHelper.assignLocations(WTValuedMap entry_to_folder_map)
          Assigns each FolderEntry key in the input map to the corresponding Folder map value.
 void StandardFolderServiceSvr.prepareForCheckin(WTValuedMap checkedout_to_working_copies)
          Cleans up the folder membership for working copies that will now asusme the folder membership of their corresponding checked out copy.
 WTValuedMap StandardFolderService.assignLocations(WTValuedMap folderedItemToFolderMap)
          Deprecated. Replaced by FolderHelper.assignLocations(WTValuedMap)
 WTSet StandardFolderService.changeFolder(WTValuedMap targets_to_destinations)
          Move a set of FolderEntry objects to new folders as designated by their mappings in the WTValuedMap parameter.
 void FolderServiceSvr.prepareForCheckin(WTValuedMap checkedout_to_working_copies)
          Cleans up the folder membership for working copies that will now asusme the folder membership of their corresponding checked out copy.
 WTValuedMap FolderServiceFwd.assignLocations(WTValuedMap folderedItemToFolderMap)
          Deprecated. Replaced by FolderHelper.assignLocations(WTValuedMap)
 WTSet FolderServiceFwd.changeFolder(WTValuedMap targets_to_destinations)
          Move a set of FolderEntry objects to new folders as designated by their mappings in the WTValuedMap parameter.
 WTValuedMap FolderService.assignLocations(WTValuedMap folderedItemToFolderMap)
          Deprecated. Replaced by FolderHelper.assignLocations(WTValuedMap)
 WTSet FolderService.changeFolder(WTValuedMap targets_to_destinations)
          Move a set of FolderEntry objects to new folders as designated by their mappings in the WTValuedMap parameter.
(package private) static WTValuedMap FolderLogic.createMemberships(WTValuedMap entries_to_destinations)
          Store membership links for the given entry-to-folder mappings
(package private) static WTSet FolderLogic.changeFolders(WTValuedMap targets_to_destinations, StandardFolderService service)
          Change the folder of the given set of target entries to map to the corresponding new destinations
(package private) static void FolderLogic.prepareForCheckin(WTValuedMap checkedout_to_working_copies)
          Cleans up the folder membership for working copies that will not asusme the folder membership of their corresponding checked out copy.
private static WTValuedMap FolderLogic.getCabinetBasedToFolderMap(WTCollection objects, AccessPermission permission, WTValuedMap memberships)
          Same as FolderLogic.getCabinetBasedToFolderMap(WTCollection,AccessPermission), except that it uses the given mapping of FolderEntry objects to their corresponding memberships, as opposed to querying for them.
static void FolderHelper.assignLocations(WTValuedMap entry_to_folder_map)
          Assigns each FolderEntry key in the input map to the corresponding Folder map value.
 

Constructors in wt.folder with parameters of type WTValuedMap
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
FolderLogic.FolderChange(WTValuedMap targets_to_destinations, StandardFolderService service)
           
FolderLogic.FolderPropertyApplier(WTValuedMap entries_to_links)
           
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
FolderLogic.FolderChange(WTValuedMap targets_to_destinations, StandardFolderService service)
           
FolderLogic.FolderPropertyApplier(WTValuedMap entries_to_links)
           
 

Uses of WTValuedMap in wt.iba.value.service
 

Methods in wt.iba.value.service with parameters of type WTValuedMap
 void StandardIBAValueService.copyAttributes(WTValuedMap ibaHoldersMap, boolean replace)
          Copy all soft attributes from source IBAHolder to the Target IBAHoler.
 void MultiObjIBAValueService.copyAttributes(WTValuedMap ibaHoldersMap, boolean replace)
          Copy all soft attributes from source IBAHolder to the Target IBAHoler.
 void MultiObjIBAValueDBService.copyAttributes(WTValuedMap ibaHoldersMap, boolean replace)
          Copy all soft attributes from source IBAHolder to the Target IBAHoler.
private  void MultiObjIBAValueDBService.copyAllIBAs(WTValuedMap ibaHoldersSrcTargetMap, boolean replace)
           
private  void MultiObjIBAValueDBService.copyAllIBAs(WTValuedMap ibaHoldersSrcTargetMap)
           
private  void MultiObjIBAValueDBService.copyAllIBAs(WTValuedMap ibaHoldersSrcTargetMap, Map replacements)
           
private  void MultiObjIBAValueDBService.copyAllIBAsValueView(WTValuedMap ibaHoldersSrcTargetMap, Map replacements)
           
 void IBAValueServiceFwd.copyAttributes(WTValuedMap ibaHoldersMap, boolean replace)
          Copy all soft attributes from source IBAHolder to the Target IBAHoler.
 void IBAValueService.copyAttributes(WTValuedMap ibaHoldersMap, boolean replace)
          Copy all soft attributes from source IBAHolder to the Target IBAHoler.
 void IBAValueDBServiceInterface.copyAttributes(WTValuedMap ibaHoldersMap, boolean replace)
          Copy all soft attributes from source IBAHolder to the Target IBAHoler.
 void IBAValueDBService.copyAttributes(WTValuedMap ibaHoldersMap, boolean replace)
          Copy all soft attributes from source IBAHolder to the Target IBAHoler.
static String IBAServiceProfilingKey.getIBAInfo(WTValuedMap a_ibaHolderMap, String a_description)
           
 

Uses of WTValuedMap in wt.inf.container
 

Fields in wt.inf.container declared as WTValuedMap
private  WTValuedMap WTContainerMoveEvent.containedToDestinations
          A mapping between WTContained objects and their destination WTContainers
private  WTValuedMap WTContainerMoveEvent.containedToSources
          A mapping between WTContained objects and their source WTContainers
(package private)  WTValuedMap FolderServiceEventHandler.ContainerChange.containedToDestinations
           
(package private)  WTValuedMap FolderServiceEventHandler.ContainerChange.containedToSources
           
private  WTValuedMap WTContainerMoveEvent.containedToDestinations
          A mapping between WTContained objects and their destination WTContainers
private  WTValuedMap WTContainerMoveEvent.containedToSources
          A mapping between WTContained objects and their source WTContainers
(package private)  WTValuedMap FolderServiceEventHandler.ContainerChange.containedToDestinations
           
(package private)  WTValuedMap FolderServiceEventHandler.ContainerChange.containedToSources
           
 

Methods in wt.inf.container that return WTValuedMap
 WTValuedMap WTContainerMoveEvent.getContainedToDestinations()
          Valid for use with multi-object FolderServiceEvents.
 WTValuedMap WTContainerMoveEvent.getContainedToSources()
          Valid for use with multi-object FolderServiceEvents.
 WTValuedMap WTContainerMoveEvent.getContainedToDestinations()
          Valid for use with multi-object FolderServiceEvents.
 WTValuedMap WTContainerMoveEvent.getContainedToSources()
          Valid for use with multi-object FolderServiceEvents.
 

Constructors in wt.inf.container with parameters of type WTValuedMap
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 WTValuedMap in wt.inf.sharing
 

Methods in wt.inf.sharing that return WTValuedMap
private  WTValuedMap StandardDataSharingService.getTargetFolderPairs(Persistable target, ObjectReference folder_ref)
           
 

Methods in wt.inf.sharing with parameters of type WTValuedMap
private  void StandardDataSharingService.processFolderChangeMaps(WTValuedMap target_folder_map, List dest_list, WTArrayList added_maps, WTArrayList removed_maps)
          Called from processFolderChangeEvent().
 

Uses of WTValuedMap in wt.lifecycle
 

Methods in wt.lifecycle that return WTValuedMap
private  WTValuedMap StandardLifeCycleService.getPhaseCopyMap(LifeCycleTemplate src, LifeCycleTemplate dest)
          Returns a non-inflated map of the phase templates of the source life cycle template to their counterparts (phase templates having matching states) of the destination life cycle template.
private  WTValuedMap StandardLifeCycleService.initiateWorkflow(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection)
           
private  WTValuedMap StandardLifeCycleService.getPhaseCopyMap(LifeCycleTemplate src, LifeCycleTemplate dest)
          Returns a non-inflated map of the phase templates of the source life cycle template to their counterparts (phase templates having matching states) of the destination life cycle template.
private  WTValuedMap StandardLifeCycleService.initiateWorkflow(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection)
           
 

Methods in wt.lifecycle with parameters of type WTValuedMap
private  WTValuedMap StandardLifeCycleService.initiateWorkflow(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection)
           
private  WTValuedMap StandardLifeCycleService.initiateWorkflow(WTValuedMap objToWfDefMap, WTKeyedMap objToWfNameMap, WTCollection collection)
           
 

Uses of WTValuedMap in wt.part
 

Methods in wt.part that return WTValuedMap
protected  WTValuedMap StandardWTPartService.filteredIterationsKeyedByMaster(WTCollection masters, ConfigSpec configSpec)
          Applys a config spec to the masters and returns a map where the keys are the masters from the input and values are the iterations selected by the config spec.
 

Methods in wt.part with parameters of type WTValuedMap
protected  Persistable[][] StandardWTPartService.createUsages(WTCollection links, WTValuedMap masterPartMap)
          Processes the input collection of usage links and creates a Persistable[2] for each one where [0] is the usage link and [1] is the part or part master as found in the input master->parts map.
 

Uses of WTValuedMap in wt.representation
 

Methods in wt.representation that return WTValuedMap
 WTValuedMap StandardRepresentationService.getRepresentable(WTCollection representations)
          Gets the Representables for the passed Representations

Supported API: false
 WTValuedMap StandardRepresentationService.getDefaultRepresentation(WTCollection representables)
          Gets the default Representations for the passed Representables.
 WTValuedMap RepresentationServiceFwd.getRepresentable(WTCollection representations)
          Gets the Representables for the passed Representations

Supported API: false
 WTValuedMap RepresentationServiceFwd.getDefaultRepresentation(WTCollection representables)
          Gets the default Representations for the passed Representables.
 WTValuedMap RepresentationService.getRepresentable(WTCollection representations)
          Gets the Representables for the passed Representations

Supported API: false
 WTValuedMap RepresentationService.getDefaultRepresentation(WTCollection representables)
          Gets the default Representations for the passed Representables.
 

Uses of WTValuedMap in wt.sandbox
 

Fields in wt.sandbox declared as WTValuedMap
private  WTValuedMap SandboxServiceUndoCheckoutEvent.workingToOriginalRefMap
           
private  WTValuedMap SandboxServiceInitialCheckinEvent.workingCopyToInitialCheckinMap
           
private  WTValuedMap SandboxServiceCheckoutEvent.origToWorkingCopyMap
           
private  WTValuedMap SandboxServiceCheckinEvent.workingCopyToOriginalCopyMap
           
private  WTValuedMap SandboxServiceCheckinEvent.workingCopyToCheckedInCopyMap
           
private  WTValuedMap SandboxServiceCheckinEvent.originalCopyToCheckedInCopyMap
           
 

Methods in wt.sandbox that return WTValuedMap
(package private) static WTValuedMap Utilities.getInflatedOrRefreshedWTValuedMap(Map refToRefMap, boolean refresh, boolean lock, int keyMask, int valueMask, boolean forceSpecifiedKeyMask, boolean forceSpecifiedValueMask)
          Essentially assumes getMostAppropriateMap() was run on input already
(package private) static WTValuedMap Utilities.getFolderedToFolderMap(WTCollection folderedObjs, boolean bypassAccessControl)
           
 WTValuedMap StandardSandboxService.getSandboxToBaselineRefMap(Collection wtCollOfSandboxRefs, boolean inflateBaselineRefs)
          Gets map from any sandbox containers in the input collection to the corresponding sandbox baselines.
private static WTValuedMap StandardSandboxService.getRefreshedLockedWorkingToOrigCopyWTMap(WTCollection inputRefs, boolean forceObjRefsForOrigCopies)
          produce map from working to original copies, locking both in the process
 WTValuedMap SandboxServiceUndoCheckoutEvent.getWorkingToOriginalCopyMap()
          Gets map from sandbox working copies to originals.
 WTValuedMap SandboxServiceInitialCheckinEvent.getWorkingCopyToInitialCheckinMap()
          Gets map from working copies to initial checkin objects formed from them.
 WTValuedMap SandboxServiceFwd.getSandboxToBaselineRefMap(Collection wtCollOfSandboxRefs, boolean inflateBaselineRefs)
          Gets map from any sandbox containers in the input collection to the corresponding sandbox baselines.
 WTValuedMap SandboxServiceCheckoutEvent.getOriginalToWorkingCopyMap()
          Gets map from original to working copies.
 WTValuedMap SandboxServiceCheckinEvent.getWorkingCopyToOriginalCopyMap()
          Get map from sandbox working copies (which were not newly created in the sandbox) to the original (pre-check-out) copies.
 WTValuedMap SandboxServiceCheckinEvent.getWorkingCopyToCheckedInCopyMap()
          When the event type is POST_SB_CHECKIN_EVENT, returns a map from sandbox working copies to newly created check ins.
 WTValuedMap SandboxServiceCheckinEvent.getOriginalCopyToCheckedInCopyMap()
          When the event type is POST_SB_CHECKIN_EVENT, returns a map from original copies to newly created check ins.
 WTValuedMap SandboxService.getSandboxToBaselineRefMap(Collection wtCollOfSandboxRefs, boolean inflateBaselineRefs)
          Gets map from any sandbox containers in the input collection to the corresponding sandbox baselines.
 

Methods in wt.sandbox with parameters of type WTValuedMap
private static void StandardSandboxService.validateUndoCheckoutInputs(WTCollection inputRefs, WTValuedMap workingToOriginalRefMap, Map sandboxContRefToWorkingCopyRefsMap)
           
private static void StandardSandboxService.sharePDMCopiesToSandbox(WTValuedMap sandboxCopyToPDMCopyMap, Map sandboxContRefToSandboxCopyRefsMap)
           
private static WTSet StandardSandboxService.getOriginalCopiesUserCannotUnlock(WTValuedMap workingToOriginalRefMap, Map sandboxContRefToWorkingCopyRefsMap)
           
private static WTSet StandardSandboxService.getSandboxCheckoutlinks(WTValuedMap workingToOriginalRefMap)
           
private static void StandardSandboxService.validateCheckinInputs(WTSet workingCopies, WTKeyedMap initialCheckinToDataMap, WTValuedMap workingToOriginalRefMap, WTKeyedMap sandboxContRefToWorkingCopyRefsMap, WTSet initialCheckinsWithoutData)
           
private static void StandardSandboxService.correctVersionSeries(WTValuedMap workingCopyToInitialCheckinMap)
          Fixes the version series on the initial send to PDM.
private static void StandardSandboxService.applyInitialCheckinData(WTKeyedMap initialCheckinWorkingCopyToDataMap, WTValuedMap workingCopyToInitialCheckinMap, InitialCheckinDataApplicator applicator)
           
private static void StandardSandboxService.swapOneOffVersionLabels(WTValuedMap verToVerMap)
           
(package private) static void SandboxServiceUndoCheckoutEvent.firePreUndoCheckOutEvent(ManagerService managerService, WTValuedMap workingToOriginalRefMap, boolean sharingOriginalToSandbox)
           
(package private) static void SandboxServiceUndoCheckoutEvent.firePostUndoCheckOutEvent(ManagerService managerService, WTValuedMap workingToOriginalRefMap, boolean sharingOriginalToSandbox)
           
private static void SandboxServiceUndoCheckoutEvent.fireUndoCheckOutEvent(ManagerService managerService, WTValuedMap workingToOriginalRefMap, boolean sharingOriginalToSandbox, boolean preEvent)
           
(package private) static void SandboxServiceInitialCheckinEvent.fireInitialCheckinEvent(ManagerService managerService, WTValuedMap workingCopyToInitialCheckinMap, WTKeyedMap initialCheckinWorkingCopyToDataMap)
           
(package private) static void SandboxServiceCheckoutEvent.firePreCheckOutEvent(ManagerService managerService, WTValuedMap origToWorkingCopyMap)
           
(package private) static void SandboxServiceCheckoutEvent.firePostCheckOutEvent(ManagerService managerService, WTValuedMap origToWorkingCopyMap)
           
private static void SandboxServiceCheckoutEvent.fireCheckOutEvent(ManagerService managerService, WTValuedMap origToWorkingCopyMap, boolean preEvent)
           
(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)
           
 

Constructors in wt.sandbox with parameters of type WTValuedMap
SandboxServiceUndoCheckoutEvent(String eventType, WTValuedMap workingToOriginalRefMap, boolean sharingOriginalToSandbox)
           
SandboxServiceInitialCheckinEvent(WTValuedMap workingCopyToInitialCheckinMap, WTKeyedMap initialCheckinWorkingCopyToDataMap)
           
SandboxServiceCheckoutEvent(String eventType, WTValuedMap origToWorkingCopyMap)
           
SandboxServiceCheckinEvent(String eventType, WTSet workingCopies, WTKeyedMap initialCheckinWorkingCopyToDataMap, WTValuedMap workingCopyToOriginalCopyMap, WTValuedMap workingCopyToCheckedInCopyMap, WTValuedMap originalCopyToCheckedInCopyMap)
           
 

Uses of WTValuedMap in wt.vc
 

Methods in wt.vc that return WTValuedMap
 WTValuedMap VersionControlSvrService.constructNewOneOffVersions(WTCollection versions)
          

Supported API: false
 WTValuedMap VersionControlServiceFwd.merge(WTValuedMap sourceToDestinationsMap, String note)
          Multi-object form of merge operation.
 WTValuedMap VersionControlServiceFwd.newIterations(WTCollection iterations)
          Deprecated.  
 WTValuedMap VersionControlServiceFwd.newIterations(WTCollection iterations, boolean copyAttributes)
          Deprecated.  
 WTValuedMap VersionControlServiceFwd.supersede(WTValuedMap iterationReplacementMap)
          Supersedes each iteration passed as the key in the WTValuedMap with the corresponding iteration value in the WTValuedMap.
 WTValuedMap VersionControlServiceFwd.newVersions(WTCollection versions)
          Makes a new in-lined version from the given version.
 WTValuedMap VersionControlServiceFwd.newVersions(WTKeyedMap versionMap)
          Makes a new in-lined version from the given version.
 WTValuedMap VersionControlServiceFwd.getLatestIterations(WTCollection iterations, boolean includeMarkedForDelete)
          Get the "latest" iteration in the same branch as the ones passed in the collection.
 WTValuedMap VersionControlServiceEvent.getTargetMap()
          Returns target object as WTValuedMap

Supported API: false
 WTValuedMap VersionControlServiceEvent.getMergeSourceToDestinationsMap()
          For PRE_MERGE and POST_MERGE event types (only), this method returns a map from merge source to merge destination objects.
 WTValuedMap VersionControlServiceEvent.getMergeSourceToMergedIterationsMap()
          For PRE_MERGE and POST_MERGE event types (only), this method returns a map from merge source to newly created "merged" objects.
 WTValuedMap VersionControlServiceEvent.getMergedIterationToDestinationsMap()
          For PRE_MERGE and POST_MERGE event types (only), this method returns a map from newly created "merged" objects to merge destination objects.
 WTValuedMap VersionControlServiceEvent.getDestinationsToMergedIterationMap()
          For PRE_MERGE and POST_MERGE event types (only), this method returns a map from merge destination objects to newly created "merged" objects.
 WTValuedMap VersionControlService.merge(WTValuedMap sourceToDestinationsMap, String note)
          Multi-object form of merge operation.
 WTValuedMap VersionControlService.newIterations(WTCollection iterations)
          Deprecated.  
 WTValuedMap VersionControlService.newIterations(WTCollection iterations, boolean copyAttributes)
          Deprecated.  
 WTValuedMap VersionControlService.supersede(WTValuedMap iterationReplacementMap)
          Supersedes each iteration passed as the key in the WTValuedMap with the corresponding iteration value in the WTValuedMap.
 WTValuedMap VersionControlService.newVersions(WTCollection versions)
          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.
 WTValuedMap VersionControlService.getLatestIterations(WTCollection iterations, boolean includeMarkedForDelete)
          Get the "latest" iteration in the same branch as the ones passed in the collection.
 WTValuedMap StandardVersionControlSvrService.constructNewOneOffVersions(WTCollection versions)
          

Supported API: false
 WTValuedMap StandardVersionControlService.merge(WTValuedMap sourceToDestinationsMap, String note)
          Multi-object form of merge operation.
 WTValuedMap StandardVersionControlService.newIterations(WTCollection iterations)
          Deprecated.  
 WTValuedMap StandardVersionControlService.newIterations(WTCollection iterations, boolean copyAttributes)
          Deprecated.  
 WTValuedMap StandardVersionControlService.supersede(WTValuedMap iterationReplacementMap)
          Supersedes each iteration passed as the key in the WTValuedMap with the corresponding iteration value in the WTValuedMap.
 WTValuedMap StandardVersionControlService.newVersions(WTCollection versions)
          Makes a new in-lined version from the given version.
 WTValuedMap StandardVersionControlService.newVersions(WTKeyedMap versionMap)
          Makes a new in-lined version from the given version.
 WTValuedMap StandardVersionControlService.getLatestIterations(WTCollection iterations, boolean includeMarkedForDelete)
          Get the "latest" iteration in the same branch as the ones passed in the collection.
 WTValuedMap VersionControlSvrService.constructNewOneOffVersions(WTCollection versions)
          

Supported API: false
 WTValuedMap VersionControlServiceFwd.merge(WTValuedMap sourceToDestinationsMap, String note)
          Multi-object form of merge operation.
 WTValuedMap VersionControlServiceFwd.newIterations(WTCollection iterations)
          Deprecated.  
 WTValuedMap VersionControlServiceFwd.newIterations(WTCollection iterations, boolean copyAttributes)
          Deprecated.  
 WTValuedMap VersionControlServiceFwd.supersede(WTValuedMap iterationReplacementMap)
          Supersedes each iteration passed as the key in the WTValuedMap with the corresponding iteration value in the WTValuedMap.
 WTValuedMap VersionControlServiceFwd.newVersions(WTCollection versions)
          Makes a new in-lined version from the given version.
 WTValuedMap VersionControlServiceFwd.newVersions(WTKeyedMap versionMap)
          Makes a new in-lined version from the given version.
 WTValuedMap VersionControlServiceFwd.getLatestIterations(WTCollection iterations, boolean includeMarkedForDelete)
          Get the "latest" iteration in the same branch as the ones passed in the collection.
 WTValuedMap VersionControlServiceEvent.getTargetMap()
          Returns target object as WTValuedMap

Supported API: false
 WTValuedMap VersionControlServiceEvent.getMergeSourceToDestinationsMap()
          For PRE_MERGE and POST_MERGE event types (only), this method returns a map from merge source to merge destination objects.
 WTValuedMap VersionControlServiceEvent.getMergeSourceToMergedIterationsMap()
          For PRE_MERGE and POST_MERGE event types (only), this method returns a map from merge source to newly created "merged" objects.
 WTValuedMap VersionControlServiceEvent.getMergedIterationToDestinationsMap()
          For PRE_MERGE and POST_MERGE event types (only), this method returns a map from newly created "merged" objects to merge destination objects.
 WTValuedMap VersionControlServiceEvent.getDestinationsToMergedIterationMap()
          For PRE_MERGE and POST_MERGE event types (only), this method returns a map from merge destination objects to newly created "merged" objects.
 WTValuedMap VersionControlService.merge(WTValuedMap sourceToDestinationsMap, String note)
          Multi-object form of merge operation.
 WTValuedMap VersionControlService.newIterations(WTCollection iterations)
          Deprecated.  
 WTValuedMap VersionControlService.newIterations(WTCollection iterations, boolean copyAttributes)
          Deprecated.  
 WTValuedMap VersionControlService.supersede(WTValuedMap iterationReplacementMap)
          Supersedes each iteration passed as the key in the WTValuedMap with the corresponding iteration value in the WTValuedMap.
 WTValuedMap VersionControlService.newVersions(WTCollection versions)
          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.
 WTValuedMap VersionControlService.getLatestIterations(WTCollection iterations, boolean includeMarkedForDelete)
          Get the "latest" iteration in the same branch as the ones passed in the collection.
 WTValuedMap StandardVersionControlSvrService.constructNewOneOffVersions(WTCollection versions)
          

Supported API: false
 WTValuedMap StandardVersionControlService.merge(WTValuedMap sourceToDestinationsMap, String note)
          Multi-object form of merge operation.
 WTValuedMap StandardVersionControlService.newIterations(WTCollection iterations)
          Deprecated.  
 WTValuedMap StandardVersionControlService.newIterations(WTCollection iterations, boolean copyAttributes)
          Deprecated.  
 WTValuedMap StandardVersionControlService.supersede(WTValuedMap iterationReplacementMap)
          Supersedes each iteration passed as the key in the WTValuedMap with the corresponding iteration value in the WTValuedMap.
 WTValuedMap StandardVersionControlService.newVersions(WTCollection versions)
          Makes a new in-lined version from the given version.
 WTValuedMap StandardVersionControlService.newVersions(WTKeyedMap versionMap)
          Makes a new in-lined version from the given version.
 WTValuedMap StandardVersionControlService.getLatestIterations(WTCollection iterations, boolean includeMarkedForDelete)
          Get the "latest" iteration in the same branch as the ones passed in the collection.
 

Methods in wt.vc with parameters of type WTValuedMap
 WTValuedMap VersionControlServiceFwd.merge(WTValuedMap sourceToDestinationsMap, String note)
          Multi-object form of merge operation.
 WTValuedMap VersionControlServiceFwd.supersede(WTValuedMap iterationReplacementMap)
          Supersedes each iteration passed as the key in the WTValuedMap with the corresponding iteration value in the WTValuedMap.
private static VersionControlServiceEvent VersionControlServiceEvent.createMultiObjectMergeEvent(String eventType, WTValuedMap sourceToDestinationsMap, WTValuedMap sourceToNewIterationsMap, WTValuedMap newIterationToDestinationsMap, WTValuedMap destinationToNewIterationMap)
           
(package private) static void VersionControlServiceEvent.fireMultiObjectMergeEvent(ManagerService managerService, String eventType, WTValuedMap sourceToDestinationsMap, WTValuedMap sourceToNewIterationsMap, WTValuedMap newIterationToDestinationsMap, WTValuedMap destinationToNewIterationMap)
           
 WTValuedMap VersionControlService.merge(WTValuedMap sourceToDestinationsMap, String note)
          Multi-object form of merge operation.
 WTValuedMap VersionControlService.supersede(WTValuedMap iterationReplacementMap)
          Supersedes each iteration passed as the key in the WTValuedMap with the corresponding iteration value in the WTValuedMap.
protected  void StandardVersionControlService.dispatchVetoableMultiObjectEvent(String eventType, WTValuedMap target)
          Dispatches a VersionControlServiceEvent that includes the event types & WTValuedMap.
 WTValuedMap StandardVersionControlService.merge(WTValuedMap sourceToDestinationsMap, String note)
          Multi-object form of merge operation.
 WTValuedMap StandardVersionControlService.supersede(WTValuedMap iterationReplacementMap)
          Supersedes each iteration passed as the key in the WTValuedMap with the corresponding iteration value in the WTValuedMap.
private  void StandardVersionControlService.dispatchMultiObjectMergeEvent(WTValuedMap sourceToDestinationsMap, WTValuedMap sourceToNewIterationsMap, WTValuedMap newIterationToDestinationsMap, WTValuedMap destinationToNewIterationMap, boolean isPreEvent)
           
private  void StandardVersionControlService.copyAdminAttrs(WTValuedMap sourceToDestinationsMap, WTValuedMap newIterationToDestinationsMap, String note)
          Copies various admin-ish attributes from targetVersion to newIter.
private  void StandardVersionControlService.validateVersionSchemeDuringMove(WTCollection versions, WTValuedMap containedToDestinations, WTValuedMap containedToSources)
           
private  void StandardVersionControlService.preCheckin(WTValuedMap checkedout_to_working)
          Cache the iterations that we're checking in.
private  void StandardVersionControlService.preChangeFolder(WTValuedMap targets_to_destinations, WTValuedMap targets_to_sources)
          Cache the objects that are in change folder, so that we know not to deal with them in the POST_CHANGE_DOMAIN listener
private  void StandardVersionControlService.postChangeFolder(WTKeyedMap destinations_to_targets, WTValuedMap targets_to_sources)
          Update the domain and cabinet of historical iterations
 int IteratedRIEHandler.buildMessage(WTValuedMap iteratedToDeletedIteratedMap, Object[] messages, int messageIndex)
          Return a user friendly message if a referential integrity validation fails for an Iterated object.
 WTValuedMap VersionControlServiceFwd.merge(WTValuedMap sourceToDestinationsMap, String note)
          Multi-object form of merge operation.
 WTValuedMap VersionControlServiceFwd.supersede(WTValuedMap iterationReplacementMap)
          Supersedes each iteration passed as the key in the WTValuedMap with the corresponding iteration value in the WTValuedMap.
private static VersionControlServiceEvent VersionControlServiceEvent.createMultiObjectMergeEvent(String eventType, WTValuedMap sourceToDestinationsMap, WTValuedMap sourceToNewIterationsMap, WTValuedMap newIterationToDestinationsMap, WTValuedMap destinationToNewIterationMap)
           
(package private) static void VersionControlServiceEvent.fireMultiObjectMergeEvent(ManagerService managerService, String eventType, WTValuedMap sourceToDestinationsMap, WTValuedMap sourceToNewIterationsMap, WTValuedMap newIterationToDestinationsMap, WTValuedMap destinationToNewIterationMap)
           
 WTValuedMap VersionControlService.merge(WTValuedMap sourceToDestinationsMap, String note)
          Multi-object form of merge operation.
 WTValuedMap VersionControlService.supersede(WTValuedMap iterationReplacementMap)
          Supersedes each iteration passed as the key in the WTValuedMap with the corresponding iteration value in the WTValuedMap.
protected  void StandardVersionControlService.dispatchVetoableMultiObjectEvent(String eventType, WTValuedMap target)
          Dispatches a VersionControlServiceEvent that includes the event types & WTValuedMap.
 WTValuedMap StandardVersionControlService.merge(WTValuedMap sourceToDestinationsMap, String note)
          Multi-object form of merge operation.
 WTValuedMap StandardVersionControlService.supersede(WTValuedMap iterationReplacementMap)
          Supersedes each iteration passed as the key in the WTValuedMap with the corresponding iteration value in the WTValuedMap.
private  void StandardVersionControlService.dispatchMultiObjectMergeEvent(WTValuedMap sourceToDestinationsMap, WTValuedMap sourceToNewIterationsMap, WTValuedMap newIterationToDestinationsMap, WTValuedMap destinationToNewIterationMap, boolean isPreEvent)
           
private  void StandardVersionControlService.copyAdminAttrs(WTValuedMap sourceToDestinationsMap, WTValuedMap newIterationToDestinationsMap, String note)
          Copies various admin-ish attributes from targetVersion to newIter.
private  void StandardVersionControlService.validateVersionSchemeDuringMove(WTCollection versions, WTValuedMap containedToDestinations, WTValuedMap containedToSources)
           
private  void StandardVersionControlService.preCheckin(WTValuedMap checkedout_to_working)
          Cache the iterations that we're checking in.
private  void StandardVersionControlService.preChangeFolder(WTValuedMap targets_to_destinations, WTValuedMap targets_to_sources)
          Cache the objects that are in change folder, so that we know not to deal with them in the POST_CHANGE_DOMAIN listener
private  void StandardVersionControlService.postChangeFolder(WTKeyedMap destinations_to_targets, WTValuedMap targets_to_sources)
          Update the domain and cabinet of historical iterations
 int IteratedRIEHandler.buildMessage(WTValuedMap iteratedToDeletedIteratedMap, Object[] messages, int messageIndex)
          Return a user friendly message if a referential integrity validation fails for an Iterated object.
 

Constructors in wt.vc with parameters of type WTValuedMap
VersionControlServiceEvent(String eventType, WTValuedMap eventTarget)
          Constructs a versioning service's event from the event type, WTValuedMap with target objects as key and auxiliary objects as values.
VersionControlServiceEvent(String eventType, WTValuedMap eventTarget)
          Constructs a versioning service's event from the event type, WTValuedMap with target objects as key and auxiliary objects as values.
 

Uses of WTValuedMap in wt.vc.baseline
 

Methods in wt.vc.baseline that return WTValuedMap
 WTValuedMap StandardBaselineDelegate.getBaselineMembersToReplacingBaselineablesMap(WTValuedMap masterToIterationMap, Baseline baseline)
          Responsible for finding the existing (in-the-database) BaselineMember links that associate the baseline with any iterations of the given masters.
 WTValuedMap IteratedPartialBaselineDelegate.getBaselineMembersToReplacingBaselineablesMap(WTValuedMap masterToIterationMap, Baseline baseline)
          Replaces the StandardBaselineDelegate's implementation to handle the increased complexity associated with the iterated partial baseline's architecture requiring the traversal of predecessor iteration's membership and the BaselineRemoveMember to determine baseline contents.
 WTValuedMap BaselineServiceEvent.getTargetMap()
          Returns WTValuedMap of target object.
 WTValuedMap BaselineDelegate.getBaselineMembersToReplacingBaselineablesMap(WTValuedMap masterToIterationMap, Baseline baseline)
          Responsible for finding the existing (in-the-database) BaselineMember links that associate the baseline with any iterations of the given masters.
 

Methods in wt.vc.baseline with parameters of type WTValuedMap
 WTValuedMap StandardBaselineDelegate.getBaselineMembersToReplacingBaselineablesMap(WTValuedMap masterToIterationMap, Baseline baseline)
          Responsible for finding the existing (in-the-database) BaselineMember links that associate the baseline with any iterations of the given masters.
 void StandardBaselineDelegate.replace(WTValuedMap addToReplaceBaselineMembersMap, Baseline baseline)
          This API is responsible for the persistence operations necessary to replace iterations in the baseline with other iterations.
 WTValuedMap IteratedPartialBaselineDelegate.getBaselineMembersToReplacingBaselineablesMap(WTValuedMap masterToIterationMap, Baseline baseline)
          Replaces the StandardBaselineDelegate's implementation to handle the increased complexity associated with the iterated partial baseline's architecture requiring the traversal of predecessor iteration's membership and the BaselineRemoveMember to determine baseline contents.
 void IteratedPartialBaselineDelegate.replace(WTValuedMap addToReplaceBaselineMembersMap, Baseline baseline)
          Replaces the StandardBaselineDelegate's implementation to handle the increased complexity associated with the iterated partial baseline's BaselineRemoveMember.
 int BaselineMemberRIEHandler.buildMessage(WTValuedMap linkToDeletedMap, Object[] messages, int messageIndex)
          Add messages for baseline members.
 WTValuedMap BaselineDelegate.getBaselineMembersToReplacingBaselineablesMap(WTValuedMap masterToIterationMap, Baseline baseline)
          Responsible for finding the existing (in-the-database) BaselineMember links that associate the baseline with any iterations of the given masters.
 void BaselineDelegate.replace(WTValuedMap addToReplaceBaselineMembersMap, Baseline baseline)
          This API is responsible for the persistence operations necessary to replace iterations in the baseline with other iterations.
 

Constructors in wt.vc.baseline with parameters of type WTValuedMap
BaselineServiceEvent(String a_eventType, WTValuedMap a_baselineables, Baseline a_baseline)
          Constructs a multi obejct BaselineServiceEvent instance for REPLACE event where a map of new and old Baselineable objects are passed in as WTValuedMap for single Baseline.
 

Uses of WTValuedMap in wt.vc.struct
 

Methods in wt.vc.struct that return WTValuedMap
private  WTValuedMap StandardStructService.getPredecessors(WTCollection targets)
           
private  WTValuedMap StandardStructService.getDescribeLinksToCopyForNewDescribedByRoleObjectIteration(WTValuedMap predecessorsToTargetsMap, WTValuedMap copyLinkMap, WTKeyedMap predecessorsToDescribedLinkListMap)
           
private  WTValuedMap StandardStructService.getDescribeLinksToCopyForNewDescribesRoleObjectIteration(WTValuedMap predecessorsToTargetsMap, WTValuedMap copyLinkMap, WTKeyedMap predecessorsToDescribedLinkListMap)
           
 

Methods in wt.vc.struct with parameters of type WTValuedMap
private  void StandardStructService.updateUsageLinksForNewIteration(WTValuedMap predecessorsToTargetsMap)
           
private  WTValuedMap StandardStructService.getDescribeLinksToCopyForNewDescribedByRoleObjectIteration(WTValuedMap predecessorsToTargetsMap, WTValuedMap copyLinkMap, WTKeyedMap predecessorsToDescribedLinkListMap)
           
private  WTValuedMap StandardStructService.getDescribeLinksToCopyForNewDescribesRoleObjectIteration(WTValuedMap predecessorsToTargetsMap, WTValuedMap copyLinkMap, WTKeyedMap predecessorsToDescribedLinkListMap)
           
private  WTCollection StandardStructService.getOidsFromMap(WTValuedMap m)
           
 int IteratedUsageLinkRIEHandler.buildMessage(WTValuedMap a_linkMap, Object[] a_messages, int a_messageIndex)
          The method builds messages to display as part of a ReferentialIntegrityException.
 int IteratedReferenceLinkRIEHandler.buildMessage(WTValuedMap a_linkMap, Object[] a_messages, int a_messageIndex)
          The method builds messages to display as part of a ReferentialIntegrityException.
 int IteratedDescribeLinkRIEHandler.buildMessage(WTValuedMap a_linkMap, Object[] a_messages, int a_messageIndex)
          

Supported API: false
 int AbstractStructLinkRIEHandler.buildMessage(WTValuedMap a_linkMap, Object[] a_messages, int a_messageIndex, AbstractStructLinkRIEHandler handler)
          

Supported API: false
 

Uses of WTValuedMap in wt.vc.wip
 

Fields in wt.vc.wip declared as WTValuedMap
private  WTValuedMap ObjectsAlreadyCheckedOutException.checkedOutMap
           
private  WTValuedMap ObjectsAlreadyCheckedOutException.checkedOutMap
           
 

Methods in wt.vc.wip that return WTValuedMap
 WTValuedMap WorkInProgressServiceFwd.getCheckedOutToWorkingMap(WTCollection workables)
          Method that takes a WTCollection of Workable objects, determines which Workable objects from the WTCollection are in the checked out state.
 WTValuedMap WorkInProgressServiceFwd.checkoutMap(WTCollection objects, Folder folder, String note)
          Checks out a WTCollection of Workable objects to the specified folder.
 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 WorkInProgressServiceEvent.getTargetMap()
          Return a WTValuedMap with key=original copy and value = working copy.
 WTValuedMap WorkInProgressService.getCheckedOutToWorkingMap(WTCollection workables)
          Method that takes a WTCollection of Workable objects, determines which Workable objects from the WTCollection are in the checked out state.
 WTValuedMap WorkInProgressService.checkoutMap(WTCollection objects, Folder folder, String note)
          Checks out a WTCollection of Workable objects to the specified folder.
 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.getCheckedOutToWorkingMap(WTCollection workables)
          Method that takes a WTCollection of Workable objects, determines which Workable objects from the WTCollection are in the checked out state.
 WTValuedMap StandardWorkInProgressService.checkoutMap(WTCollection objects, Folder folder, String note)
          Checks out a WTCollection of Workable objects to the specified folder.
 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..
 WTValuedMap ObjectsAlreadyCheckedOutException.getCheckedOutMap()
          Gets the value of the attribute: checkedOutMap.
 WTValuedMap WorkInProgressServiceFwd.getCheckedOutToWorkingMap(WTCollection workables)
          Method that takes a WTCollection of Workable objects, determines which Workable objects from the WTCollection are in the checked out state.
 WTValuedMap WorkInProgressServiceFwd.checkoutMap(WTCollection objects, Folder folder, String note)
          Checks out a WTCollection of Workable objects to the specified folder.
 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 WorkInProgressServiceEvent.getTargetMap()
          Return a WTValuedMap with key=original copy and value = working copy.
 WTValuedMap WorkInProgressService.getCheckedOutToWorkingMap(WTCollection workables)
          Method that takes a WTCollection of Workable objects, determines which Workable objects from the WTCollection are in the checked out state.
 WTValuedMap WorkInProgressService.checkoutMap(WTCollection objects, Folder folder, String note)
          Checks out a WTCollection of Workable objects to the specified folder.
 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.getCheckedOutToWorkingMap(WTCollection workables)
          Method that takes a WTCollection of Workable objects, determines which Workable objects from the WTCollection are in the checked out state.
 WTValuedMap StandardWorkInProgressService.checkoutMap(WTCollection objects, Folder folder, String note)
          Checks out a WTCollection of Workable objects to the specified folder.
 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..
 WTValuedMap ObjectsAlreadyCheckedOutException.getCheckedOutMap()
          Gets the value of the attribute: checkedOutMap.
 

Methods in wt.vc.wip with parameters of type WTValuedMap
protected  void StandardWorkInProgressService.dispatchVetoableMultiObjectEvent(String eventType, WTValuedMap workables)
          Dispatches a WorkInProgressServiceEvent that includes the event type and event target as a WTValuedMap.
protected  void StandardWorkInProgressService.dispatchVetoableMultiObjectEvent(String eventType, WTValuedMap workables, Folder workingFolder)
          Dispatches a WorkInProgressServiceEvent that includes the event type and event target as a WTValuedMap, and a Folder corresponding the the event targets.
private  Folder StandardWorkInProgressService.getWorkingFolder(WTValuedMap workables)
           
 void ObjectsAlreadyCheckedOutException.setCheckedOutMap(WTValuedMap a_CheckedOutMap)
          Sets the value of the attribute: checkedOutMap.
protected  void StandardWorkInProgressService.dispatchVetoableMultiObjectEvent(String eventType, WTValuedMap workables)
          Dispatches a WorkInProgressServiceEvent that includes the event type and event target as a WTValuedMap.
protected  void StandardWorkInProgressService.dispatchVetoableMultiObjectEvent(String eventType, WTValuedMap workables, Folder workingFolder)
          Dispatches a WorkInProgressServiceEvent that includes the event type and event target as a WTValuedMap, and a Folder corresponding the the event targets.
private  Folder StandardWorkInProgressService.getWorkingFolder(WTValuedMap workables)
           
 void ObjectsAlreadyCheckedOutException.setCheckedOutMap(WTValuedMap a_CheckedOutMap)
          Sets the value of the attribute: checkedOutMap.
 

Constructors in wt.vc.wip with parameters of type WTValuedMap
WorkInProgressServiceEvent(String eventType, WTValuedMap eventTarget, Folder a_workingFolder)
          Constructs an WIP service's event from the map of Workables and event type, as well as the working folder of the target object.
ObjectsAlreadyCheckedOutException(WTMessage message, WTValuedMap map)
          Constructs a new exception with a nested exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message.
ObjectsAlreadyCheckedOutException(String rb, String key, Object[] params, Object[] additionalMessages, WTValuedMap map)
          Constructs a new exception with a nested exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message.
WorkInProgressServiceEvent(String eventType, WTValuedMap eventTarget, Folder a_workingFolder)
          Constructs an WIP service's event from the map of Workables and event type, as well as the working folder of the target object.
ObjectsAlreadyCheckedOutException(WTMessage message, WTValuedMap map)
          Constructs a new exception with a nested exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message.
ObjectsAlreadyCheckedOutException(String rb, String key, Object[] params, Object[] additionalMessages, WTValuedMap map)
          Constructs a new exception with a nested exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message.
 

Uses of WTValuedMap in wt.viewmarkup
 

Methods in wt.viewmarkup that return WTValuedMap
 WTValuedMap ViewMarkUpServiceFwd.getViewable(WTCollection markUps)
          Gets the associated Viewables for the passed MarkUps.
 WTValuedMap ViewMarkUpServiceFwd.getPublishingProhibition(WTCollection representables)
          Gets the single most restrictive PublishingProhibition for each Representable; if a Representable is not returned as a key in the WTValuedMap, then that Representable is publishable

Supported API: false
 WTValuedMap ViewMarkUpService.getViewable(WTCollection markUps)
          Gets the associated Viewables for the passed MarkUps.
 WTValuedMap ViewMarkUpService.getPublishingProhibition(WTCollection representables)
          Gets the single most restrictive PublishingProhibition for each Representable; if a Representable is not returned as a key in the WTValuedMap, then that Representable is publishable

Supported API: false
 WTValuedMap StandardViewMarkUpService.getViewable(WTCollection markUps)
          Gets the associated Viewables for the passed MarkUps.
 WTValuedMap StandardViewMarkUpService.getPublishingProhibition(WTCollection representables)
          Gets the single most restrictive PublishingProhibition for each Representable; if a Representable is not returned as a key in the WTValuedMap, then that Representable is publishable

Supported API: false
 WTValuedMap ViewMarkUpServiceFwd.getViewable(WTCollection markUps)
          Gets the associated Viewables for the passed MarkUps.
 WTValuedMap ViewMarkUpServiceFwd.getPublishingProhibition(WTCollection representables)
          Gets the single most restrictive PublishingProhibition for each Representable; if a Representable is not returned as a key in the WTValuedMap, then that Representable is publishable

Supported API: false
 WTValuedMap ViewMarkUpService.getViewable(WTCollection markUps)
          Gets the associated Viewables for the passed MarkUps.
 WTValuedMap ViewMarkUpService.getPublishingProhibition(WTCollection representables)
          Gets the single most restrictive PublishingProhibition for each Representable; if a Representable is not returned as a key in the WTValuedMap, then that Representable is publishable

Supported API: false
 WTValuedMap StandardViewMarkUpService.getViewable(WTCollection markUps)
          Gets the associated Viewables for the passed MarkUps.
 WTValuedMap StandardViewMarkUpService.getPublishingProhibition(WTCollection representables)
          Gets the single most restrictive PublishingProhibition for each Representable; if a Representable is not returned as a key in the WTValuedMap, then that Representable is publishable

Supported API: false
 

Uses of WTValuedMap in wt.workflow.engine
 

Methods in wt.workflow.engine that return WTValuedMap
 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.
 

Methods in wt.workflow.engine with parameters of type WTValuedMap
 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.