Uses of Interface
wt.configuration.ConfiguredVersion

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

Methods in wt.configuration that return ConfiguredVersion
 ConfiguredVersion StandardConfigurationService.getConfiguredVersion(BaselineConfigurationVersion configuration)
          Get the version of the ConfiguredVersion assigned to this configuration, or null if one was not assigned.
 ConfiguredVersion ConfigurationServiceFwd.getConfiguredVersion(BaselineConfigurationVersion configuration)
          Get the version of the ConfiguredVersion assigned to this configuration, or null if one was not assigned.
 ConfiguredVersion ConfigurationService.getConfiguredVersion(BaselineConfigurationVersion configuration)
          Get the version of the ConfiguredVersion assigned to this configuration, or null if one was not assigned.
 ConfiguredVersion CMCV.getIteration()
          Gets the object for the association that plays role: ITERATION_ROLE.
 

Methods in wt.configuration with parameters of type ConfiguredVersion
 BaselineConfigurationVersion StandardConfigurationService.storeNewConfiguration(BaselineConfigurationVersion configuration, ConfiguredVersion configurationFor)
          Stores the configuration and adds the version (configurationFor) to it.
 QueryResult StandardConfigurationService.getConfigurations(ConfiguredVersion configuredVersion)
          Get the configurations of this configured version that configure it.
 BaselineConfigurationVersion ConfigurationServiceFwd.storeNewConfiguration(BaselineConfigurationVersion configuration, ConfiguredVersion configurationFor)
          Stores the configuration and adds the version (configurationFor) to it.
 QueryResult ConfigurationServiceFwd.getConfigurations(ConfiguredVersion configuredVersion)
          Get the configurations of this configured version that configure it.
 BaselineConfigurationVersion ConfigurationService.storeNewConfiguration(BaselineConfigurationVersion configuration, ConfiguredVersion configurationFor)
          Stores the configuration and adds the version (configurationFor) to it.
 QueryResult ConfigurationService.getConfigurations(ConfiguredVersion configuredVersion)
          Get the configurations of this configured version that configure it.
protected  void CMCV.setIteration(ConfiguredVersion iteration)
          Sets the object for the association that plays role: ITERATION_ROLE.
static CMCV CMCV.newCMCV(ConfiguredMaster master, ConfiguredVersion iteration)
          Default factory for the class.
 

Uses of ConfiguredVersion in wt.part
 

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