Class CreateProjectAllHiddenViewMigrator

java.lang.Object
com.ptc.windchill.enterprise.folder.CreateProjectAllHiddenViewMigrator

public class CreateProjectAllHiddenViewMigrator extends Object
A server migrator intended to create the "All - including hidden objects" entry in the "folderbrowser_PJL" table. This migrator is necessary when an updating from pre-10.0 to post-10.0. See SPR 2106101.

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