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

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

public static class OrganizationMigrator.Server
extends Object
implements RemoteAccess


Field Summary
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
protected OrganizationMigrator.Server()
          Constructs a Server object which performs the migration.
 
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
 

Constructor Detail

OrganizationMigrator.Server

protected OrganizationMigrator.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.

Throws:
WTException

migrate

protected void migrate()
                throws WTException
Migrates RTP Organizations to ESI Targets. (This is a one-to-one migration.)

Throws:
WTException