Uses of Interface
wt.configuration.ConfigurationDelegate

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

Fields in wt.configuration declared as ConfigurationDelegate
(package private)  ConfigurationDelegate StandardConfigurationService.PathQuantityProcessor.delegate
           
private  ConfigurationDelegate RemoveConfigurationVisitor.delegate
           
 

Methods in wt.configuration with parameters of type ConfigurationDelegate
protected  void StandardConfigurationService.removeVersionRecursively(BaselineConfigurationVersion configuration, ConfigurationManageable version, ConfigurationDelegate delegate)
           
 

Constructors in wt.configuration with parameters of type ConfigurationDelegate
StandardConfigurationService.PathQuantityProcessor(ConfigurationDelegate delegate)
           
RemoveConfigurationVisitor(BaselineConfigurationVersion configuration, StandardConfigurationService service, ConfigurationDelegate delegate)
          

Supported API: false
 

Uses of ConfigurationDelegate in wt.part
 

Classes in wt.part that implement ConfigurationDelegate
 class WTProductConfigurationConfigurationDelegate
          

Supported API: false

Extendable: false