Uses of Interface
wt.fc.UniquelyIdentified

Packages that use UniquelyIdentified
com.ptc.windchill.esi.tgt   
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
wt.dataops.objectcol   
wt.doc   
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.effectivity Provides an out-of-the-box reference implementation of the generic base effectivity functionality defined in wt.eff to assert that a PDM object is effective under certain conditions, but this package's EffectivityService is not normally used (instead use wt.eff's EffService, EffConfigSpecAssistant and EffGroupAssistant). 
wt.epm
 
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.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

wt.folder
Provides classes to represent and manage folder and cabinet objects. 
wt.maturity   
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.replication.unit   
wt.vc.baseline
 
wt.viewmarkup Uses the ViewMarkUpService to view and add MarkUp to Viewable objects and to publish DerivedImages. 
 

Uses of UniquelyIdentified in com.ptc.windchill.esi.tgt
 

Classes in com.ptc.windchill.esi.tgt that implement UniquelyIdentified
 class ESITarget
          A location where ESI is to publish information.
 

Uses of UniquelyIdentified in wt.change2
 

Classes in wt.change2 that implement UniquelyIdentified
 class WTAnalysisActivity
          A Windchill provided reference implementation of an AnalysisActivity.
 class WTChangeActivity2
          A Windchill provided reference implementation of a ChangeActivity2.
 class WTChangeInvestigation
          A Windchill provided reference implementation of a ChangeInvestigation.
 class WTChangeIssue
          A Windchill provided reference implementation of a ChangeIssue.
 class WTChangeOrder2
          A Windchill provided reference implementation of a ChangeOrder2.
 class WTChangeProposal
          A Windchill provided reference implementation of a ChangeProposal.
 class WTChangeRequest2
          A Windchill provided reference implementation of a ChangeRequest2.
 

Uses of UniquelyIdentified in wt.dataops.objectcol
 

Classes in wt.dataops.objectcol that implement UniquelyIdentified
 class AbsCollectionCriteria
          

Supported API: false

Extendable: false
 class AttrCriterionDefMaster
           Use the newAttrCriterionDefMaster static factory method(s), not the AttrCriterionDefMaster constructor, to construct instances of this class.
 class BaseCriterionDefMaster
           Use the newBaseCriterionDefMaster static factory method(s), not the BaseCriterionDefMaster constructor, to construct instances of this class.
 class CollectionCriteria
           Use the newCollectionCriteria static factory method(s), not the CollectionCriteria constructor, to construct instances of this class.
 class CollectionCriterionDefMaster
           Use the newCollectionCriterionDefMaster static factory method(s), not the CollectionCriterionDefMaster constructor, to construct instances of this class.
 class FilterCriterionDefMaster
           Use the newFilterCriterionDefMaster static factory method(s), not the FilterCriterionDefMaster constructor, to construct instances of this class.
 class MethodDefMaster
           Use the newMethodDefMaster static factory method(s), not the MethodDefMaster constructor, to construct instances of this class.
 class ObjTypeCriterionDefMaster
           Use the newObjTypeCriterionDefMaster static factory method(s), not the ObjTypeCriterionDefMaster constructor, to construct instances of this class.
 class RelationshipDefMaster
           Use the newRelationshipDefMaster static factory method(s), not the RelationshipDefMaster constructor, to construct instances of this class.
 class RelationshipMap
           Use the newRelationshipMap static factory method(s), not the RelationshipMap constructor, to construct instances of this class.
 class RelationshipMapDefMaster
           Use the newRelationshipMapDefMaster static factory method(s), not the RelationshipMapDefMaster constructor, to construct instances of this class.
 

Uses of UniquelyIdentified in wt.doc
 

Classes in wt.doc that implement UniquelyIdentified
 class WTDocumentMaster
          Reference implementation of DocumentMaster.
 

Uses of UniquelyIdentified in wt.eff
 

Subinterfaces of UniquelyIdentified in wt.eff
 interface EffConfigurationItem
          A configuration item that serves as the context for which an Eff is valid.
 interface EffContext
          The context (ProductInstance or EffConfigurationItem) under which an Eff operates, the EffContext may be a configuration item, as recognized by PDM Enablers, for example.
 interface ProductInstance
          Deprecated.  
 

Uses of UniquelyIdentified in wt.effectivity
 

