Uses of Class
wt.util.version.ReleaseIdSet

Packages that use ReleaseIdSet
com.ptc.windchill.upgrade.ius   
com.ptc.windchill.upgrade.tool   
com.ptc.windchill.upgrade.util   
wt.util.version   
 

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

Fields in com.ptc.windchill.upgrade.ius declared as ReleaseIdSet
private  ReleaseIdSet IncrementalUpdate.sourceVersionSet_
           
private  ReleaseIdSet IncrementalUpdate.targetVersionSet_
           
 

Methods in com.ptc.windchill.upgrade.ius that return ReleaseIdSet
(package private)  ReleaseIdSet IncrementalUpdate.getSourceVersionSet()
           
(package private)  ReleaseIdSet IncrementalUpdate.getTargetVersionSet()
           
 

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

Methods in com.ptc.windchill.upgrade.tool that return ReleaseIdSet
private  ReleaseIdSet ConfirmVersionState.getAcceptableSourceReleaseIdSetFor(String assembly_id, JAXPFactories jaxp_factory)
          Attempts to located "com/ptc/windchill/upgrade/tool/"+lowercase()+".arids" on WTContext.
 

Uses of ReleaseIdSet in com.ptc.windchill.upgrade.util
 

Methods in com.ptc.windchill.upgrade.util with parameters of type ReleaseIdSet
static boolean VersionUtils.versionSetContainsAtLeastOneVersion(ReleaseIdSet version_set, ReleaseId[] versions)
           
 

Uses of ReleaseIdSet in wt.util.version
 

Methods in wt.util.version that return ReleaseIdSet
static ReleaseIdSet ReleaseIdSet.createFrom(Element element)
          Create an instance that is encoded in a DOM subtree in standard form.
static ReleaseIdSet ReleaseIdSet.createFrom(Element element)
          Create an instance that is encoded in a DOM subtree in standard form.
 

Methods in wt.util.version with parameters of type ReleaseIdSet
private static void ReleaseIdSet.loadIncludedReleaseIds(Element element, ReleaseIdSet set)
           
private static void ReleaseIdSet.loadExcludedReleaseIds(Element element, ReleaseIdSet set)
           
private static void ReleaseIdSet.loadIncludedReleaseIds(Element element, ReleaseIdSet set)
           
private static void ReleaseIdSet.loadExcludedReleaseIds(Element element, ReleaseIdSet set)