com.ptc.windchill.esi.migrate
Class TargetFixupMigrator.Server

java.lang.Object
  extended bycom.ptc.windchill.esi.migrate.TargetFixupMigrator.Server
All Implemented Interfaces:
RemoteAccess
Enclosing class:
TargetFixupMigrator

public static class TargetFixupMigrator.Server
extends Object
implements RemoteAccess


Field Summary
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
protected TargetFixupMigrator.Server()
          Constructs a Server object which performs the migration.
 
Method Summary
protected  void migrate()
          Performs target fixups as the last step in migration.
static Boolean runMigration()
          Static method for initiating migration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetFixupMigrator.Server

protected TargetFixupMigrator.Server()
                              throws WTException
Constructs a Server object which performs the migration.

Throws:
WTException
Method Detail

runMigration

public static Boolean runMigration()
                            throws WTException
Static method for initiating migration. requires: - all ESI migration to be complete (this should be the final step.)

Throws:
WTException

migrate

protected void migrate()
                throws WTException
Performs target fixups as the last step in migration.

Throws:
WTException