Uses of Class
com.ptc.epm.commands.XMLutil.ECADXMLDocument

Packages that use ECADXMLDocument
com.ptc.epm.commands   
 

Uses of ECADXMLDocument in com.ptc.epm.commands
 

Fields in com.ptc.epm.commands declared as ECADXMLDocument
private  ECADXMLDocument XMLtoWindchillAdaptor.brdXDoc
           
private  ECADXMLDocument XMLtoWindchillAdaptor.srcXDoc
           
private  ECADXMLDocument XMLtoWindchillAdaptor.schXDoc
           
 

Methods in com.ptc.epm.commands that return ECADXMLDocument
 ECADXMLDocument XMLtoWindchillAdaptor.getBoardECADXMLDocument()
           
 ECADXMLDocument XMLtoWindchillAdaptor.getSchematicECADXMLDocument()
           
 ECADXMLDocument XMLtoWindchillAdaptor.getSourceECADXMLDocument()
           
 

Methods in com.ptc.epm.commands with parameters of type ECADXMLDocument
protected  void XMLtoWindchillAdaptor.checkForNeededParts(ECADDesign design, ECADXMLDocument contentXDoc, HashMap checkedOutItems, HashMap partsToCheckout)
           
protected static ECADDocument XMLtoWCUtility.buildECADDocument(ECADXMLDocument ecadXDoc, String ecad_author, String docType, WTContainerRef containerRef)
           
static void XMLtoWCUtility.updateContent(ECADXMLDocument elmXDoc, ECADDocument elm_doc)
           
static void XMLtoWCUtility.updateComponents(ECADXMLDocument elmXDoc, ECADDocument elm_doc)
           
static void XMLtoWCUtility.checkinDesignDoc(ECADDesign design, File zipFile, ECADXMLDocument contentXDoc, ECADTransaction transaction, HashMap checkedOutItems, HashMap itemsToCheckin)
          DesignDoc can be any major ECADDocument (Design, Assembly, Board or Schematic) and has the following properties: - Can contain Content - Can contain Describes links - Can contain Attributes - Can contain FileGroups - Is possible for any combination of the doc and/or its File Groups to not be checked out.
static void XMLtoWCUtility.checkinAssembly(ECADDesign design, File zipFile, ECADAssemblyHelper.AssemblyOptions options, ECADXMLDocument assyXDoc, ECADTransaction transaction, HashMap checkedOutItems, HashMap itemsToCheckin, HashMap deferredMoves)
           
protected static ECADAssembly XMLtoWCUtility.addAssembly(ECADDesign design, ECADXMLDocument assyXDoc, ECADAssemblyHelper.AssemblyOptions options, ECADTransaction transaction)