Classes in wt.effectivity that implement UniquelyIdentified
 class ConfigurationItem
          This is a product that is planned for manufacture with various EffectivityManageables having Effectivitys under which specific versions are used to manufacture the product.
 class WTProductInstance
          Deprecated.  
 

Uses of UniquelyIdentified in wt.epm
 

Classes in wt.epm that implement UniquelyIdentified
 class EPMDocumentMaster
          The Master of an EPMDocument.
 

Uses of UniquelyIdentified in wt.epm.workspaces
 

Classes in wt.epm.workspaces that implement UniquelyIdentified
 class EPMWorkspace
          The EPMWorkspace is an EPM-specific workspace.
 

Uses of UniquelyIdentified in wt.fc
 

Methods in wt.fc that return UniquelyIdentified
 UniquelyIdentified SemanticKey.getUniquelyIdentified()
          Gets the object for the association that plays role: UNIQUELY_IDENTIFIED.
 UniquelyIdentified SemanticKey.getUniquelyIdentified()
          Gets the object for the association that plays role: UNIQUELY_IDENTIFIED.
 

Methods in wt.fc with parameters of type UniquelyIdentified
static TheSemanticKeyTheUniquelyIdentified TheSemanticKeyTheUniquelyIdentified.newTheSemanticKeyTheUniquelyIdentified(SemanticKey theSemanticKey, UniquelyIdentified theUniquelyIdentified)
          Default factory for the class.
 void SemanticKey.setUniquelyIdentified(UniquelyIdentified a_UniquelyIdentified)
          Sets the object for the association that plays role: UNIQUELY_IDENTIFIED.
protected  SemanticKey IdentificationObject.getSemanticKey(UniquelyIdentified obj)
          Gets the SemanticKey to store for this identification object and UniquelyIdentified object.
static TheSemanticKeyTheUniquelyIdentified TheSemanticKeyTheUniquelyIdentified.newTheSemanticKeyTheUniquelyIdentified(SemanticKey theSemanticKey, UniquelyIdentified theUniquelyIdentified)
          Default factory for the class.
 void SemanticKey.setUniquelyIdentified(UniquelyIdentified a_UniquelyIdentified)
          Sets the object for the association that plays role: UNIQUELY_IDENTIFIED.
protected  SemanticKey IdentificationObject.getSemanticKey(UniquelyIdentified obj)
          Gets the SemanticKey to store for this identification object and UniquelyIdentified object.
 

Uses of UniquelyIdentified in wt.federation
 

Classes in wt.federation that implement UniquelyIdentified
 class ProxyDocumentMaster
           Use the newProxyDocumentMaster static factory method(s), not the ProxyDocumentMaster constructor, to construct instances of this class.
 class ProxyPartMaster
           Use the newProxyPartMaster static factory method(s), not the ProxyPartMaster constructor, to construct instances of this class.
 

Uses of UniquelyIdentified in wt.folder
 

Classes in wt.folder that implement UniquelyIdentified
 class SubFolderLink
          Provides a persistent association between a SubFolder with it's parent Folder.
 

Uses of UniquelyIdentified in wt.maturity
 

Classes in wt.maturity that implement UniquelyIdentified
 class PromotionNotice
          The implementation of PromotionNotices.
 

Uses of UniquelyIdentified in wt.part
 

Classes in wt.part that implement UniquelyIdentified
 class WTPartMaster
          This reference implementation of a PartMaster represents the unchanging aspects of a part, is managed by WTPartService and also has one or more associated WTParts which represent the various stages (versions or iterations) of change for the changeable aspects of this part.
 class WTProductMaster
           Use the newWTProductMaster static factory method(s), not the WTProductMaster constructor, to construct instances of this class.
 class WTSerialNumberedPartMaster
           Use the newWTSerialNumberedPartMaster static factory method(s), not the WTSerialNumberedPartMaster constructor, to construct instances of this class.
 

Uses of UniquelyIdentified in wt.replication.unit
 

Classes in wt.replication.unit that implement UniquelyIdentified
 class WTUnitMaster
          Deprecated.  
 

Uses of UniquelyIdentified in wt.vc.baseline
 

Classes in wt.vc.baseline that implement UniquelyIdentified
 class ManagedBaseline
          This class is an implementation of a Baseline.
 

Uses of UniquelyIdentified in wt.viewmarkup
 

Classes in wt.viewmarkup that implement UniquelyIdentified
 class DerivedImage
          A Representation viewable in ProductView that is generated (derived) from an object or information outside of the Representable.