com.ptc.windchill.esi.migrate
Class OrganizationMigrator

java.lang.Object
  extended bycom.ptc.windchill.esi.migrate.OrganizationMigrator

public class OrganizationMigrator
extends Object

Migrates RTP Organizations (ERBOrganization) to ESI Targets.


Nested Class Summary
static class OrganizationMigrator.Server
           
 
Field Summary
protected static String SERVER_CLASS
           
 
Constructor Summary
OrganizationMigrator()
           
 
Method Summary
static Boolean invokeMigrator()
          Utility method to initiate the migration process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_CLASS

protected static String SERVER_CLASS
Constructor Detail

OrganizationMigrator

public OrganizationMigrator()
Method Detail

invokeMigrator

public static Boolean invokeMigrator()
                              throws WTException
Utility method to initiate the migration process. Can be used either client-side or server-side.

Returns:
Boolean
Throws:
WTException