com.ptc.windchill.esi.migrate
Class OrganizationMigrator.Server
java.lang.Object
com.ptc.windchill.esi.migrate.OrganizationMigrator.Server
- All Implemented Interfaces:
- RemoteAccess
- Enclosing class:
- OrganizationMigrator
- public static class OrganizationMigrator.Server
- extends Object
- implements RemoteAccess
Method Summary |
protected void |
migrate()
Migrates RTP Organizations to ESI Targets. |
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 |
OrganizationMigrator.Server
protected OrganizationMigrator.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.
- Throws:
WTException
migrate
protected void migrate()
throws WTException
- Migrates RTP Organizations to ESI Targets.
(This is a one-to-one migration.)
- Throws:
WTException