Uses of Class
com.ptc.windchill.upgrade.ius.DirectiveExecutionException

Packages that use DirectiveExecutionException
com.ptc.windchill.upgrade.directives   
com.ptc.windchill.upgrade.directives.dataload   
com.ptc.windchill.upgrade.directives.mig   
com.ptc.windchill.upgrade.directives.postmigschemaupgrade   
com.ptc.windchill.upgrade.ius   
com.ptc.windchill.upgrade.tool   
wt.epm.upgrade   
wt.lifecycle
 
wt.team
 
wt.workflow.forum   
 

Uses of DirectiveExecutionException in com.ptc.windchill.upgrade.directives
 

Methods in com.ptc.windchill.upgrade.directives that throw DirectiveExecutionException
 void SqlDirective.execute(DirectiveServices directive_services)
          Parameterizes the SQL statement to the current ParameterizedStringScope if necessary and executes it.
 void MessageDirective.execute(DirectiveServices directive_services)
           
 void LightWeightServiceDirective.execute(DirectiveServices directive_services)
           
 void JavaMigratorDirective.execute(DirectiveServices directive_services)
          Instantiates and executes the Migrator specified in the attribute class.
private  Object JavaMigratorDirective.instantiateMigrator()
          Creates an instance of the migrator specified in the attribute class.
private  Class JavaMigratorDirective.loadClass()
          Loads the class specified in the attribute class.
 void ForEachConcreteImplementorOf.execute(DirectiveServices directive_services)
           
private  void ForEachConcreteImplementorOf.executeSubDirectives(DirectiveServices directive_services)
           
 void ExecuteScript.execute(DirectiveServices directive_services)
          This directive is executed by using the SQLScriptExecutor executeScript(String relative_path) to re-use code.
 void DelayDirectives.execute(DirectiveServices directive_services)
           
 

Uses of DirectiveExecutionException in com.ptc.windchill.upgrade.directives.dataload
 

Methods in com.ptc.windchill.upgrade.directives.dataload that throw DirectiveExecutionException
 void LoadDataFile.execute(DirectiveServices directive_services)
          Executes the inner class DataOutputter.
 void LoadDataFile.DataOutputter.outputDataAsNecessary()
          Loads the new data that has been added since the release the customer was on.
 void LoadCsvData.execute(DirectiveServices directive_services)
          Executes the inner class DataOutputter.
 void LoadCsvData.DataOutputter.outputDataAsNecessary()
          Loads the new data that has been added since the release the customer was on.
private  File LoadCsvData.DataOutputter.addDataFromThis()
          Adding data from the Incremental Update that is currently being executed, into the mig file of data to be added to the new version.
 

Uses of DirectiveExecutionException in com.ptc.windchill.upgrade.directives.mig
 

Methods in com.ptc.windchill.upgrade.directives.mig that throw DirectiveExecutionException
 void CopyDataBetweenColumns.execute(DirectiveServices directive_services)
          Parameterizes the table name and executes the column renaming
private  void CopyDataBetweenColumns.validateProperties(String table_name)
           
 

Uses of DirectiveExecutionException in com.ptc.windchill.upgrade.directives.postmigschemaupgrade
 

Methods in com.ptc.windchill.upgrade.directives.postmigschemaupgrade that throw DirectiveExecutionException
 void ModifyColumnNotNull.execute(DirectiveServices directive_services)
           
static void ModifyColumnNotNull.setNullability(Connection connection, String table_name, String column_name, boolean nullable)
          Change the column constraint on a table's column to NULL or NOT NULL based on the value of the nullable parameter.
private static void ModifyColumnNotNull.recompileDependentObjects(String table_name, Connection connection)
           
private static boolean ModifyColumnNotNull.executeSqlUpdate(String sql, Connection connection)
          Execute the update statement, but do not report any ORA-01442 errors.
 

Uses of DirectiveExecutionException in com.ptc.windchill.upgrade.ius
 

Methods in com.ptc.windchill.upgrade.ius that throw DirectiveExecutionException
 Connection UpdateRunner.DirectiveServicesAdapter.getConnection()
           
 PersistentObjectManager UpdateRunner.DirectiveServicesAdapter.getPOM()
           
 void UpdateDirective.execute(DirectiveServices services)
           
 Connection DirectiveServices.getConnection()
          Provide a JDBC connection that is active in the current method context.
 PersistentObjectManager DirectiveServices.getPOM()
          Provide the PersistentObjectManager from method context.
 

Uses of DirectiveExecutionException in com.ptc.windchill.upgrade.tool
 

Methods in com.ptc.windchill.upgrade.tool that throw DirectiveExecutionException
private  JComponent PhaseCompleted.updateViewWithResults()
          Once the report for the phase has been completely generated the viewComponent_ is updated and displayed to the user.
 

Uses of DirectiveExecutionException in wt.epm.upgrade
 

Methods in wt.epm.upgrade that throw DirectiveExecutionException
 boolean WtxToWtMigrator.runMigration(DirectiveServices directive_services)
           
 

Uses of DirectiveExecutionException in wt.lifecycle
 

Methods in wt.lifecycle that throw DirectiveExecutionException
 boolean LCAdHocAclUpdateTool.runMigration(DirectiveServices directive_services)
           
 boolean LCAdHocAclUpdateTool.runMigration(DirectiveServices directive_services)
           
 

Uses of DirectiveExecutionException in wt.team
 

Methods in wt.team that throw DirectiveExecutionException
 boolean MigrateProjectToTeamObject.runMigration(DirectiveServices directiveServices)
           
 boolean MigrateProjectToTeamObject.runMigration(DirectiveServices directiveServices)
           
 

Uses of DirectiveExecutionException in wt.workflow.forum
 

Methods in wt.workflow.forum that throw DirectiveExecutionException
 boolean MigrateDiscussionPosting_R6ToR62.runMigration(DirectiveServices directive_services)
           
 boolean MigrateDiscussionPosting_R6ToR62.runMigration(DirectiveServices directive_services)