Class URLPreferenceMigrator

java.lang.Object
com.ptc.windchill.enterprise.URLPreferenceMigrator

public class URLPreferenceMigrator extends Object
A Server migrator intended to create a new preference, Create Hyperlinks, and delete the old preference, Ignore URLs. This is a server migrator instead of a simple preference load migrator or incremental migrator because the value of the new preference is based on the value of the old preference. Both are boolean values and the new value should be the opposite of the old value.

The actual work is done by a public static inner class that is run as a lightweight service on the method server. The purpose of this is so that testing can be done easily, without having to use the UpgradeManager.

Supported API: true

Extendable: false