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

Packages that use IncrementalUpdate
com.ptc.windchill.upgrade.ius   
com.ptc.windchill.upgrade.tool   
 

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

Fields in com.ptc.windchill.upgrade.ius declared as IncrementalUpdate
private  IncrementalUpdate IncrementalUpdateProcessingEvent.incrementalUpdate_
           
private  IncrementalUpdate FileSystemBasedUpdateStore.CacheEntry.incrementalUpdate_
           
private  IncrementalUpdate DependencyGraphModel.Node.update_
           
 

Methods in com.ptc.windchill.upgrade.ius that return IncrementalUpdate
 IncrementalUpdate UpdateStore.loadUpdate(UUID update_uuid)
           
 IncrementalUpdate IncrementalUpdateProcessingEvent.getIncrementalUpdate()
           
 IncrementalUpdate FileSystemBasedUpdateStore.loadUpdate(UUID update_uuid)
           
 IncrementalUpdate FileSystemBasedUpdateStore.CacheEntry.getIncrementalUpdate()
           
(package private)  IncrementalUpdate DependencyGraphModel.getUpdateFor(UUID uuid)
           
 IncrementalUpdate DependencyGraphModel.Node.getIncrementalUpdate()
           
private  IncrementalUpdate ApplicabilitySnapshotModel.getUpdateFor(UUID uuid)
           
 

Methods in com.ptc.windchill.upgrade.ius with parameters of type IncrementalUpdate
 void UpdateStore.saveUpdate(IncrementalUpdate update)
           
private  Element UpdateRunnerReport.getElementFor(IncrementalUpdate update)
           
private  void UpdateRunnerReport.ensureElementFor(IncrementalUpdate update)
           
private  void UpdateRunner.applyUpdate(IncrementalUpdate update)
           
 int IncrementalUpdate.MinTargetVersionComparer.compare(IncrementalUpdate left_iu, IncrementalUpdate right_iu)
          Comparing one incremental update to another to decide which order migrators will be placed and executed in.
 void FileSystemBasedUpdateStore.saveUpdate(IncrementalUpdate update)
           
private  void FileSystemBasedUpdateStore.addAdditionalDependenciesTo(IncrementalUpdate iu)
           
(package private)  void FileSystemBasedUpdateStore.AdditionalIUDependencies.addDependenciesTo(IncrementalUpdate update)
           
private  void DisplayProgressList.popupDebugMessage(String message, IncrementalUpdate iu)
           
private  void DependencyGraphModel.addToSequenceIfNotYetAdded(IncrementalUpdate update, HashSet has_been_added)
           
private  void DependencyGraphModel.process(IncrementalUpdate update, StringBuffer buffer, int depth, boolean forward)
           
 

Constructors in com.ptc.windchill.upgrade.ius with parameters of type IncrementalUpdate
IncrementalUpdateProcessingEvent(UpdateRunner update_runner, IncrementalUpdate incremental_update, int number_of_migrators_executed)
           
IncrementalUpdateProcessingEvent(UpdateRunner update_runner, IncrementalUpdate incremental_update, int number_of_migrators_executed, Throwable throwable)
           
FileSystemBasedUpdateStore.CacheEntry(IncrementalUpdate iu, long last_modified)
           
DependencyGraphModel.Node(IncrementalUpdate update)
           
ApplicabilitySnapshotModel.Applicability(IncrementalUpdate update)
           
ApplicabilitySnapshotModel.Selection(IncrementalUpdate update)
           
 

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

Methods in com.ptc.windchill.upgrade.tool with parameters of type IncrementalUpdate
 void IncrementalUpdateDescriptionPanel.setIncrementalUpdate(IncrementalUpdate update)