Uses of Class
wt.util.uuid.UUID

Packages that use UUID
com.ptc.windchill.upgrade.history   
com.ptc.windchill.upgrade.ius   
wt.util.uuid   
 

Uses of UUID in com.ptc.windchill.upgrade.history
 

Fields in com.ptc.windchill.upgrade.history declared as UUID
private  UUID IUApplication.uuid_
           
 

Methods in com.ptc.windchill.upgrade.history that return UUID
 UUID IUApplication.getUUID()
           
 

Methods in com.ptc.windchill.upgrade.history with parameters of type UUID
protected  IUApplication XmlIUHPersistenceDelegate.createIUApplication(UpgradePhase upgrade_phase, UUID uuid, String name)
           
 IUApplication UpgradePhase.addIUApplication(UUID uuid, String name)
           
(package private)  IUApplication UpgradePhase.findIUApplicationFor(UUID uuid)
           
protected  IUApplication JdbcIUHPersistenceDelegate.createIUApplication(UpgradePhase upgrade_phase, UUID uuid, String name)
          Adding an entry to the table WTUPGINST_INCREMENTALUPDATE after a migrator was successfully completed.
 void Installation.markApplied(UUID uuid, String name)
          Records the fact that the incremental update with the given UUID has been applied for the current installation and phase.
 IUApplication Installation.findIUApplicationFor(UUID uuid)
          Returns an IUApplication object for the given uuid
 boolean InstallAndUpgradeHistory.hasUpdateBeenApplied(UUID uuid)
          True if the incremental update with the given uuid is found in the VersionHistory.
 void InstallAndUpgradeHistory.markApplied(UUID uuid, String name)
          Records the fact that the incremental update with the given UUID has been applied for the current installation and phase.
 IUApplication InstallAndUpgradeHistory.findIUApplicationFor(UUID uuid)
          Returns an IUApplication object for the given uuid
 IUApplication IncrementalUpdateHistory.findIUApplicationFor(UUID uuid)
          Returns an IUApplication object for the given uuid
protected abstract  IUApplication IUHPersistenceDelegate.createIUApplication(UpgradePhase upgrade_phase, UUID uuid, String name)
           
 

Constructors in com.ptc.windchill.upgrade.history with parameters of type UUID
IUApplication(IUHPersistenceDelegate persistence_delegate, UpgradePhase upgrade_phase, UUID uuid, String name)
           
 

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

Fields in com.ptc.windchill.upgrade.ius declared as UUID
private  UUID UpdateRunner.DirectiveServicesAdapter.currentIUUuid_
           
private  UUID IncrementalUpdate.uuid_
           
private  UUID ApplicabilitySnapshotModel.Selection.uuid_
           
 

Methods in com.ptc.windchill.upgrade.ius that return UUID
 UUID UpdateRunner.DirectiveServicesAdapter.getCurrentIncrementalUpdateUuid()
           
 UUID IncrementalUpdate.getUuid()
           
 UUID DirectiveServices.getCurrentIncrementalUpdateUuid()
          The UUID of the Incremental Update currently being executed.
 UUID DependencyGraphModel.Node.getUuid()
           
 UUID ApplicabilitySnapshotModel.Selection.getUuid()
           
 

Methods in com.ptc.windchill.upgrade.ius with parameters of type UUID
 void UpdateStore.deleteUpdate(UUID update_uuid)
           
 IncrementalUpdate UpdateStore.loadUpdate(UUID update_uuid)
           
private  boolean UpdateRunner.allDependedUponUpdatesHaveRun(UUID uuid)
          Confirms that all the incremental updates that this update depends upon have been applied.
 void UpdateRunner.DirectiveServicesAdapter.setCurrentIUUuid(UUID uuid)
           
 void IncrementalUpdate.addRequiredUpdate(UUID update_id)
          Specify UUIDs for incremental updates that this update depends upon.
 void IncrementalUpdate.removeRequiredUpdate(UUID update_id)
          Removes the IU from the arraylist so it is not applied
 void IncrementalUpdate.addExcludingUpdate(UUID update_id)
           
 void IncrementalUpdate.removeExcludingUpdate(UUID update_id)
          Exclude the incremental update that is in the ExcludeVersions tags.
private  File FileSystemBasedUpdateStore.createUpdateFileFor(UUID update_uuid)
           
 void FileSystemBasedUpdateStore.deleteUpdate(UUID update_uuid)
           
 IncrementalUpdate FileSystemBasedUpdateStore.loadUpdate(UUID update_uuid)
           
(package private)  IncrementalUpdate DependencyGraphModel.getUpdateFor(UUID uuid)
           
private  DependencyGraphModel.Node DependencyGraphModel.safeGetNodeFor(UUID uuid)
           
 Set DependencyGraphModel.getRequiredImmediatePredecessorsOf(UUID uuid)
          Collection of UUIDs of updates that the corresponding node requires.
 Set DependencyGraphModel.getExcludingImmediatePredecessorsOf(UUID uuid)
          Collection of UUIDs of updates that the corresponding node is excluded by.
 Set DependencyGraphModel.getRequiringImmediateSuccessorsOf(UUID uuid)
          Collection of UUIDs of updates that required the corresponding node.
 Set DependencyGraphModel.getExcludedImmediateSuccessorsOf(UUID uuid)
          Collection of UUIDs of updates that the corresponding node excludes.
(package private)  Set DependencyGraphModel.getAllSuccessorsOf(UUID uuid)
           
(package private)  Set DependencyGraphModel.getAllPredecessorsOf(UUID uuid)
           
private  ApplicabilitySnapshotModel.Applicability ApplicabilitySnapshotModel.getApplicabilityFor(UUID uuid)
           
private  ApplicabilitySnapshotModel.Selection ApplicabilitySnapshotModel.getSelectionFor(UUID uuid)
           
private  IncrementalUpdate ApplicabilitySnapshotModel.getUpdateFor(UUID uuid)
           
 Set ApplicabilitySnapshotModel.getSelectedPredecessorsOf(UUID uuid)
           
 boolean ApplicabilitySnapshotModel.isSelected(UUID uuid)
           
 boolean ApplicabilitySnapshotModel.isSelectionUserChangeable(UUID uuid)
           
 boolean ApplicabilitySnapshotModel.isApplicable(UUID uuid)
           
 boolean ApplicabilitySnapshotModel.isRequired(UUID uuid)
           
 boolean ApplicabilitySnapshotModel.hasAlreadyRun(UUID uuid)
           
 IUApplication ApplicabilitySnapshotModel.getIUApplicationFor(UUID uuid)
          The update history for the update with the specified UUID.
 void ApplicabilitySnapshotModel.setSelected(UUID uuid, boolean is_selected)
          Changed the selected state of the specified UUID.
 

Uses of UUID in wt.util.uuid
 

Methods in wt.util.uuid that return UUID
 UUID UuidGenerator.newId()
          The generator implementation should create a new, totally unique UUID.
 UUID BasicUuidGenerator.newId()
          Create a new UUID.
 UUID UuidGenerator.newId()
          The generator implementation should create a new, totally unique UUID.
 UUID BasicUuidGenerator.newId()
          Create a new UUID.