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

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

Uses of DesignNotInWindchillException in com.ptc.wgmecad
 

Methods in com.ptc.wgmecad that throw DesignNotInWindchillException
 boolean WindchillIntegrationManager.createnew(String functionName, DesignAll dsn)
          prepareFileSystemForCreateNew must have already been called
 boolean WindchillIntegrationManager.checkin(String functionName, DesignAll dsn, boolean skipCheckinStep, boolean checkout, boolean newRev, boolean getCopy, boolean create)
          prepareFileSystemForCheckin must have already been called
 

Uses of DesignNotInWindchillException in com.ptc.wgmecad.ecad
 

Methods in com.ptc.wgmecad.ecad that throw DesignNotInWindchillException
static void ClientInterface.validateWorkspacesForCheckin(DesignAll design, String function)