Uses of Interface
wt.effectivity.EffectivityHolder

Packages that use EffectivityHolder
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.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. 
 

Uses of EffectivityHolder in wt.effectivity
 

Subinterfaces of EffectivityHolder in wt.effectivity
 interface EffectivityManageable
          Deprecated. As of 4.0 replaced by EffManagedVersion
 

Methods in wt.effectivity with parameters of type EffectivityHolder
 QueryResult StandardEffectivityService.getEffectivities(EffectivityHolder effectivityHolder)
          Retrieves the Effectivity objects for the given EffectivityHolder object.
 QueryResult EffectivityServiceFwd.getEffectivities(EffectivityHolder effectivityHolder)
          Retrieves the Effectivity objects for the given EffectivityHolder object.
 QueryResult EffectivityService.getEffectivities(EffectivityHolder effectivityHolder)
          Retrieves the Effectivity objects for the given EffectivityHolder object.
static void EffectivityHelper.setEffectivityTarget(Effectivity effectivity, EffectivityHolder effectivityHolder)
          Helper method for setting the target object for an Effectivity.
private static void EffectivityHelper.setStandardTarget(Effectivity effectivity, EffectivityHolder effectivityHolder)
          Helper method of setEffectivityTarget for setting the Effectivity target to an EffectivityHolder object.
 

Uses of EffectivityHolder in wt.epm
 

Classes in wt.epm that implement EffectivityHolder
 class EPMDocument
           Use the newEPMDocument static factory method(s), not the EPMDocument constructor, to construct instances of this class.
 

Uses of EffectivityHolder in wt.part
 

Classes in wt.part that implement EffectivityHolder
 class WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 class WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
 class WTSerialNumberedPart
           Use the newWTSerialNumberedPart static factory method(s), not the WTSerialNumberedPart constructor, to construct instances of this class.