Uses of Interface
wt.epm.workspaces.Trackable

Packages that use Trackable
wt.epm
 
wt.epm.workspaces   
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. 
 

Uses of Trackable in wt.epm
 

Classes in wt.epm that implement Trackable
 class EPMDocument
           Use the newEPMDocument static factory method(s), not the EPMDocument constructor, to construct instances of this class.
 

Uses of Trackable in wt.epm.workspaces
 

Subinterfaces of Trackable in wt.epm.workspaces
 interface WorkspaceTrackable
          The business object asserts that it is Trackable and can be downloaded to EPMWorkspace by inheriting this tagging interface.
 

Classes in wt.epm.workspaces that implement Trackable
 class EPMCheckpoint
          The EPMCheckpoint object is the Baseline representing the current set of iterations contained within the EPMWorkspace.
 

Methods in wt.epm.workspaces that return Trackable
 Trackable UpdateCounterTrackable.getTrackable()
          Gets the object for the association that plays role: TRACKABLE_ROLE.
 Trackable EPMUpdateCounter.getTrackable()
          Gets the object for the association that plays role: TRACKABLE.
 

Methods in wt.epm.workspaces with parameters of type Trackable
 void UpdateCounterTrackable.setTrackable(Trackable trackable)
          Sets the object for the association that plays role: TRACKABLE_ROLE.
static UpdateCounterTrackable UpdateCounterTrackable.newUpdateCounterTrackable(EPMUpdateCounter updateCounter, Trackable trackable)
          Default factory for the class.
 void EPMUpdateCounter.setTrackable(Trackable a_Trackable)
          Sets the object for the association that plays role: TRACKABLE.
 

Uses of Trackable in wt.part
 

Classes in wt.part that implement Trackable
 class 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.
 class WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
 class WTSerialNumberedPart
           Use the newWTSerialNumberedPart static factory method(s), not the WTSerialNumberedPart constructor, to construct instances of this class.