Uses of Class
com.ptc.wgmecad.exception.WindchillFunctionException

Packages that use WindchillFunctionException
com.ptc.wgmecad   
com.ptc.wgmecad.ecad   
 

Uses of WindchillFunctionException in com.ptc.wgmecad
 

Methods in com.ptc.wgmecad that throw WindchillFunctionException
 AttributeStatus[] WindchillIntegrationManager.getAttributeStatusForCheckin()
           
 String WindchillIntegrationManager.getVersion(boolean server, boolean fromClassPath)
           
 AttributeStatus[] FileManager.getAttributeStatusForCheckin()
           
 

Uses of WindchillFunctionException in com.ptc.wgmecad.ecad
 

Methods in com.ptc.wgmecad.ecad that throw WindchillFunctionException
 void ClientInterface.createnew(String functionName, File tempdirpath, File attrdef_file, File[] attributeFiles, File tarFile, WindchillIntegrationManager im, ProcessManager pm, DesignAll design)
          create new design in Windchill, or checkin existing design.
 void ClientInterface.checkin(String functionName, File tempdirpath, File attrdef_file, File[] attributeFiles, File tarFile, WindchillIntegrationManager im, ProcessManager pm, DesignAll design, boolean checkout)
          create new design in Windchill, or checkin existing design.
 void ClientInterface.cancelCheckout(String functionName, DesignAll design)
           
 void ClientInterface.newRevision(String functionName, DesignAll design)
           
 void ClientInterface.download(String functionName, DesignAll design, File targetPath, boolean checkout)
           
 void ClientInterface.download(String functionName, DesignAll design, File boardPath, File schPath, boolean checkout)