Uses of Package
wt.part

Packages that use wt.part
com.ptc.core.adapter.server.impl   
com.ptc.core.foundation.occurrence.server.impl   
com.ptc.core.foundation.saveas.client   
com.ptc.core.htmlcomp.gathering   
com.ptc.core.query.report.bom.server   
com.ptc.epm.commands   
com.ptc.epm.commands.transaction   
com.ptc.epm.commands.util   
com.ptc.netmarkets.interop   
com.ptc.netmarkets.model   
com.ptc.netmarkets.part   
com.ptc.windchill.cadx.autoassociate   
com.ptc.windchill.cadx.autopart   
com.ptc.windchill.cadx.caddoc   
com.ptc.windchill.cadx.checkout   
com.ptc.windchill.cadx.common   
com.ptc.windchill.cadx.common.pageBuilder   
com.ptc.windchill.cadx.common.util   
com.ptc.windchill.cadx.editattrs   
com.ptc.windchill.cadx.newpart   
com.ptc.windchill.cadx.revise   
com.ptc.windchill.cadx.saveas   
com.ptc.windchill.cadx.ws   
com.ptc.windchill.cadx.wsoption   
com.ptc.windchill.enterprise.part.common   
com.ptc.windchill.enterprise.part.server.impl   
com.ptc.windchill.esi.bom   
com.ptc.windchill.esi.esidoc   
com.ptc.windchill.esi.esipart   
com.ptc.windchill.esi.evt   
com.ptc.windchill.esi.migrate   
com.ptc.windchill.esi.rnd   
com.ptc.windchill.esi.svc   
com.ptc.windchill.esi.txn   
com.ptc.windchill.esi.utl   
com.ptc.windchill.uwgm.cadx.autoassociate   
com.ptc.windchill.uwgm.cadx.cancelcheckout   
com.ptc.windchill.uwgm.cadx.checkin   
com.ptc.windchill.uwgm.cadx.multieditattr   
com.ptc.windchill.uwgm.cadx.multirename   
com.ptc.windchill.uwgm.cadx.request   
com.ptc.windchill.uwgm.common.autoassociate   
com.ptc.windchill.uwgm.common.container   
com.ptc.windchill.uwgm.common.folder   
com.ptc.windchill.uwgm.common.pdm   
com.ptc.windchill.uwgm.common.workspace   
com.ptc.windchill.uwgm.proesrv   
com.ptc.windchill.uwgm.proesrv.action   
com.ptc.windchill.uwgm.proesrv.cache   
com.ptc.windchill.uwgm.proesrv.ndimpl   
com.ptc.windchill.uwgm.proesrv.request   
com.ptc.windchill.uwgm.proesrv.rrc   
com.ptc.windchill.uwgm.task.autoassociate   
com.ptc.wvs.client.beans   
com.ptc.wvs.common.util   
com.ptc.wvs.server.loader   
com.ptc.wvs.server.publish   
com.ptc.wvs.server.util   
wt.annotation   
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.clients.epm   
wt.clients.part   
wt.clients.prodmgmt   
wt.clients.replication.unit   
wt.clients.saveas   
wt.clients.step   
wt.clients.vc   
wt.dataops.containermove   
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.epm
 
wt.epm.build   
wt.epm.clients.relateditems   
wt.epm.listeners   
wt.epm.ndi   
wt.epm.ndi.impl   
wt.epm.structure   
wt.epm.upload   
wt.epm.workspaces   
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.ixb.epm.handlers   
wt.ixb.epm.handlers.forclasses   
wt.ixb.handlers.forclasses   
wt.ixb.handlers.netmarkets   
wt.ixb.handlers.netmarkets.prodstruct   
wt.ixb.objectset
When an object is given to the export process, the ObjectSet application does the job of navigating through the object’s structure and collecting all of its related objects. 
wt.ixb.util   
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.pdmlink   
wt.query Provides generic support for defining SQL queries (see QuerySpec and the various things that can be appended to it) in a database inedependent manner that should be used with the PersistenceManager
wt.replication.export   
wt.replication.unit   
wt.rule.impl   
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.step STEP (ISO 10303) Support. 
wt.step.processor   
wt.templateutil.components Defines HTMLComponents that can be retrieved from the HTMLComponentFactory
wt.vc.config
 
