|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WGMException | |
com.ptc.wgmecad | |
com.ptc.wgmecad.client | |
com.ptc.wgmecad.exception | |
com.ptc.wgmecad.xml |
Uses of WGMException in com.ptc.wgmecad |
Methods in com.ptc.wgmecad that throw WGMException | |
ClientInterface |
WindchillIntegrationManager.getClientInterface()
|
boolean |
WindchillIntegrationManager.cancelCheckout(String functionName,
DesignAll design)
cancel a checkout |
boolean |
WindchillIntegrationManager.newRevision(String functionName,
DesignAll design)
cancel a checkout |
private static String |
WindchillIntegrationManager.getContainerSubdirFromMentorZip(File pkgFile)
|
boolean |
WindchillIntegrationManager.download(String functionName,
DesignAll dsn,
boolean checkout)
This function covers all windchill operations that download files from the server. |
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 |
void |
WindchillIntegrationManager.prepareFileSystemForCreateNew(DesignAll design)
Prepare the file system and for an upload operation. |
boolean |
WindchillIntegrationManager.prepareVariantBOM(DesignAll design)
|
void |
WindchillIntegrationManager.prepareFileSystemForCheckin(DesignAll design)
Prepare the file system and for an upload operation. |
void |
WindchillIntegrationManager.prepareFileSystemForCheckout(DesignAll design)
Prepare the file system and for an upload operation. |
void |
WindchillIntegrationManager.loadFileGroups(DesignAll _design,
boolean preLoad,
String fromWhere)
Call this to initalize FileGroups |
void |
WindchillIntegrationManager.initializeWCConnection()
Initiaize the file system and for an upload operation. |
void |
WindchillIntegrationManager.initializeFileSystem()
Initiaize the file system and for an upload operation. |
String[] |
WindchillIntegrationManager.getAvailableCabinets(String solution,
String context)
|
String[] |
WindchillIntegrationManager.getAvailableProjects()
|
String[] |
WindchillIntegrationManager.getAvailableTeams(String solution,
String context)
|
String[] |
WindchillIntegrationManager.getAvailableProducts()
|
boolean |
WindchillIntegrationManager.revise(String functionName,
DesignAll dsn,
boolean getCopy,
boolean checkout)
this is a simple revise operation without any checkin |
static void |
Main.initializeArchiveDirectory()
|
static boolean |
Main.preValidateCreateNew(DesignAll dsn)
checks if an iperation is likely to succeed |
static boolean |
Main.preValidateCheckin(DesignAll dsn,
boolean newRev)
checks if an iperation is likely to succeed |
static boolean |
Main.preValidateCheckout(DesignAll dsn,
boolean checkout)
checks if an iperation is likely to succeed |
private Cabinet[] |
BrowseFolderPathControl.getCabinets()
|
Uses of WGMException in com.ptc.wgmecad.client |
Methods in com.ptc.wgmecad.client that throw WGMException | |
static void |
WindchillConnection.connect(String windchillServerURL,
String username,
String password)
|
Uses of WGMException in com.ptc.wgmecad.exception |
Uses of WGMException in com.ptc.wgmecad.xml |
Subclasses of WGMException in com.ptc.wgmecad.xml | |
class |
XMLCompWithNoRefdesException
Created by IntelliJ IDEA. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |