com.ptc.windchill.instassm
Interface ReleaseId.AssemblyIdResolver

All Known Implementing Classes:
JdbcIUHPersistenceDelegate
Enclosing interface:
ReleaseId

public static interface ReleaseId.AssemblyIdResolver

Produce an assembly id for a release identifier that contains no assembly id.

Supported API: false

Extendable: false


Method Summary
 String resolveAssemblyIdFor(int major, int minor, int service_pack, int dsu, int build)
          

Supported API: false

Extendable: false
 

Method Detail

resolveAssemblyIdFor

public String resolveAssemblyIdFor(int major,
                                   int minor,
                                   int service_pack,
                                   int dsu,
                                   int build)
                            throws ReleaseIdException


Supported API: false

Extendable: false

Returns:
a non-null String that is at least two characters long.
Throws:
ReleaseIdException - if the assembly id cannot be resolved