|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CancelledException | |
com.ptc.wgmecad | |
com.ptc.wgmecad.client |
Uses of CancelledException in com.ptc.wgmecad |
Methods in com.ptc.wgmecad that throw CancelledException | |
ClientInterface |
WindchillIntegrationManager.getClientInterface()
|
boolean |
WindchillIntegrationManager.newRevision(String functionName,
DesignAll design)
cancel a checkout |
private void |
WindchillIntegrationManager.extractDesign(File archive,
File dir,
File[] excludeDirs,
String progressCnt,
String progressMsg)
|
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. |
private Vector |
WindchillIntegrationManager.writeCompAndAttributesFiles(DesignAll dsn,
File tarFile,
File attribute_file,
int bomOption,
boolean separatedDesign,
boolean forSch)
returns a vector of the comp file lines |
Vector |
WindchillIntegrationManager.writeBrdCompAndAttributesFiles(DesignAll dsn,
File tarFile,
boolean isInitialization)
returns a vector of the comp file lines |
Vector |
WindchillIntegrationManager.writeSchCompAndAttributesFiles(DesignAll dsn,
File tarFile,
boolean isInitialization)
returns a vector of the comp file lines |
Vector |
WindchillIntegrationManager.writeDnCompAndAttributesFiles(DesignAll dsn,
File tarFile,
boolean isInitialization)
returns a vector of the comp file lines |
Vector |
WindchillIntegrationManager.generateBOM(DesignAll dsn,
boolean variants)
|
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 |
void |
WGMProgMon.update(IRegisterProgress obj,
int phase,
int status)
|
boolean |
ProcessManager.extractPkgFile(File pkgFile,
File toLocation)
This method basically unzips the file into the target toLocation directory |
private static void |
Main.proceedGetCopy(DesignAll design,
String functionName)
|
private static void |
Main.proceedCheckOut(DesignAll design,
String functionName,
boolean getCopy)
|
static void |
FileManager.checkDir(File dir)
|
Uses of CancelledException in com.ptc.wgmecad.client |
Methods in com.ptc.wgmecad.client that throw CancelledException | |
static void |
WindchillConnection.connect(String windchillServerURL,
String username,
String password)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |