Uses of Interface
wt.doc.DocumentVersion

Packages that use DocumentVersion
wt.doc   
wt.epm
 
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

wt.step.processor   
 

Uses of DocumentVersion in wt.doc
 

Classes in wt.doc that implement DocumentVersion
 class WTDocument
          The reference implementation of a DocumentVersion.
 

Uses of DocumentVersion in wt.epm
 

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

Uses of DocumentVersion in wt.federation
 

Classes in wt.federation that implement DocumentVersion
 class ProxyDocument
           Use the newProxyDocument static factory method(s), not the ProxyDocument constructor, to construct instances of this class.
 

Uses of DocumentVersion in wt.step.processor
 

Methods in wt.step.processor with parameters of type DocumentVersion
private  void ExportToP21Processor.recordAssociatedDocument(DocumentVersion document)