wt.visitor Defines the navigator/visitor design pattern for using a Walker (at one time it used a Navigator, instead of a Walker) and a NodeExpander, which together traverse a structure of objects, and a Visitor, which does something when we navigate to the object; this separates the algorithm for navigating from the algorithm for visiting, allowing more reuse; factories support selection of Walkers and Visitors. 
 

Classes in wt.part used by com.ptc.core.adapter.server.impl
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by com.ptc.core.foundation.occurrence.server.impl
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
 

Classes in wt.part used by com.ptc.core.foundation.saveas.client
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.core.htmlcomp.gathering
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by com.ptc.core.query.report.bom.server
Part
          Deprecated.  
QuantityUnit
          An enumeration of units of measure, with EA (each) meaning that the amount in the Quantity is the count of parts and AS_NEEDED meaning use as much as necessary of some supply such as oil; other units of measure would be for items like rope or ballast that would have a length or a weight.
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
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.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
 

Classes in wt.part used by com.ptc.epm.commands
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.epm.commands.transaction
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.epm.commands.util
PartType
          PartType is an enumerated type indicating whether a part is a separable or inseparable assembly or a component.
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.netmarkets.interop
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by com.ptc.netmarkets.model
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.netmarkets.part
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
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.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
 

Classes in wt.part used by com.ptc.windchill.cadx.autoassociate
PartType
          PartType is an enumerated type indicating whether a part is a separable or inseparable assembly or a component.
QuantityUnit
          An enumeration of units of measure, with EA (each) meaning that the amount in the Quantity is the count of parts and AS_NEEDED meaning use as much as necessary of some supply such as oil; other units of measure would be for items like rope or ballast that would have a length or a weight.
Source
          The Source is an EnumeratedType used to specify that an object is either made internally (MAKE) or purchased (BUY).
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.cadx.autopart
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.cadx.caddoc
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
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.
 

Classes in wt.part used by com.ptc.windchill.cadx.checkout
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by com.ptc.windchill.cadx.common
PartType
          PartType is an enumerated type indicating whether a part is a separable or inseparable assembly or a component.
QuantityUnit
          An enumeration of units of measure, with EA (each) meaning that the amount in the Quantity is the count of parts and AS_NEEDED meaning use as much as necessary of some supply such as oil; other units of measure would be for items like rope or ballast that would have a length or a weight.
Source
          The Source is an EnumeratedType used to specify that an object is either made internally (MAKE) or purchased (BUY).
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.cadx.common.pageBuilder
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by com.ptc.windchill.cadx.common.util
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by com.ptc.windchill.cadx.editattrs
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.cadx.newpart
PartType
          PartType is an enumerated type indicating whether a part is a separable or inseparable assembly or a component.
 

Classes in wt.part used by com.ptc.windchill.cadx.revise
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.cadx.saveas
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by com.ptc.windchill.cadx.ws
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.cadx.wsoption
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by com.ptc.windchill.enterprise.part.common
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.enterprise.part.server.impl
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.
 

Classes in wt.part used by com.ptc.windchill.esi.bom
LineNumber
          Represent line number value.
PartUsageInfo
          Represents usage information identified for export by the retrieveBomInformation and retrieveBOMDifferences methods of the WTPartService.
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
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.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
 

Classes in wt.part used by com.ptc.windchill.esi.esidoc
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartReferenceLink
          Associates a WTPart with the WTDocuments it calls out.
 

Classes in wt.part used by com.ptc.windchill.esi.esipart
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
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.
WTPartStandardConfigSpec
          A ConfigSpec used to filter WTParts based on their life cycle state, membership in a view, and work in progress state.
 

Classes in wt.part used by com.ptc.windchill.esi.evt
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.esi.migrate
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
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.
 

Classes in wt.part used by com.ptc.windchill.esi.rnd
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.esi.svc
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartSubstituteLink
          An association indicating that in the context of a particular usage, another part may be substituted.
 

Classes in wt.part used by com.ptc.windchill.esi.txn
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.esi.utl
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.uwgm.cadx.autoassociate
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.uwgm.cadx.cancelcheckout
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by com.ptc.windchill.uwgm.cadx.checkin
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.uwgm.cadx.multieditattr
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
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.
 

Classes in wt.part used by com.ptc.windchill.uwgm.cadx.multirename
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.uwgm.cadx.request
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.uwgm.common.autoassociate
PartType
          PartType is an enumerated type indicating whether a part is a separable or inseparable assembly or a component.
QuantityUnit
          An enumeration of units of measure, with EA (each) meaning that the amount in the Quantity is the count of parts and AS_NEEDED meaning use as much as necessary of some supply such as oil; other units of measure would be for items like rope or ballast that would have a length or a weight.
Source
          The Source is an EnumeratedType used to specify that an object is either made internally (MAKE) or purchased (BUY).
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.uwgm.common.container
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.uwgm.common.folder
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.uwgm.common.pdm
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.uwgm.common.workspace
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by com.ptc.windchill.uwgm.proesrv
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
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.
 

Classes in wt.part used by com.ptc.windchill.uwgm.proesrv.action
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.windchill.uwgm.proesrv.cache
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
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.
 

Classes in wt.part used by com.ptc.windchill.uwgm.proesrv.ndimpl
Quantity
          This structured attribute class represents the concept of quantity as an Quantity.amount and a QuantityUnit (unit of measure).
QuantityUnit
          An enumeration of units of measure, with EA (each) meaning that the amount in the Quantity is the count of parts and AS_NEEDED meaning use as much as necessary of some supply such as oil; other units of measure would be for items like rope or ballast that would have a length or a weight.
 

Classes in wt.part used by com.ptc.windchill.uwgm.proesrv.request
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
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.
 

Classes in wt.part used by com.ptc.windchill.uwgm.proesrv.rrc
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
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.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
 

Classes in wt.part used by com.ptc.windchill.uwgm.task.autoassociate
PartType
          PartType is an enumerated type indicating whether a part is a separable or inseparable assembly or a component.
QuantityUnit
          An enumeration of units of measure, with EA (each) meaning that the amount in the Quantity is the count of parts and AS_NEEDED meaning use as much as necessary of some supply such as oil; other units of measure would be for items like rope or ballast that would have a length or a weight.
Source
          The Source is an EnumeratedType used to specify that an object is either made internally (MAKE) or purchased (BUY).
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.wvs.client.beans
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by com.ptc.wvs.common.util
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by com.ptc.wvs.server.loader
PartPathOccurrence
          This PathOccurrence has a name attribute that can be used to hold a reference designator value.
PartUsesOccurrence
          This UsesOccurrence has, in addition to its name attribute, positioning information that can be used by visualization to position the CAD drawing within the CAD drawing of its parent.
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
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.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
WTProductConfiguration
           Use the newWTProductConfiguration static factory method(s), not the WTProductConfiguration constructor, to construct instances of this class.
WTProductInstance2
           Use the newWTProductInstance2 static factory method(s), not the WTProductInstance2 constructor, to construct instances of this class.
WTSerialNumberedPartInstance
           Use the newWTSerialNumberedPartInstance static factory method(s), not the WTSerialNumberedPartInstance constructor, to construct instances of this class.
 

Classes in wt.part used by com.ptc.wvs.server.publish
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by com.ptc.wvs.server.util
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
WTProductConfiguration
           Use the newWTProductConfiguration static factory method(s), not the WTProductConfiguration constructor, to construct instances of this class.
 

Classes in wt.part used by wt.annotation
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by wt.change2
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
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.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
WTProductMaster
           Use the newWTProductMaster static factory method(s), not the WTProductMaster constructor, to construct instances of this class.
 

Classes in wt.part used by wt.clients.epm
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by wt.clients.part
WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
 

Classes in wt.part used by wt.clients.prodmgmt
Part
          Deprecated.  
PartPathOccurrence
          This PathOccurrence has a name attribute that can be used to hold a reference designator value.
PartType
          PartType is an enumerated type indicating whether a part is a separable or inseparable assembly or a component.
