com.ptc.windchill.esi.migrate
Class TargetFixupMigrator.Server
java.lang.Object
com.ptc.windchill.esi.migrate.TargetFixupMigrator.Server
- All Implemented Interfaces:
- RemoteAccess
- Enclosing class:
- TargetFixupMigrator
- public static class TargetFixupMigrator.Server
- extends Object
- implements RemoteAccess
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 |
TargetFixupMigrator.Server
protected TargetFixupMigrator.Server()
throws WTException
- Constructs a Server object which performs the migration.
- Throws:
WTException
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