|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTKeyedHashMap | |
com.ptc.windchill.uwgm.task.multirevise | |
wt.content |
content package — Content Handling Service The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. |
wt.dataops.objectcol.dependency | |
wt.dataops.objectcol.resolution | |
wt.epm.familytable | |
wt.epm.util | |
wt.epm.workspaces | |
wt.fc.collections | Provides Windchill-specific Collection objects, and a collection-based refresh API. |
wt.maturity | |
wt.ufid | Uses the
UfidService (and server-side-only
wt.ufid.UfidServiceSvr ) to manage the Universal Federated Identifier
for Federatable objects. |
wt.vc | |
wt.workflow.engine |
Provides workflow classes responsible for the flow of
control and data from an execution point of view. |
Uses of WTKeyedHashMap in com.ptc.windchill.uwgm.task.multirevise |
Methods in com.ptc.windchill.uwgm.task.multirevise with parameters of type WTKeyedHashMap | |
private void |
MultireviseTask.debugPrintInputObjs(WTKeyedHashMap inputObjectsToRevise)
|
Uses of WTKeyedHashMap in wt.content |
Methods in wt.content with parameters of type WTKeyedHashMap | |
protected void |
StandardContentService.dispatchVetoableEvent(String eventType,
WTKeyedHashMap holderAppDataMap)
|
Uses of WTKeyedHashMap in wt.dataops.objectcol.dependency |
Methods in wt.dataops.objectcol.dependency that return WTKeyedHashMap | |
protected WTKeyedHashMap |
RelatedByRelationshipProcessor.buildSeedMap(Persistable[] seeds,
WTKeyedHashMap relmap)
|
WTKeyedHashMap |
PostProcessor.process(WTCollection seeds,
Map inputs)
Supported API: false |
WTKeyedHashMap |
ConfigSpecPostProcessor.process(WTCollection seeds,
Map inps)
|
Methods in wt.dataops.objectcol.dependency with parameters of type WTKeyedHashMap | |
protected void |
RelatedByRelationshipProcessor.postProcess(WTKeyedHashMap collected)
|
protected WTKeyedHashMap |
RelatedByRelationshipProcessor.buildSeedMap(Persistable[] seeds,
WTKeyedHashMap relmap)
|
protected void |
RelatedByMethodProcessor.populateOutput(WTKeyedHashMap kmap,
CollectionGraph output)
|
Uses of WTKeyedHashMap in wt.dataops.objectcol.resolution |
Fields in wt.dataops.objectcol.resolution declared as WTKeyedHashMap | |
private WTKeyedHashMap |
DefaultCollectionGraph.sourceDependencyMap
|
private WTKeyedHashMap |
DefaultCollectionGraph.dependentCollectionsMap
|
Uses of WTKeyedHashMap in wt.epm.familytable |
Methods in wt.epm.familytable that return WTKeyedHashMap | |
private static WTKeyedHashMap |
EPMStandardFamilyTableManager.callPLSQL_getFTCompatible(long[] seeds,
WTContainer container)
|
Uses of WTKeyedHashMap in wt.epm.util |
Fields in wt.epm.util declared as WTKeyedHashMap | |
private WTKeyedHashMap |
EPMOverridableActions.EPMOverridableActionImpl.mapElements
|
Uses of WTKeyedHashMap in wt.epm.workspaces |
Methods in wt.epm.workspaces with parameters of type WTKeyedHashMap | |
private static ArrayList |
BaselineServiceUtility.collectMasterIdsExcludeCheckouts(long baselineId,
Vector baselineables,
WTKeyedHashMap masterToDoc)
|
Uses of WTKeyedHashMap in wt.fc.collections |
Subclasses of WTKeyedHashMap in wt.fc.collections | |
class |
WTValuedHashMap
The key mask for the values collection can be specified in the constructor. |
Fields in wt.fc.collections declared as WTKeyedHashMap | |
(package private) WTKeyedHashMap |
WTHashSet.data
|
Methods in wt.fc.collections that return WTKeyedHashMap | |
WTKeyedHashMap |
WTValuedHashMap.clone(boolean deep)
|
WTKeyedHashMap |
WTKeyedHashMap.clone(boolean deep)
Supported API: true |
Methods in wt.fc.collections with parameters of type WTKeyedHashMap | |
protected boolean |
WTKeyedHashMap.readVersion(WTKeyedHashMap thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of WTKeyedHashMap in wt.maturity |
Methods in wt.maturity that return WTKeyedHashMap | |
WTKeyedHashMap |
StandardMaturityService.getTargetPromotionNotices(WTCollection pSet)
Returns a WTKeyedHashSet where the keys are the values of pSet and the values are a WTArrayList of PromotionTargets. |
WTKeyedHashMap |
MaturityServiceFwd.getTargetPromotionNotices(WTCollection pSet)
Returns a WTKeyedHashSet where the keys are the values of pSet and the values are a WTArrayList of PromotionTargets. |
WTKeyedHashMap |
MaturityService.getTargetPromotionNotices(WTCollection pSet)
Returns a WTKeyedHashSet where the keys are the values of pSet and the values are a WTArrayList of PromotionTargets. |
Uses of WTKeyedHashMap in wt.ufid |
Methods in wt.ufid that return WTKeyedHashMap | |
WTKeyedHashMap |
UfidSrvService.assignAndStoreUfid(WTKeyedHashMap map)
The input map contains the Federatable objects as key and their corresponding Ufid as value. |
WTKeyedHashMap |
UfidSrvService.findCorrespondingObjectsForGuids(Vector guids)
Returns a map with the guid as key and corresponding QueryResult as value Supported API: false |
WTKeyedHashMap |
UfidSrvService.getUfids(WTCollection objectSet)
Returns a map with the Federatable object as key and its Ufid as value Supported API: false |
WTKeyedHashMap |
StandardUfidSrvService.assignAndStoreUfid(WTKeyedHashMap map)
The input map contains the Federatable objects as key and their corresponding Ufid as value. |
WTKeyedHashMap |
StandardUfidSrvService.findCorrespondingObjectsForGuids(Vector guids)
Returns a map with the guid as key and corresponding QueryResult as value Supported API: false |
WTKeyedHashMap |
StandardUfidSrvService.getUfids(WTCollection objectSet)
Returns a map with the Federatable object as key and its Ufid as value Supported API: false |
Methods in wt.ufid with parameters of type WTKeyedHashMap | |
WTKeyedHashMap |
UfidSrvService.assignAndStoreUfid(WTKeyedHashMap map)
The input map contains the Federatable objects as key and their corresponding Ufid as value. |
void |
UfidSrvService.setUfid(WTKeyedHashMap map)
This should be used when ever a set of Federatable objects are going to be Exported. |
WTKeyedHashMap |
StandardUfidSrvService.assignAndStoreUfid(WTKeyedHashMap map)
The input map contains the Federatable objects as key and their corresponding Ufid as value. |
void |
StandardUfidSrvService.setUfid(WTKeyedHashMap map)
This should be used when ever a set of Federatable objects are going to be Exported. |
private boolean |
StandardUfidSrvService.valueNotInMap(WTKeyedHashMap map,
Ufid ufid)
|
Uses of WTKeyedHashMap in wt.vc |
Methods in wt.vc that return WTKeyedHashMap | |
static WTKeyedHashMap |
VersionControlServerHelper.getLatestIteration(WTCollection objectSet)
For each object in the passed Iterated collection, the latest iteration on its branch is extracted from the persistent store. |
static WTKeyedHashMap |
VersionControlServerHelper.getLatestIteration(WTCollection objectSet)
For each object in the passed Iterated collection, the latest iteration on its branch is extracted from the persistent store. |
Uses of WTKeyedHashMap in wt.workflow.engine |
Methods in wt.workflow.engine that return WTKeyedHashMap | |
private WTKeyedHashMap |
StandardWfEngineService.getPropagationQueue(WTCollection collection)
Gets a map of propagation queue->collection of worfklow objects from the collection of workflow objects passed in as the argument |
private WTKeyedHashMap |
StandardWfEngineService.getPropagationQueue(WTCollection collection)
Gets a map of propagation queue->collection of worfklow objects from the collection of workflow objects passed in as the argument |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |