Uses of Interface
wt.configuration.SerialNumberedInstanceImpl

Packages that use SerialNumberedInstanceImpl
wt.configuration   
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 SerialNumberedInstanceImpl in wt.configuration
 

Subinterfaces of SerialNumberedInstanceImpl in wt.configuration
 interface SerialNumberedComponentInstance
          An instance of a SerialNumberedComponentMaster that has as its configuration a SerialNumberedComponentVersion.
 interface SerialNumberedConfiguredInstanceVersion
          An instance of a SerialNumberedConfiguredInstanceMaster which uses a SerialNumberedBaselineConfigurationVersion as its configuration.
 interface SerialNumberedInstanceVersion
          A version of an instance.
 

Methods in wt.configuration that return SerialNumberedInstanceImpl
 SerialNumberedInstanceImpl SNIIC.getInstance()
          Gets the object for the association that plays role: INSTANCE_ROLE.
 

Methods in wt.configuration with parameters of type SerialNumberedInstanceImpl
 SerialNumberedConfiguredInstanceVersion StandardConfigurationService.getMappedIntoInstance(SerialNumberedInstanceImpl serialNumbered, Timestamp incorporated)
          Get the instance, incorporated as of the given timestamp, that allocates this instance.
protected  boolean StandardConfigurationService.validateInstanceForModification(SerialNumberedInstanceImpl instance, boolean throwException)
           
 void SNIIC.setInstance(SerialNumberedInstanceImpl instance)
          Sets the object for the association that plays role: INSTANCE_ROLE.
static SNIIC SNIIC.newSNIIC(SerialNumberedInstanceImpl instance, Configuration configuration)
          Default factory for the class.
 SerialNumberedConfiguredInstanceVersion ConfigurationServiceFwd.getMappedIntoInstance(SerialNumberedInstanceImpl serialNumbered, Timestamp incorporated)
          Get the instance, incorporated as of the given timestamp, that allocates this instance.
 SerialNumberedConfiguredInstanceVersion ConfigurationService.getMappedIntoInstance(SerialNumberedInstanceImpl serialNumbered, Timestamp incorporated)
          Get the instance, incorporated as of the given timestamp, that allocates this instance.
 

Uses of SerialNumberedInstanceImpl in wt.part
 

Classes in wt.part that implement SerialNumberedInstanceImpl
 class WTProductInstance2
           Use the newWTProductInstance2 static factory method(s), not the WTProductInstance2 constructor, to construct instances of this class.
 class WTSerialNumberedPartInstance
           Use the newWTSerialNumberedPartInstance static factory method(s), not the WTSerialNumberedPartInstance constructor, to construct instances of this class.