PartUsesOccurrence
          This UsesOccurrence has, in addition to its name attribute, positioning information that can be used by visualization to position the CAD drawing within the CAD drawing of its parent.
Quantity
          This structured attribute class represents the concept of quantity as an Quantity.amount and a QuantityUnit (unit of measure).
QuantityUnit
          An enumeration of units of measure, with EA (each) meaning that the amount in the Quantity is the count of parts and AS_NEEDED meaning use as much as necessary of some supply such as oil; other units of measure would be for items like rope or ballast that would have a length or a weight.
Source
          The Source is an EnumeratedType used to specify that an object is either made internally (MAKE) or purchased (BUY).
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartBaselineConfigSpec
          This class implements a ConfigSpec to filter Iterations that belong to a Baseline.
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
WTPartEffectivityConfigSpec
          A ConfigSpec used to filter WTParts based on their PDM Effectivity and membership in a view.
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.
WTPartReferenceLink
          Associates a WTPart with the WTDocuments it calls out.
WTPartStandardConfigSpec
          A ConfigSpec used to filter WTParts based on their life cycle state, membership in a view, and work in progress state.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
WTProductConfiguration
           Use the newWTProductConfiguration static factory method(s), not the WTProductConfiguration constructor, to construct instances of this class.
WTProductInstance2
           Use the newWTProductInstance2 static factory method(s), not the WTProductInstance2 constructor, to construct instances of this class.
WTProductInstanceMaster
           Use the newWTProductInstanceMaster static factory method(s), not the WTProductInstanceMaster constructor, to construct instances of this class.
WTProductMaster
           Use the newWTProductMaster static factory method(s), not the WTProductMaster constructor, to construct instances of this class.
WTSerialNumberedPart
           Use the newWTSerialNumberedPart static factory method(s), not the WTSerialNumberedPart constructor, to construct instances of this class.
WTSerialNumberedPartInstance
           Use the newWTSerialNumberedPartInstance static factory method(s), not the WTSerialNumberedPartInstance constructor, to construct instances of this class.
 

Classes in wt.part used by wt.clients.replication.unit
PartType
          PartType is an enumerated type indicating whether a part is a separable or inseparable assembly or a component.
QuantityUnit
          An enumeration of units of measure, with EA (each) meaning that the amount in the Quantity is the count of parts and AS_NEEDED meaning use as much as necessary of some supply such as oil; other units of measure would be for items like rope or ballast that would have a length or a weight.
Source
          The Source is an EnumeratedType used to specify that an object is either made internally (MAKE) or purchased (BUY).
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
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.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
 

Classes in wt.part used by wt.clients.saveas
WTProductConfiguration
           Use the newWTProductConfiguration static factory method(s), not the WTProductConfiguration constructor, to construct instances of this class.
 

Classes in wt.part used by wt.clients.step
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by wt.clients.vc
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by wt.dataops.containermove
WTProductMaster
           Use the newWTProductMaster static factory method(s), not the WTProductMaster constructor, to construct instances of this class.
 

Classes in wt.part used by wt.enterprise
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
WTProductConfiguration
           Use the newWTProductConfiguration static factory method(s), not the WTProductConfiguration constructor, to construct instances of this class.
WTProductInstance2
           Use the newWTProductInstance2 static factory method(s), not the WTProductInstance2 constructor, to construct instances of this class.
WTSerialNumberedPartInstance
           Use the newWTSerialNumberedPartInstance static factory method(s), not the WTSerialNumberedPartInstance constructor, to construct instances of this class.
 

Classes in wt.part used by wt.epm
QuantityUnit
          An enumeration of units of measure, with EA (each) meaning that the amount in the Quantity is the count of parts and AS_NEEDED meaning use as much as necessary of some supply such as oil; other units of measure would be for items like rope or ballast that would have a length or a weight.
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by wt.epm.build
PartUsesOccurrence
          This UsesOccurrence has, in addition to its name attribute, positioning information that can be used by visualization to position the CAD drawing within the CAD drawing of its parent.
Quantity
          This structured attribute class represents the concept of quantity as an Quantity.amount and a QuantityUnit (unit of measure).
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
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.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
 

Classes in wt.part used by wt.epm.clients.relateditems
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by wt.epm.listeners
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by wt.epm.ndi
Quantity
          This structured attribute class represents the concept of quantity as an Quantity.amount and a QuantityUnit (unit of measure).
QuantityUnit
          An enumeration of units of measure, with EA (each) meaning that the amount in the Quantity is the count of parts and AS_NEEDED meaning use as much as necessary of some supply such as oil; other units of measure would be for items like rope or ballast that would have a length or a weight.
 

Classes in wt.part used by wt.epm.ndi.impl
Quantity
          This structured attribute class represents the concept of quantity as an Quantity.amount and a QuantityUnit (unit of measure).
QuantityUnit
          An enumeration of units of measure, with EA (each) meaning that the amount in the Quantity is the count of parts and AS_NEEDED meaning use as much as necessary of some supply such as oil; other units of measure would be for items like rope or ballast that would have a length or a weight.
 

Classes in wt.part used by wt.epm.structure
Quantity
          This structured attribute class represents the concept of quantity as an Quantity.amount and a QuantityUnit (unit of measure).
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by wt.epm.upload
QuantityUnit
          An enumeration of units of measure, with EA (each) meaning that the amount in the Quantity is the count of parts and AS_NEEDED meaning use as much as necessary of some supply such as oil; other units of measure would be for items like rope or ballast that would have a length or a weight.
 

Classes in wt.part used by wt.epm.workspaces
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by wt.federation
Part
          Deprecated.  
PartMaster
          Deprecated.  
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.
 

Classes in wt.part used by wt.ixb.epm.handlers
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by wt.ixb.epm.handlers.forclasses
PartUsesOccurrence
          This UsesOccurrence has, in addition to its name attribute, positioning information that can be used by visualization to position the CAD drawing within the CAD drawing of its parent.
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
 

Classes in wt.part used by wt.ixb.handlers.forclasses
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by wt.ixb.handlers.netmarkets
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by wt.ixb.handlers.netmarkets.prodstruct
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartDescribeLink
          Associates a WTPart with a WTDocument that describes the WTPart.
WTPartReferenceLink
          Associates a WTPart with the WTDocuments it calls out.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
 

Classes in wt.part used by wt.ixb.objectset
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by wt.ixb.util
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by wt.part
AllConfigurationsActionDelegate
          

Supported API: true

Extendable: false
AllConfigurationsURLActionDelegate
          

Supported API: true

Extendable: false
AllInstancesActionDelegate
          

Supported API: true

Extendable: false
AllInstancesURLActionDelegate
          

Supported API: true

Extendable: false
AlternatesLocalSearchProcessor
          Processes the templates for the search operations used when defining part alternates.
BOMHierarchyVisitor
          This class is a Visitor that generates text ouptut for a product structure hierarchy.
BOMPartsListVisitor
          This class is a Visitor that maintains a list of parts (nodes) as the structure is navigated.
BOMTemplateProcessor
          Deprecated.  
ConfigurationMasterConfiguration
           Use the newConfigurationMasterConfiguration static factory method(s), not the ConfigurationMasterConfiguration constructor, to construct instances of this class.
CopyWTProductInstance2Delegate
          Delegate to make a copy of the given WTProductInstance2 object.
CopyWTProductInstance2LinksDelegate
          Delegate to copy the links from one WTProductInstance2 object to another.
DefaultDefaultDomainDelegate
          

Supported API: true

Extendable: false
DefaultDomainDelegate
          

Supported API: true

Extendable: true
DefaultPartPathOccurrenceNameValidationDelegate
          Check that the name is unique within the context of the PathOccurrenceContext part for the associated OccurrenceableLink.
DefaultPartUsesOccurrenceNameValidationDelegate
          Check that the name is unique within the context of the 'UsedBy' part for the associated OccurrenceableLink.
DefinePartReplacementsProcessor
          Template processor for the DefinePartAlternates and DefinePartSubstitutes html forms.
DisplayIdentificationWTProductConfigurationDelegate
          

Supported API: true

Extendable: false
DisplayIdentificationWTProductInstance2Delegate
          

Supported API: true

Extendable: false
DisplayIdentificationWTProductInstanceMasterDelegate
          

Supported API: true

Extendable: false
GetWTSNPartToAssignToWTSNPartInstanceDelegate
          

Supported API: true

Extendable: true
HtmlPreformattedHierarchyVisitor
          This class is used to generate pre-formatted HTML.
LineNumber
          Represent line number value.
LineNumberHelper
          

Supported API: true

Extendable: false
LineNumberService
          This service interface defines the API for managing LineNumber and PublishedLineNumber information.
LineNumberUsageException
          Exception thrown by WTPartService methods that have determined that a part assembly has incosistent line number usage.
LinkProcessorService
          When executed from a class that extends BasicTemplateProcessor, these script call can be invoked by using the 'useProcessorService service = ' html template entry.
MasterIteration
           Use the newMasterIteration static factory method(s), not the MasterIteration constructor, to construct instances of this class.
MultilevelBomCompareProcessor
          This template processor produces the HTML representation of the Multilevel BOM Compare report when an HTML template calls the WindchillScript method getXmlUsingXsl, causing the template processor to call getMultilevelBomCompare.
MultilevelBomCompareQueryProcessor
          This template processor produces the HTML dialog to get parameters for the Multilevel BOM Compare report.
MultilevelBomCompareVisitor
          This visitor is used to write XML data for the Multilevel BOM Compare report using a DocumentHandler.
MultilevelWhereUsedProcessor
          This template processor produces the HTML representation of the Multilevel Where Used report when an HTML template calls the WindchillScript method getXmlUsingXsl, causing the template processor to call getMultilevelWhereUsed.
MultilevelWhereUsedVisitor
          This visitor is used to write XML data for the Multilevel Where Usedreport using a DocumentHandler.
Part
          Deprecated.  
PartCombinedPathOccurrence
          This CombinedPathOccurrence has a name attribute that can be used to hold a reference designator value.
PartDocHelper
          

Supported API: false

Extendable: false
PartDocService
          

Supported API: false

Extendable: false
PartExportInfo
          Retains pertinent information about an part that has been exported to an export target.
PartExportTarget
          PartExportTarget represents a system to which a part can be exported.
PartLocalSearchProcessor
          Processor used for the PartLocalSearch html template and for various customized search results templates.
PartMaster
          Deprecated.  
PartOccurrenceProcessor.Attribute
          Deprecated. Helper class which maintains information about an attribute.
PartPathOccurrence
          This PathOccurrence has a name attribute that can be used to hold a reference designator value.
PartPathOccurrenceModificationDelegate
          

Supported API: false

Extendable: false
PartType
          PartType is an enumerated type indicating whether a part is a separable or inseparable assembly or a component.
PartUsageInfo
          Represents usage information identified for export by the retrieveBomInformation and retrieveBOMDifferences methods of the WTPartService.
PartUsesOccurrence
          This UsesOccurrence has, in addition to its name attribute, positioning information that can be used by visualization to position the CAD drawing within the CAD drawing of its parent.
PartUsesOccurrenceModificationDelegate
          

Supported API: false

Extendable: false
PartVersion
          Deprecated.  
PPDateEffectivity
           Use the newPPDateEffectivity static factory method(s), not the PPDateEffectivity constructor, to construct instances of this class.
PPLotNumberEffectivity
           Use the newPPLotNumberEffectivity static factory method(s), not the PPLotNumberEffectivity constructor, to construct instances of this class.
PPSerialNumberEffectivity
           Use the newPPSerialNumberEffectivity static factory method(s), not the PPSerialNumberEffectivity constructor, to construct instances of this class.
ProductConfigForConfig
           Use the newProductConfigForConfig static factory method(s), not the ProductConfigForConfig constructor, to construct instances of this class.
ProductDateEffectivity
           Use the newProductDateEffectivity static factory method(s), not the ProductDateEffectivity constructor, to construct instances of this class.
ProductInstanceConfiguration
           Use the newProductInstanceConfiguration static factory method(s), not the ProductInstanceConfiguration constructor, to construct instances of this class.
ProductInstanceMasterProductInstance
           Use the newProductInstanceMasterProductInstance static factory method(s), not the ProductInstanceMasterProductInstance constructor, to construct instances of this class.
ProductLotNumberEffectivity
           Use the newProductLotNumberEffectivity static factory method(s), not the ProductLotNumberEffectivity constructor, to construct instances of this class.
ProductMasterProduct
           Use the newProductMasterProduct static factory method(s), not the ProductMasterProduct constructor, to construct instances of this class.
ProductProductInstance
           Use the newProductProductInstance static factory method(s), not the ProductProductInstance constructor, to construct instances of this class.
ProductSerialNumberEffectivity
           Use the newProductSerialNumberEffectivity static factory method(s), not the ProductSerialNumberEffectivity constructor, to construct instances of this class.
ProductStructureProcessor.Attribute
          Deprecated. Helper class which maintains information about an attribute.
ProductStructureProcessor.PartTreeNode
          Deprecated. Helper class for rebuilding the nodes in the product structure tree from the form data retrieved during template processing.
PublishedLineNumber
          Represents a registry of published line numbers.
Quantity
          This structured attribute class represents the concept of quantity as an Quantity.amount and a QuantityUnit (unit of measure).
QuantityUnit
          An enumeration of units of measure, with EA (each) meaning that the amount in the Quantity is the count of parts and AS_NEEDED meaning use as much as necessary of some supply such as oil; other units of measure would be for items like rope or ballast that would have a length or a weight.
RemoveDocumentFromPartActionDelegate
           
RemoveESIAssociationFromPartActionDelegate
           
SetIncorporatedActionDelegate
          

Supported API: true

Extendable: false
SetIncorporatedURLActionDelegate
          

Supported API: true

Extendable: false
SetPlannedIncorporationActionDelegate
          

Supported API: true

Extendable: false
SetPlannedIncorporationURLActionDelegate
          

Supported API: true

Extendable: false
SNPartInstanceSNPart
           Use the newSNPartInstanceSNPart static factory method(s), not the SNPartInstanceSNPart constructor, to construct instances of this class.
SNPartMasterSNPart
           Use the newSNPartMasterSNPart static factory method(s), not the SNPartMasterSNPart constructor, to construct instances of this class.
SNPartSNPartInstance
           Use the newSNPartSNPartInstance static factory method(s), not the SNPartSNPartInstance constructor, to construct instances of this class.
Source
          The Source is an EnumeratedType used to specify that an object is either made internally (MAKE) or purchased (BUY).
StandardLineNumberService
           Use the newStandardLineNumberService static factory method(s), not the StandardLineNumberService constructor, to construct instances of this class.
StandardPartDocService
           Use the newStandardPartDocService static factory method(s), not the StandardPartDocService constructor, to construct instances of this class.
StandardPartDocService.LatestReleasedConfigSpec
           
StandardWTPartService
          This implementation of WTPartService implements the service API and adds listeners in StandardWTPartService.performStartupProcess().
SubstitutesLocalSearchProcessor
          Processes the templates for the search operations used when defining part substitutes.
ThePublishedLineNumberPart
           Use the newThePublishedLineNumberPart static factory method(s), not the ThePublishedLineNumberPart constructor, to construct instances of this class.
ThePublishedLineNumberTheWTPartMaster
           Use the newThePublishedLineNumberTheWTPartMaster static factory method(s), not the ThePublishedLineNumberTheWTPartMaster constructor, to construct instances of this class.
ThumbnailActionDelegate
           
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartAlternateLink
          A link used to indicate that a WTPart may be globally replaced by another WTPart.
WTPartBaselineConfigSpec
          This class implements a ConfigSpec to filter Iterations that belong to a Baseline.
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
WTPartDescribeLink
          Associates a WTPart with a WTDocument that describes the WTPart.
WTPartDocumentLink
          This is a tagging interface intended to allow a single designation for both WTPartReferenceLink and WTPartDescribeLink.
WTPartEffDisplayProcessor
          

Supported API: false

Extendable: false
WTPartEffectivityConfigSpec
          A ConfigSpec used to filter WTParts based on their PDM Effectivity and membership in a view.
