Uses of Class
com.ptc.windchill.cadx.NewEPMDocument

Packages that use NewEPMDocument
com.ptc.windchill.cadx   
com.ptc.windchill.cadx.caddoc   
com.ptc.windchill.cadx.prowt.newDocPropertyPage   
com.ptc.windchill.uwgm.cadx.prowt.newDocPropsPage   
 

Uses of NewEPMDocument in com.ptc.windchill.cadx
 

Methods in com.ptc.windchill.cadx that return NewEPMDocument
static NewEPMDocument NewEPMDocumentHelper.createNewEPMDocument(HTTPRequest request)
          Create a new NewEPMDocument based on the values found in the HTTPRequest query string or form data.
static NewEPMDocument NewEPMDocument.newNewEPMDocument(String CADName, boolean placeHolder, boolean missingDependent)
           
static NewEPMDocument NewEPMDocument.newNewEPMDocument(String CADName, boolean placeHolder, boolean missingDependent, String Localid)
           
static NewEPMDocument NewEPMDocument.newNewEPMDocument(String CADName)
           
static NewEPMDocument NewEPMDocument.newNewEPMDocument(String CADName, String Localid)
           
 

Methods in com.ptc.windchill.cadx with parameters of type NewEPMDocument
static void NewEPMDocumentHelper.appendNewEPMDocumentProps(NewEPMDocument newEPMDoc, Hashtable props)
          Append to props the properties the NewEPMDocument properties.
 

Uses of NewEPMDocument in com.ptc.windchill.cadx.caddoc
 

Methods in com.ptc.windchill.cadx.caddoc with parameters of type NewEPMDocument
private  void PVXTemplateProcessor.setLocalCacheWTWSURI(NewEPMDocument currentDoc)
           
private  boolean PVXTemplateProcessor.determineControls(NewEPMDocument doc)
           
 

Uses of NewEPMDocument in com.ptc.windchill.cadx.prowt.newDocPropertyPage
 

Fields in com.ptc.windchill.cadx.prowt.newDocPropertyPage declared as NewEPMDocument
private static NewEPMDocument NewCADDocPropertyTemplateProcessor.currentContextObject
           
 

Uses of NewEPMDocument in com.ptc.windchill.uwgm.cadx.prowt.newDocPropsPage
 

Fields in com.ptc.windchill.uwgm.cadx.prowt.newDocPropsPage declared as NewEPMDocument
private static NewEPMDocument NewCADDocPropsProcessor.currentContextObject