com.ptc.windchill.upgrade.ius
Interface UpdateDirective

All Known Implementing Classes:
CopyDataBetweenColumns, DelayDirectives, ExecuteScript, ForEachConcreteImplementorOf, JavaMigratorDirective, LightWeightServiceDirective, LoadCsvData, LoadDataFile, MessageDirective, ModifyColumnNotNull, SqlDirective

public interface UpdateDirective


Method Summary
 void asDomOn(Element element)
           
 void execute(DirectiveServices services)
           
 void initializeFromDom(Element element)
           
 

Method Detail

execute

public void execute(DirectiveServices services)
             throws DirectiveExecutionException
Throws:
DirectiveExecutionException

initializeFromDom

public void initializeFromDom(Element element)
                       throws DirectiveIOException
Throws:
DirectiveIOException

asDomOn

public void asDomOn(Element element)
             throws DirectiveIOException
Throws:
DirectiveIOException