|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ReleaseIdException in com.ptc.windchill.instassm |
Methods in com.ptc.windchill.instassm that throw ReleaseIdException | |
static ReleaseId |
ReleaseId.createFrom(Element element)
Constructs a ReleaseId object from a DOM element. |
static ReleaseId |
ReleaseId.createFrom(String version_string)
Constructs a ReleaseId object from a String. |
static ReleaseId |
ReleaseId.createFrom(String version_string,
ReleaseId.AssemblyIdResolver assm_id_resolver)
Constructs a ReleaseId object from a String. |
private static void |
ReleaseId.validateAssemblyId(String potential_assembly_id)
|
String |
ReleaseId.AssemblyIdResolver.resolveAssemblyIdFor(int major,
int minor,
int service_pack,
int dsu,
int build)
Supported API: false Extendable: false |
Constructors in com.ptc.windchill.instassm that throw ReleaseIdException | |
ReleaseId(String assembly_id,
Integer major,
Integer minor,
Integer service_pack,
Integer dsu,
Integer build)
Constructs a version from all numeric values Supported API: true Extendable: false |
|
ReleaseId(String assembly_id,
int major,
int minor,
int service_pack,
int dsu,
int build)
Supported API: true Extendable: false |
Uses of ReleaseIdException in com.ptc.windchill.upgrade.gmm |
Methods in com.ptc.windchill.upgrade.gmm that throw ReleaseIdException | |
ReleaseId[] |
R50OrLaterPrepToolVersionVerifier.getReleaseIdentifiers()
Checks for the WindchillVersion class. |
ReleaseId[] |
R40OrEarlierPrepToolVersionVerifier.getReleaseIdentifiers()
Calls a method to check for the WindchillVersion class. |
ReleaseId[] |
PrepToolVersionVerifier.getReleaseIdentifiers()
|
Uses of ReleaseIdException in com.ptc.windchill.upgrade.history |
Methods in com.ptc.windchill.upgrade.history that throw ReleaseIdException | |
String |
JdbcIUHPersistenceDelegate.resolveAssemblyIdFor(int major,
int minor,
int service_pack,
int dsu,
int build)
For any version other than 6.1 assume WNC. |
Uses of ReleaseIdException in com.ptc.windchill.upgrade.ius |
Methods in com.ptc.windchill.upgrade.ius that throw ReleaseIdException | |
static void |
RenderDependencies.generateReportFor(String file_name,
String source_release_ids,
String target_release_ids)
|
static ReleaseId[] |
RenderDependencies.relIdsFrom(String str)
|
Uses of ReleaseIdException in com.ptc.windchill.upgrade.tool |
Methods in com.ptc.windchill.upgrade.tool that throw ReleaseIdException | |
protected AbstractStateWithThreadedWork.Outcome |
VerifySolutionsInstalled.runThreadedWork()
Checks the InstalledAssemblyRegistry.iar file in the <wt_hom>\codebase\assemblyRegistry directory to find out what solutions are installed. |
protected AbstractStateWithThreadedWork.Outcome |
ConfirmVersionState.runThreadedWork()
Executes other methods as the hour glass appears to the user, letting them know that it is working to display the source version of the database to be upgraded. |
private void |
ConfirmVersionState.updateConfirmVersionDisplay(int num_phases)
Updates the viewComponent_ after it has retrieves the target version and source version. |
Uses of ReleaseIdException in wt.util.version |
Methods in wt.util.version that throw ReleaseIdException | |
static ReleaseId[] |
WindchillVersion.getInstalledAssemblyReleaseIds()
Query the release ids of all installed assemblies. |
static boolean |
WindchillVersion.isAssemblyInstalled(String assembly_id)
Determine if the assembly with the specified id is installed. |
static ReleaseId |
WindchillVersion.getInstalledAssemblyReleaseIdFor(String assembly_id)
Query the release id for the assembly with the specified assembly id. |
static String |
WindchillVersion.getDisplayLabelFor(ReleaseId release_identifier)
Query the display label associated with an assembly's release id. |
static String |
WindchillVersion.getDisplayLabelFor(String assembly_identifier)
Query the display label associated with a particular assembly id. |
static String |
WindchillVersion.getSupportDateCodeFor(ReleaseId release_identifier)
Query the date code associated with an assembly's release id. |
static String |
WindchillVersion.getSupportDateCodeFor(String assembly_id)
Query the date code associated with a particular assembly id. |
static String |
WindchillVersion.getSupportReleaseNumberFor(ReleaseId release_identifier)
Query the release number associated with an assembly's release id. |
static String |
WindchillVersion.getSupportReleaseNumberFor(String assembly_id)
Query the release number associated with a particular assembly id |
static String |
WindchillVersion.getInstallerSequenceFor(ReleaseId release_id)
Query the installer sequence associated with a particular assembly id. |
static boolean |
WindchillVersion.isComplete(ReleaseId release_id)
Whether or not the assembly with the release id's assembly id was sucessfully installed Supported API: false Extendable: false |
static boolean |
WindchillVersion.isRegressed(ReleaseId release_id)
Whether or not the assembly with the release id's assembly id has regressed from its highest version. |
static String |
WindchillVersion.getInstalledAssemblyReleaseIdsAsString()
Returns the release ids of all installed assemblies in a comma-delimited list. |
static String |
WindchillVersion.getInstalledAssemblyDisplayLabelsAsString()
Returns the display labels of all installed assemblies in a comma-delimited list. |
private static void |
WindchillVersion.reportOnInstalledAssemblies()
|
static ReleaseIdSet |
ReleaseIdSet.createFrom(Element element)
Create an instance that is encoded in a DOM subtree in standard form. |
private static void |
ReleaseIdSet.loadIncludedReleaseIds(Element element,
ReleaseIdSet set)
|
private static void |
ReleaseIdSet.loadExcludedReleaseIds(Element element,
ReleaseIdSet set)
|
private static void |
ReleaseIdSet.forEachReleaseIdAndReleaseIdRangeIn(Element element,
ReleaseIdSet.ForEachReleaseIdAndRangeCallback callback)
Algorithm for finding all versions and ranges under a provided element. |
static ReleaseIdRange |
ReleaseIdRange.newIncludeLowIncludeHigh(ReleaseId low,
ReleaseId high)
Conceptually, using numbers: [low, high] |
static ReleaseIdRange |
ReleaseIdRange.createFrom(Element version_range_element)
Create a ReleaseIdRange from a DOM fragment that looks like: |
static ReleaseId[] |
WindchillVersion.getInstalledAssemblyReleaseIds()
Query the release ids of all installed assemblies. |
static boolean |
WindchillVersion.isAssemblyInstalled(String assembly_id)
Determine if the assembly with the specified id is installed. |
static ReleaseId |
WindchillVersion.getInstalledAssemblyReleaseIdFor(String assembly_id)
Query the release id for the assembly with the specified assembly id. |
static String |
WindchillVersion.getDisplayLabelFor(ReleaseId release_identifier)
Query the display label associated with an assembly's release id. |
static String |
WindchillVersion.getDisplayLabelFor(String assembly_identifier)
Query the display label associated with a particular assembly id. |
static String |
WindchillVersion.getSupportDateCodeFor(ReleaseId release_identifier)
Query the date code associated with an assembly's release id. |
static String |
WindchillVersion.getSupportDateCodeFor(String assembly_id)
Query the date code associated with a particular assembly id. |
static String |
WindchillVersion.getSupportReleaseNumberFor(ReleaseId release_identifier)
Query the release number associated with an assembly's release id. |
static String |
WindchillVersion.getSupportReleaseNumberFor(String assembly_id)
Query the release number associated with a particular assembly id |
static String |
WindchillVersion.getInstallerSequenceFor(ReleaseId release_id)
Query the installer sequence associated with a particular assembly id. |
static boolean |
WindchillVersion.isComplete(ReleaseId release_id)
Whether or not the assembly with the release id's assembly id was sucessfully installed Supported API: false Extendable: false |
static boolean |
WindchillVersion.isRegressed(ReleaseId release_id)
Whether or not the assembly with the release id's assembly id has regressed from its highest version. |
static String |
WindchillVersion.getInstalledAssemblyReleaseIdsAsString()
Returns the release ids of all installed assemblies in a comma-delimited list. |
static String |
WindchillVersion.getInstalledAssemblyDisplayLabelsAsString()
Returns the display labels of all installed assemblies in a comma-delimited list. |
private static void |
WindchillVersion.reportOnInstalledAssemblies()
|
static ReleaseIdSet |
ReleaseIdSet.createFrom(Element element)
Create an instance that is encoded in a DOM subtree in standard form. |
private static void |
ReleaseIdSet.loadIncludedReleaseIds(Element element,
ReleaseIdSet set)
|
private static void |
ReleaseIdSet.loadExcludedReleaseIds(Element element,
ReleaseIdSet set)
|
private static void |
ReleaseIdSet.forEachReleaseIdAndReleaseIdRangeIn(Element element,
ReleaseIdSet.ForEachReleaseIdAndRangeCallback callback)
Algorithm for finding all versions and ranges under a provided element. |
static ReleaseIdRange |
ReleaseIdRange.newIncludeLowIncludeHigh(ReleaseId low,
ReleaseId high)
Conceptually, using numbers: [low, high] |
static ReleaseIdRange |
ReleaseIdRange.createFrom(Element version_range_element)
Create a ReleaseIdRange from a DOM fragment that looks like: |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |