Uses of Interface
wt.vc.config.PersistableConfigSpec

Packages that use PersistableConfigSpec
wt.doc   
wt.epm
 
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. 
wt.viewmarkup Uses the ViewMarkUpService to view and add MarkUp to Viewable objects and to publish DerivedImages. 
 

Uses of PersistableConfigSpec in wt.doc
 

Classes in wt.doc that implement PersistableConfigSpec
 class WTDocumentConfigSpec
          The config spec for use by WTDocuments.
 

Uses of PersistableConfigSpec in wt.epm
 

Classes in wt.epm that implement PersistableConfigSpec
 class EPMDocConfigSpec
          The config spec for use by EPMDocs.
 

Uses of PersistableConfigSpec in wt.part
 

Classes in wt.part that implement PersistableConfigSpec
 class WTPartConfigSpec
          The reference implementation of a user visible config spec, used to select WTParts, which aggregates WTPartBaselineConfigSpec, WTPartEffectivityConfigSpec, and WTPartStandardConfigSpec.
 

Uses of PersistableConfigSpec in wt.viewmarkup
 

Methods in wt.viewmarkup that return PersistableConfigSpec
 PersistableConfigSpec RepresentableConfigSpecLink.getRepresentableConfigSpec()
          Gets the object for the association that plays role: REPRESENTABLE_CONFIG_SPEC_ROLE.
 PersistableConfigSpec DerivedImage.getRepresentableConfigSpec()
          Retrieves the object playing the role of representableConfigSpec for the DerivedImage.
 PersistableConfigSpec DerivedImage.getDerivedFromConfigSpec()
          Retrieves the object playing the role of derivedFromConfigSpec for the DerivedImage.
 PersistableConfigSpec DerivedFromConfigSpecLink.getDerivedFromConfigSpec()
          Gets the object for the association that plays role: DERIVED_FROM_CONFIG_SPEC_ROLE.
 PersistableConfigSpec RepresentableConfigSpecLink.getRepresentableConfigSpec()
          Gets the object for the association that plays role: REPRESENTABLE_CONFIG_SPEC_ROLE.
 PersistableConfigSpec DerivedImage.getRepresentableConfigSpec()
          Retrieves the object playing the role of representableConfigSpec for the DerivedImage.
 PersistableConfigSpec DerivedImage.getDerivedFromConfigSpec()
          Retrieves the object playing the role of derivedFromConfigSpec for the DerivedImage.
 PersistableConfigSpec DerivedFromConfigSpecLink.getDerivedFromConfigSpec()
          Gets the object for the association that plays role: DERIVED_FROM_CONFIG_SPEC_ROLE.
 

Methods in wt.viewmarkup with parameters of type PersistableConfigSpec
 void RepresentableConfigSpecLink.setRepresentableConfigSpec(PersistableConfigSpec representableConfigSpec)
          Sets the object for the association that plays role: REPRESENTABLE_CONFIG_SPEC_ROLE.
static RepresentableConfigSpecLink RepresentableConfigSpecLink.newRepresentableConfigSpecLink(PersistableConfigSpec representableConfigSpec, DerivedImage theDerivedImage)
          Default factory for the class.
 void DerivedFromConfigSpecLink.setDerivedFromConfigSpec(PersistableConfigSpec derivedFromConfigSpec)
          Sets the object for the association that plays role: DERIVED_FROM_CONFIG_SPEC_ROLE.
static DerivedFromConfigSpecLink DerivedFromConfigSpecLink.newDerivedFromConfigSpecLink(PersistableConfigSpec derivedFromConfigSpec, DerivedImage theDerivedImage)
          Default factory for the class.
 void RepresentableConfigSpecLink.setRepresentableConfigSpec(PersistableConfigSpec representableConfigSpec)
          Sets the object for the association that plays role: REPRESENTABLE_CONFIG_SPEC_ROLE.
static RepresentableConfigSpecLink RepresentableConfigSpecLink.newRepresentableConfigSpecLink(PersistableConfigSpec representableConfigSpec, DerivedImage theDerivedImage)
          Default factory for the class.
 void DerivedFromConfigSpecLink.setDerivedFromConfigSpec(PersistableConfigSpec derivedFromConfigSpec)
          Sets the object for the association that plays role: DERIVED_FROM_CONFIG_SPEC_ROLE.
static DerivedFromConfigSpecLink DerivedFromConfigSpecLink.newDerivedFromConfigSpecLink(PersistableConfigSpec derivedFromConfigSpec, DerivedImage theDerivedImage)
          Default factory for the class.