Uses of Interface
com.ptc.windchill.upgrade.ius.UpdateDirective

Packages that use UpdateDirective
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   
 

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

Classes in com.ptc.windchill.upgrade.directives that implement UpdateDirective
 class DelayDirectives
           
 class ExecuteScript
          This directive performs the task of executing an SQL script file located in >wt_home<\db\sql
 class ForEachConcreteImplementorOf
          A directive that will identify all classes that are concrete (and thus have a database table) and descend from the class specified on the class attribute.
 class JavaMigratorDirective
          Alters a table to redeclare a column as not null if it is not already.
 class LightWeightServiceDirective
           
 class MessageDirective
           
 class SqlDirective
          Applies the contained text as SQL.
 

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

Classes in com.ptc.windchill.upgrade.directives.dataload that implement UpdateDirective
 class LoadCsvData
          Alters a table to redeclare a column as not null if it is not already.
 class LoadDataFile
          Alters a table to populate it with necessary data.
 

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

Classes in com.ptc.windchill.upgrade.directives.mig that implement UpdateDirective
 class CopyDataBetweenColumns
          Performs the renaming of a column in the database.
 

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

Classes in com.ptc.windchill.upgrade.directives.postmigschemaupgrade that implement UpdateDirective
 class ModifyColumnNotNull
          Alters a table to redeclare a column as not null if it is not already.
 

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

Methods in com.ptc.windchill.upgrade.ius that return UpdateDirective
static UpdateDirective DirectiveInstantiator.createDirectiveFrom(Element element)
           
private static UpdateDirective DirectiveInstantiator.createInstanceOfDirective(Class directive_class)
           
 

Methods in com.ptc.windchill.upgrade.ius with parameters of type UpdateDirective
static String DirectiveInstantiator.getElementNameForDirective(UpdateDirective directive)
           
static Element DirectiveInstantiator.createElementFrom(UpdateDirective directive, Document dom_factory)