Uses of Interface
wt.configuration.SerialNumbered

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

Subinterfaces of SerialNumbered in wt.configuration
 interface SerialNumberedComponentMaster
          A simple serial number object that is versioned.
 interface SerialNumberedConfiguredMaster
          A serial numbered object that has versioned instances which use a SerialNumberedBaselineConfigurationVersion as its configuration.
 

Methods in wt.configuration that return SerialNumbered
 SerialNumbered SNSNII.getInstanceOf()
          Gets the object for the association that plays role: INSTANCE_OF_ROLE.
 SerialNumbered SerialNumberedInstanceIfc.getInstanceOf()
          Gets the object for the association that plays role: INSTANCE_OF.
 SerialNumbered SerialNumberedConfiguredInstanceMaster.getInstanceOf()
          Gets the object for the association that plays role: INSTANCE_OF.
 SerialNumbered SerialNumberedComponentInstance.getInstanceOf()
          Gets the object for the association that plays role: INSTANCE_OF.
 

Methods in wt.configuration with parameters of type SerialNumbered
 QueryResult StandardConfigurationService.getAllInstances(SerialNumbered serialNumbered)
          Get all instances of this serial numbered object.
 QueryResult StandardConfigurationService.getUnmappedInstances(SerialNumbered serialNumbered, Timestamp notIncorporatedByContextAsOf)
          Get all the instances that have not been allocated into another instance.
 QueryResult StandardConfigurationService.getUnmappedInstances(SerialNumbered serialNumbered, Timestamp notIncorporatedByContextAsOf, QuerySpec instanceSpec)
          Get all the instances that have not been allocated into another instance.
protected  void StandardConfigurationService.deleteInstancesOf(SerialNumbered serialNumbered)
           
 void SNSNII.setInstanceOf(SerialNumbered instanceOf)
          Sets the object for the association that plays role: INSTANCE_OF_ROLE.
static SNSNII SNSNII.newSNSNII(SerialNumbered instanceOf, SerialNumberedInstanceIfc instance)
          Default factory for the class.
 void SerialNumberedInstanceIfc.setInstanceOf(SerialNumbered a_InstanceOf)
          Sets the object for the association that plays role: INSTANCE_OF.
 void SerialNumberedConfiguredInstanceMaster.setInstanceOf(SerialNumbered a_InstanceOf)
          Sets the object for the association that plays role: INSTANCE_OF.
 void SerialNumberedComponentInstance.setInstanceOf(SerialNumbered a_InstanceOf)
          Sets the object for the association that plays role: INSTANCE_OF.
 QueryResult ConfigurationServiceFwd.getAllInstances(SerialNumbered serialNumbered)
          Get all instances of this serial numbered object.
 QueryResult ConfigurationServiceFwd.getUnmappedInstances(SerialNumbered serialNumbered, Timestamp notIncorporatedByContextAsOf)
          Get all the instances that have not been allocated into another instance.
 QueryResult ConfigurationServiceFwd.getUnmappedInstances(SerialNumbered serialNumbered, Timestamp notIncorporatedByContextAsOf, QuerySpec instanceSpec)
          Get all the instances that have not been allocated into another instance.
 QueryResult ConfigurationService.getAllInstances(SerialNumbered serialNumbered)
          Get all instances of this serial numbered object.
 QueryResult ConfigurationService.getUnmappedInstances(SerialNumbered serialNumbered, Timestamp notIncorporatedByContextAsOf)
          Get all the instances that have not been allocated into another instance.
 QueryResult ConfigurationService.getUnmappedInstances(SerialNumbered serialNumbered, Timestamp notIncorporatedByContextAsOf, QuerySpec instanceSpec)
          Get all the instances that have not been allocated into another instance.
 

Uses of SerialNumbered in wt.part
 

Classes in wt.part that implement SerialNumbered
 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.
 

Methods in wt.part that return SerialNumbered
 SerialNumbered WTSerialNumberedPartInstance.getInstanceOf()
          Gets the object for the association that plays role: INSTANCE_OF.
 SerialNumbered WTProductInstanceMaster.getInstanceOf()
          Gets the object for the association that plays role: INSTANCE_OF.
 

Methods in wt.part with parameters of type SerialNumbered
 void WTSerialNumberedPartInstance.setInstanceOf(SerialNumbered a_InstanceOf)
          Sets the object for the association that plays role: INSTANCE_OF.
 void WTProductInstanceMaster.setInstanceOf(SerialNumbered a_InstanceOf)
          Sets the object for the association that plays role: INSTANCE_OF.