Uses of Interface
wt.epm.ndi.EPMNDDocument

Packages that use EPMNDDocument
com.ptc.windchill.uwgm.proesrv.ndimpl   
com.ptc.windchill.uwgm.proesrv.util   
wt.epm.ndi   
wt.epm.ndi.impl   
wt.epm.upload   
 

Uses of EPMNDDocument in com.ptc.windchill.uwgm.proesrv.ndimpl
 

Classes in com.ptc.windchill.uwgm.proesrv.ndimpl that implement EPMNDDocument
 class ProENDDocument
           
 class ProENDDocument_J01
           
 class ProENDDocument_J03
           
 class ProENDTopGeneric_J01
           
 class ProENDTopGeneric_J03
           
 

Fields in com.ptc.windchill.uwgm.proesrv.ndimpl declared as EPMNDDocument
private  EPMNDDocument ProENDFamilyTableMember_J03.ndDoc
           
private  EPMNDDocument ProENDFamilyTableMember_J01.ndDoc
           
 

Methods in com.ptc.windchill.uwgm.proesrv.ndimpl that return EPMNDDocument
 EPMNDDocument ProENeutralData.getDocument(com.ptc.windchill.uwgm.soap.uwgmdb.EpmIteration it)
           
private  EPMNDDocument ProENDFamilyTableMember_J03.getDocument()
           
 EPMNDDocument ProENDFamilyTableMember_J01.getDocument()
           
 

Uses of EPMNDDocument in com.ptc.windchill.uwgm.proesrv.util
 

Methods in com.ptc.windchill.uwgm.proesrv.util with parameters of type EPMNDDocument
static com.ptc.windchill.uwgm.soap.uwgmdb.EpmIterationNeutralData NeutralDataHelper.createEpmIterationNeutralData(EPMNDDocument ndDoc, EPMDocument doc, String ndVersion)
           
private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmIterationNeutralData NeutralDataHelper.createEpmIterationNeutralDataJ03(EPMNDDocument ndDoc, EPMDocument doc)
           
private static com.ptc.windchill.uwgm.soap.uwgmdb.EpmIterationNeutralData NeutralDataHelper.createEpmIterationNeutralDataJ01(EPMNDDocument ndDoc, EPMDocument doc)
           
private static com.ptc.prowt.nd.nd_modelprop_j03.ModelProperties_J03 NeutralDataHelper.createModelPropertiesJ03(EPMNDDocument ndDoc)
           
 

Uses of EPMNDDocument in wt.epm.ndi
 

Subinterfaces of EPMNDDocument in wt.epm.ndi
 interface EPMNDTopGeneric
          

Supported API: true

Extendable: false
 

Uses of EPMNDDocument in wt.epm.ndi.impl
 

Classes in wt.epm.ndi.impl that implement EPMNDDocument
(package private)  class EPMNDDocumentImpl
          Constructs EPNNDDocument from persistant EPMDocument.
(package private)  class EPMNDTopGenericImpl
          Constructs EPNNDTopGeneric from persistant Top generic EPMDocument.
 

Methods in wt.epm.ndi.impl that return EPMNDDocument
 EPMNDDocument EPMNDFamilyTableMemberImpl.getDocument()
           
 

Uses of EPMNDDocument in wt.epm.upload
 

Fields in wt.epm.upload declared as EPMNDDocument
private  EPMNDDocument EPMUploadDocument.ndDocument
           
 

Methods in wt.epm.upload that return EPMNDDocument
 EPMNDDocument EPMUploadTopGeneric.getNDTopGenericDocument()
           
 EPMNDDocument EPMUploadDocument.getNDDocument()
           
 

Methods in wt.epm.upload with parameters of type EPMNDDocument
protected  void EPMUploadDocument.setNDDocument(EPMNDDocument ndDocument)
           
private  void EPMUpload.accumulateDependents(Collection c, EPMNDDocument doc)
           
protected  EPMUploadStandalone EPMUpload.createUploadStandalone(EPMNDDocument doc)
           
protected  EPMUploadTopGeneric EPMUpload.createUploadTopGeneric(EPMNDFamilyTable familyTable, EPMNDFamilyTableMember member, EPMNDDocument memberDocument)
           
protected  EPMUploadGeneric EPMUpload.createUploadMiddleGeneric(EPMNDFamilyTable familyTable, EPMNDFamilyTableMember member, EPMNDDocument memberDocument, EPMUploadGeneric generic)
           
protected  EPMUploadInstance EPMUpload.createUploadInstance(EPMNDFamilyTable familyTable, EPMNDFamilyTableMember member, EPMNDDocument memberDocument, EPMUploadGeneric generic)
           
 

Constructors in wt.epm.upload with parameters of type EPMNDDocument
EPMUploadTopGeneric(EPMUpload upload, EPMNDFamilyTable familyTable, EPMNDFamilyTableMember familyTableMember, EPMNDDocument memberDocument)
          Creates top generic upload document.
EPMUploadStandalone(EPMUpload upload, EPMNDDocument ndDocument)
           
EPMUploadInstance(EPMUpload upload, EPMNDFamilyTable familyTable, EPMNDFamilyTableMember familyTableMember, EPMNDDocument memberDocument, EPMUploadGeneric generic)
          Creates instance upload document.
EPMUploadGeneric(EPMUpload upload, EPMNDFamilyTable familyTable, EPMNDFamilyTableMember familyTableMember, EPMNDDocument memberDocument, EPMUploadGeneric generic)
          Creates instance upload document.
EPMUploadDocument(EPMUpload upload, EPMNDDocument ndDocument)