WTPartHelper
          This helper is used to access an implementation of WTPartService via the static reference WTPartHelper.service.
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.
WTPartMasterIdentity
          The uniqueness constraint of number on the master.
WTPartMasterKey
          The table for the uniqueness constraint of number on the master.
WTPartReferenceLink
          Associates a WTPart with the WTDocuments it calls out.
WTPartService
          This service interface defines the API for managing WTParts, WTPartMasters, WTPartConfigSpecs and hierarchies of these parts.
WTPartStandardConfigSpec
          A ConfigSpec used to filter WTParts based on their life cycle state, membership in a view, and work in progress state.
WTPartSubstituteLink
          An association indicating that in the context of a particular usage, another part may be substituted.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
WTPartUsageLinkModificationDelegate
          Prohibits modifications that reduce the Quantity below the number of UsesOccurrence objects.
WTPartUsageLinkUsesOccurrenceCreationApprovalDelegate
          

Supported API: false

Extendable: false
WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
WTProductConfiguration
           Use the newWTProductConfiguration static factory method(s), not the WTProductConfiguration constructor, to construct instances of this class.
WTProductConfigurationMaster
           Use the newWTProductConfigurationMaster static factory method(s), not the WTProductConfigurationMaster constructor, to construct instances of this class.
WTProductInstance2
           Use the newWTProductInstance2 static factory method(s), not the WTProductInstance2 constructor, to construct instances of this class.
WTProductInstanceDescribeLink
           Use the newWTProductInstanceDescribeLink static factory method(s), not the WTProductInstanceDescribeLink constructor, to construct instances of this class.
WTProductInstanceMaster
           Use the newWTProductInstanceMaster static factory method(s), not the WTProductInstanceMaster constructor, to construct instances of this class.
WTProductInstanceReferenceLink
           Use the newWTProductInstanceReferenceLink static factory method(s), not the WTProductInstanceReferenceLink constructor, to construct instances of this class.
WTProductMaster
           Use the newWTProductMaster static factory method(s), not the WTProductMaster constructor, to construct instances of this class.
WTSerialNumberedPart
           Use the newWTSerialNumberedPart static factory method(s), not the WTSerialNumberedPart constructor, to construct instances of this class.
WTSerialNumberedPartInstance
           Use the newWTSerialNumberedPartInstance static factory method(s), not the WTSerialNumberedPartInstance constructor, to construct instances of this class.
WTSerialNumberedPartMaster
           Use the newWTSerialNumberedPartMaster static factory method(s), not the WTSerialNumberedPartMaster constructor, to construct instances of this class.
 

Classes in wt.part used by wt.pdmlink
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartReferenceLink
          Associates a WTPart with the WTDocuments it calls out.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
WTProductMaster
           Use the newWTProductMaster static factory method(s), not the WTProductMaster constructor, to construct instances of this class.
 

Classes in wt.part used by wt.query
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.
 

Classes in wt.part used by wt.replication.export
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
WTPartDescribeLink
          Associates a WTPart with a WTDocument that describes the WTPart.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
 

Classes in wt.part used by wt.replication.unit
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by wt.rule.impl
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 

Classes in wt.part used by wt.sandbox
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by wt.step
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by wt.step.processor
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
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.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
 

Classes in wt.part used by wt.templateutil.components
Quantity
          This structured attribute class represents the concept of quantity as an Quantity.amount and a QuantityUnit (unit of measure).
 

Classes in wt.part used by wt.vc.config
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Classes in wt.part used by wt.visitor
PartPathOccurrence
          This PathOccurrence has a name attribute that can be used to hold a reference designator value.
WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
WTPartBaselineConfigSpec
          This class implements a ConfigSpec to filter Iterations that belong to a Baseline.
WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
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.
WTPartUsageLink
          This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the WTParts associated with the WTPartMaster based on a config spec) and the part uses a specific Quantity (with unit of measure) of the part master as a component of its structure.
WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
WTProductConfiguration
           Use the newWTProductConfiguration static factory method(s), not the WTProductConfiguration constructor, to construct instances of this class.
WTProductInstance2
           Use the newWTProductInstance2 static factory method(s), not the WTProductInstance2 constructor, to construct instances of this class.