Uses of Interface
wt.epm.ndi.EPMNDDependency

Packages that use EPMNDDependency
com.ptc.windchill.uwgm.proesrv.ndimpl   
com.ptc.windchill.uwgm.proesrv.rrc   
wt.epm.ndi   
wt.epm.ndi.impl   
wt.epm.upload   
 

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

Classes in com.ptc.windchill.uwgm.proesrv.ndimpl that implement EPMNDDependency
 class ProENDDependency
           
(package private)  class ProENDMemberLink_J01
           
(package private)  class ProENDMemberLink_J03
           
(package private)  class ProENDReferenceLink_J01
           
(package private)  class ProENDReferenceLink_J03
           
 

Fields in com.ptc.windchill.uwgm.proesrv.ndimpl declared as EPMNDDependency
private  EPMNDDependency ProENDValue_J03.dep
           
 

Methods in com.ptc.windchill.uwgm.proesrv.ndimpl with parameters of type EPMNDDependency
(package private)  void ProENDValue_J03.setDependency(EPMNDDependency theDep)
           
 int ProENDGhostResolverDelegate.getCADFinaleGhostResolutionOption(EPMNDDependency dep)
           
 boolean ProENDGhostResolverDelegate.isServerSideIgnore(EPMNDDependency epmDep)
           
 

Uses of EPMNDDependency in com.ptc.windchill.uwgm.proesrv.rrc
 

Methods in com.ptc.windchill.uwgm.proesrv.rrc with parameters of type EPMNDDependency
private  com.ptc.windchill.uwgm.soap.uwgmdb.EpmMaster RRCDependencyHelper.getEpmMaster(EPMNDDependency ndDep)
           
 

Uses of EPMNDDependency in wt.epm.ndi
 

Subinterfaces of EPMNDDependency in wt.epm.ndi
 interface EPMNDMemberLink
          

Supported API: true

Extendable: false
 interface EPMNDReferenceLink
          

Supported API: true

Extendable: false
 

Methods in wt.epm.ndi with parameters of type EPMNDDependency
 int EPMNDGhostResolverDelegate.getCADFinaleGhostResolutionOption(EPMNDDependency dep)
          Returns Ghost resolution type.
 boolean EPMNDGhostResolverDelegate.isServerSideIgnore(EPMNDDependency dep)
           
 

Uses of EPMNDDependency in wt.epm.ndi.impl
 

Classes in wt.epm.ndi.impl that implement EPMNDDependency
(package private)  class EPMNDMemberLinkImpl
          Constructs EPNNDMemberLink from persistant EPMMeberLink and other side EPMDocumentMaster Supported API: false Extendable: false
(package private)  class EPMNDReferenceLinkImpl
          Constructs EPNNDReferenceLink from persistant EPMReferenceLink and other side DocumentMaster Supported API: false Extendable: false
 

Methods in wt.epm.ndi.impl with parameters of type EPMNDDependency
 int EPMNeutralDataImpl.GhostResolver.getCADFinaleGhostResolutionOption(EPMNDDependency dep)
          getCADFinaleGhostResolutionOption
 boolean EPMNeutralDataImpl.GhostResolver.isServerSideIgnore(EPMNDDependency dep)
          isServerSideIgnore
 

Uses of EPMNDDependency in wt.epm.upload
 

Methods in wt.epm.upload with parameters of type EPMNDDependency
protected static void EPMUploadStandalone.syncDependency(EPMDocument source, EPMNDDependency dependency, CacheDocument.CacheDependencyLink cacheLink)
           
 void EPMGhostResolver.saveGhost(CacheDocument parentCacheDoc, EPMNDDependency dep)
           
private  int EPMGhostResolver.adjustGhostResolOption(int gostResolOption, boolean serverSideIgnore, EPMNDDependency dependency, EPMDocument depDoc, String depModelName)
           
private  void EPMGhostResolver.doResolution(int gostResolOption, CacheDocument parentCacheDoc, CacheDocument depCacheDoc, EPMNDDependency dep, boolean serverSideIgnore)
           
private  void EPMGhostResolver.doIgnore(CacheDocument parentCacheDoc, CacheDocument depCacheDoc, EPMNDDependency dep)
           
private  void EPMGhostResolver.doDoNotResolve(CacheDocument depCacheDoc, EPMNDDependency dep)
           
private  void EPMGhostResolver.doAutoResolve(CacheDocument parentCacheDoc, CacheDocument depCacheDoc, EPMNDDependency dep, boolean serverSideIgnore)