Uses of Class
com.ptc.windchill.upgrade.modeldiff.CancelException

Packages that use CancelException
com.ptc.windchill.upgrade.modeldiff   
 

Uses of CancelException in com.ptc.windchill.upgrade.modeldiff
 

Methods in com.ptc.windchill.upgrade.modeldiff that throw CancelException
private  void UpgradeSchema.executeUpgradeSchema(String[] args)
           
private  File UpgradeSchema.performLeadingActivities()
           
private  void UpgradeSchema.testGuiForACancel()
           
private  void UpgradeSchema.executeSqlScriptFileToStream(File script_file)
          Buffers the constructor's argument in a wt.temp file and executes the file using SQLPlus.
private  void UpgradeSchema.executeSqlScriptFileToStream2(File script_file)
          Buffers the constructor's argument in a wt.temp file and executes the file using SQLPlus.
(package private)  void GuiManager.updateGuiAtACheckPoint(int check_point_number, String previous_name, String next_name)
          This method is ignored by non-GUI execution.
(package private)  void GuiManager.testGuiForACancel()
          This method is placed liberally in the code to test for the user canceling.
private  void GuiManager.updateGuiAsCanceling()
           
private  void CompareSchema.buildSql()
           
private  void CompareSchema.readAllClasses(Vector allClasses, Hashtable dbTables, Hashtable clDbTables, Hashtable dbViews, Hashtable clDbViews)
          Generate a vector of all classes from the target model registry property file.
private  void CompareSchema.processNewTables(Hashtable dbTables, Hashtable clDbTables)
           
private  void CompareSchema.processAllPreExistingTables(Hashtable dbTables, Hashtable clDbTables, Hashtable all_types_2)
           
private  void CompareSchema.updateGuiAtACheckPoint(int next_i, String next)
           
private  void CompareSchema.testGuiForACancel()
           
private  void AddConstraints.executeAddConstraints(String[] args)
           
private  void AddConstraints.performLeadingActivities1()
           
private  void AddConstraints.performLeadingActivities2()
           
private  void AddConstraints.reAddNonModeledPackages()
           
private  void AddConstraints.reBuildReCompileInvalidObjects()
           
private  void AddConstraints.createInvalidObjectsSpool()
           
private  void AddConstraints.testGuiForACancel()
           
private  int AddConstraints.executeSqlScriptFileToStream(File script_file, int activityAndSubjectCountMax, Vector guiDisplayedItems, Vector guiDisplayedSubjectsCount)
          Buffers the constructor's argument in a wt.temp file and executes the file using SQLPlus.