|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfiguredMaster | |
wt.configuration | |
wt.part | Defines WTPart s and WTPartMaster s (
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 ConfiguredMaster in wt.configuration |
Subinterfaces of ConfiguredMaster in wt.configuration | |
interface |
SerialNumberedConfiguredMaster
A serial numbered object that has versioned instances which use a SerialNumberedBaselineConfigurationVersion as its configuration. |
Methods in wt.configuration that return ConfiguredMaster | |
static ConfiguredMaster |
ConfigurationHelper.getConfigurationFor(BaselineConfigurationVersion configuration)
Gets the object this configuration is a configuration for. |
ConfiguredMaster |
ConfigForConfig.getConfigurationFor()
Gets the object for the association that plays role: CONFIGURATION_FOR_ROLE. |
ConfiguredMaster |
CMCV.getMaster()
Gets the object for the association that plays role: MASTER_ROLE. |
ConfiguredMaster |
BaselineConfigurationMaster.getConfigurationFor()
Gets the object for the association that plays role: CONFIGURATION_FOR. |
Methods in wt.configuration with parameters of type ConfiguredMaster | |
BaselineConfigurationVersion |
StandardConfigurationService.storeNewConfiguration(BaselineConfigurationVersion configuration,
ConfiguredMaster configurationFor)
Stores the configuration. |
QueryResult |
StandardConfigurationService.getAllConfigurations(ConfiguredMaster configuredMaster)
Get all the configurations of this configured master. |
protected void |
StandardConfigurationService.deleteConfigurationsOf(ConfiguredMaster configuration)
|
BaselineConfigurationVersion |
ConfigurationServiceFwd.storeNewConfiguration(BaselineConfigurationVersion configuration,
ConfiguredMaster configurationFor)
Stores the configuration. |
QueryResult |
ConfigurationServiceFwd.getAllConfigurations(ConfiguredMaster configuredMaster)
Get all the configurations of this configured master. |
BaselineConfigurationVersion |
ConfigurationService.storeNewConfiguration(BaselineConfigurationVersion configuration,
ConfiguredMaster configurationFor)
Stores the configuration. |
QueryResult |
ConfigurationService.getAllConfigurations(ConfiguredMaster configuredMaster)
Get all the configurations of this configured master. |
void |
ConfigForConfig.setConfigurationFor(ConfiguredMaster configurationFor)
Sets the object for the association that plays role: CONFIGURATION_FOR_ROLE. |
static ConfigForConfig |
ConfigForConfig.newConfigForConfig(ConfiguredMaster configurationFor,
BaselineConfigurationMaster configuration)
Default factory for the class. |
void |
CMCV.setMaster(ConfiguredMaster master)
Sets the object for the association that plays role: MASTER_ROLE. |
static CMCV |
CMCV.newCMCV(ConfiguredMaster master,
ConfiguredVersion iteration)
Default factory for the class. |
void |
BaselineConfigurationMaster.setConfigurationFor(ConfiguredMaster a_ConfigurationFor)
Sets the object for the association that plays role: CONFIGURATION_FOR. |
Uses of ConfiguredMaster in wt.part |
Classes in wt.part that implement ConfiguredMaster | |
class |
WTProductMaster
Use the newWTProductMaster static factory method(s), not
the WTProductMaster constructor, to construct instances
of this class. |
Methods in wt.part that return ConfiguredMaster | |
ConfiguredMaster |
WTProductConfigurationMaster.getConfigurationFor()
Gets the object for the association that plays role: CONFIGURATION_FOR. |
Methods in wt.part with parameters of type ConfiguredMaster | |
void |
WTProductConfigurationMaster.setConfigurationFor(ConfiguredMaster a_ConfigurationFor)
Sets the object for the association that plays role: CONFIGURATION_FOR. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |