Uses of Class
wt.effectivity.ConfigurationItemReference

Packages that use ConfigurationItemReference
wt.effectivity Provides an out-of-the-box reference implementation of the generic base effectivity functionality defined in wt.eff to assert that a PDM object is effective under certain conditions, but this package's EffectivityService is not normally used (instead use wt.eff's EffService, EffConfigSpecAssistant and EffGroupAssistant). 
wt.vc.config
 
 

Uses of ConfigurationItemReference in wt.effectivity
 

Methods in wt.effectivity that return ConfigurationItemReference
 ConfigurationItemReference UnitEffectivity.getConfigItemRef()
          Gets the value of the attribute: CONFIG_ITEM_REF.
 ConfigurationItemReference Effectivity.getConfigItemRef()
          Deprecated.  
 ConfigurationItemReference DatedEffectivity.getConfigItemRef()
          Gets the value of the attribute: CONFIG_ITEM_REF.
static ConfigurationItemReference ConfigurationItemReference.newConfigurationItemReference(ConfigurationItem configItem)
          

Supported API: false
static ConfigurationItemReference ConfigurationItemReference.newConfigurationItemReference(ObjectIdentifier oid)
           
 

Methods in wt.effectivity with parameters of type ConfigurationItemReference
 void UnitEffectivity.setConfigItemRef(ConfigurationItemReference a_ConfigItemRef)
          Sets the value of the attribute: CONFIG_ITEM_REF.
 void Effectivity.setConfigItemRef(ConfigurationItemReference a_ConfigItemRef)
          Deprecated.  
 void DatedEffectivity.setConfigItemRef(ConfigurationItemReference a_ConfigItemRef)
          Sets the value of the attribute: CONFIG_ITEM_REF.
protected  boolean ConfigurationItemReference.readVersion(ConfigurationItemReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of ConfigurationItemReference in wt.vc.config
 

Fields in wt.vc.config declared as ConfigurationItemReference
private  ConfigurationItemReference EffectivityConfigSpec.effectiveConfigItemRef