Uses of Class
wt.vc.config.LifeCycleConfigSpec

Packages that use LifeCycleConfigSpec
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.vc.config
 
 

Uses of LifeCycleConfigSpec in wt.doc
 

Fields in wt.doc declared as LifeCycleConfigSpec
private  LifeCycleConfigSpec WTDocumentStandardConfigSpec.lifeCycle
           
 

Methods in wt.doc that return LifeCycleConfigSpec
 LifeCycleConfigSpec WTDocumentStandardConfigSpec.getLifeCycle()
          Gets the object for the association that plays role: LIFE_CYCLE.
 

Methods in wt.doc with parameters of type LifeCycleConfigSpec
 void WTDocumentStandardConfigSpec.setLifeCycle(LifeCycleConfigSpec a_LifeCycle)
          Sets the object for the association that plays role: LIFE_CYCLE.
 

Uses of LifeCycleConfigSpec in wt.epm
 

Fields in wt.epm declared as LifeCycleConfigSpec
private  LifeCycleConfigSpec EPMDocConfigSpec.lifeCycle
           
 

Methods in wt.epm that return LifeCycleConfigSpec
 LifeCycleConfigSpec EPMDocConfigSpec.getLifeCycle()
          Gets the object for the association that plays role: LIFE_CYCLE.
 

Methods in wt.epm with parameters of type LifeCycleConfigSpec
 void EPMDocConfigSpec.setLifeCycle(LifeCycleConfigSpec a_LifeCycle)
          Sets the object for the association that plays role: LIFE_CYCLE.
static EPMDocConfigSpec EPMDocConfigSpec.newEPMDocConfigSpec(LifeCycleConfigSpec lifeCycle)
          

Supported API: true
protected  void EPMDocConfigSpec.initialize(LifeCycleConfigSpec lifeCycle)
          Supports initialization, following construction of an instance.
static EPMDocConfigSpec EPMDocConfigSpec.newEPMDocConfigSpec(BaselineConfigSpec baseline, LifeCycleConfigSpec lifeCycle, IteratedFolderedConfigSpec foldered)
          

Supported API: true
protected  void EPMDocConfigSpec.initialize(BaselineConfigSpec baseline, LifeCycleConfigSpec lifeCycle, IteratedFolderedConfigSpec foldered)
          Supports initialization, following construction of an instance.
 

Uses of LifeCycleConfigSpec in wt.part
 

Subclasses of LifeCycleConfigSpec in wt.part
private static class StandardPartDocService.LatestReleasedConfigSpec
           
 

Uses of LifeCycleConfigSpec in wt.vc.config
 

Methods in wt.vc.config that return LifeCycleConfigSpec
static LifeCycleConfigSpec LifeCycleConfigSpec.newLifeCycleConfigSpec(State lifeCycleState)
          Constructs a new LifeCycleConfigSpec using the specified state.
 

Methods in wt.vc.config with parameters of type LifeCycleConfigSpec
protected  boolean LifeCycleConfigSpec.readVersion(LifeCycleConfigSpec thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.