Uses of Class
wt.vc.ObjectToVersionLink

Packages that use ObjectToVersionLink
wt.configuration   
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
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.folder
Provides classes to represent and manage folder and cabinet objects. 
wt.ixb.publicforhandlers Provides APIs to develop IXB plugable components. 
wt.lifecycle
 
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.sandbox This package provides "sandbox" container functionality.  A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees).  The package provides the following core capabilities:  
wt.vc
 
wt.workflow.forum   
wt.workflow.notebook   
 

Uses of ObjectToVersionLink in wt.configuration
 

Subclasses of ObjectToVersionLink in wt.configuration
 class SNCISNCV
           Use the newSNCISNCV static factory method(s), not the SNCISNCV constructor, to construct instances of this class.
 class SNCIVSNBCV
           Use the newSNCIVSNBCV static factory method(s), not the SNCIVSNBCV constructor, to construct instances of this class.
 class SNIIC
           Use the newSNIIC static factory method(s), not the SNIIC constructor, to construct instances of this class.
 

Uses of ObjectToVersionLink in wt.eff
 

Subclasses of ObjectToVersionLink in wt.eff
 class TargetEff
           Use the newTargetEff static factory method(s), not the TargetEff constructor, to construct instances of this class.
 

Uses of ObjectToVersionLink in wt.effectivity
 

Subclasses of ObjectToVersionLink in wt.effectivity
 class EffectivityManageableEffectivity
          Associates an effectivity with its target.
 

Uses of ObjectToVersionLink in wt.folder
 

Subclasses of ObjectToVersionLink in wt.folder
 class IteratedFolderMemberLink
          Holds a persistent association between a Folder (Cabinet or SubFolder) and the latest iteration of an IteratedFoldered object (it's member).
 class IteratedShortcutLink
          A persistent assocation between a Folder and the latest iteration of an iterated member of a Folder.
 

Uses of ObjectToVersionLink in wt.ixb.publicforhandlers
 

Methods in wt.ixb.publicforhandlers that return ObjectToVersionLink
static ObjectToVersionLink ReferenceHndHelper.findAlreadyImportedO2VLink(Class cl, WTObject from, WTObject to)
           
 

Uses of ObjectToVersionLink in wt.lifecycle
 

Subclasses of ObjectToVersionLink in wt.lifecycle
 class IteratedCurrentPhaseLink
          A IteratedCurrentPhaseLink association defines the relationship between the iterated LifeCycleManaged object the Phase object.
 

Uses of ObjectToVersionLink in wt.part
 

Subclasses of ObjectToVersionLink in wt.part
 class ProductInstanceConfiguration
           Use the newProductInstanceConfiguration static factory method(s), not the ProductInstanceConfiguration constructor, to construct instances of this class.
 class SNPartInstanceSNPart
           Use the newSNPartInstanceSNPart static factory method(s), not the SNPartInstanceSNPart constructor, to construct instances of this class.
 

Uses of ObjectToVersionLink in wt.sandbox
 

Subclasses of ObjectToVersionLink in wt.sandbox
 class SandboxCheckoutLink
          Link from original copy iteration to sandbox working copy branch formed by sandbox checkout.
 

Uses of ObjectToVersionLink in wt.vc
 

Subclasses of ObjectToVersionLink in wt.vc
 class VersionForeignKeyLink
          

Supported API: false

Extendable: false
 

Methods in wt.vc with parameters of type ObjectToVersionLink
protected  void StandardVersionControlService.validateReferencesOf(ObjectToVersionLink link)
          Validates [if necessary] the object and version references to correctly refer to the role A and B objects, respectively.
protected  boolean ObjectToVersionLink.readVersion(ObjectToVersionLink thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
protected  void StandardVersionControlService.validateReferencesOf(ObjectToVersionLink link)
          Validates [if necessary] the object and version references to correctly refer to the role A and B objects, respectively.
protected  boolean ObjectToVersionLink.readVersion(ObjectToVersionLink thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of ObjectToVersionLink in wt.workflow.forum
 

Subclasses of ObjectToVersionLink in wt.workflow.forum
 class IteratedForumSubjectLink
          IteratedForumSubjectLink is the Association between iterated business objects and Forums.
 

Uses of ObjectToVersionLink in wt.workflow.notebook
 

Subclasses of ObjectToVersionLink in wt.workflow.notebook
 class IteratedNotebookSubjectLink
           Use the newIteratedNotebookSubjectLink static factory method(s), not the IteratedNotebookSubjectLink constructor, to construct instances of this class.