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

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

Uses of DesignNotCheckedOutException in com.ptc.wgmecad
 

Methods in com.ptc.wgmecad that throw DesignNotCheckedOutException
 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 DesignNotCheckedOutException in com.ptc.wgmecad.ecad
 

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