com.ptc.windchill.esi.migrate
Class OrgAssociationMigrator

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

public class OrgAssociationMigrator
extends Object

Migrates RTP Part/Organziation Associations to ESI Target Assignment Links.


Nested Class Summary
protected static class OrgAssociationMigrator.PartTargetAssignments
           
static class OrgAssociationMigrator.Server
           
 
Field Summary
protected static Class RELEASE_ACTIVITY_CLASS
           
protected static String SERVER_CLASS
           
protected static Class TARGET_ASSIGNMENT_CLASS
           
 
Constructor Summary
OrgAssociationMigrator()
           
 
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

RELEASE_ACTIVITY_CLASS

protected static Class RELEASE_ACTIVITY_CLASS

TARGET_ASSIGNMENT_CLASS

protected static Class TARGET_ASSIGNMENT_CLASS
Constructor Detail

OrgAssociationMigrator

public OrgAssociationMigrator()
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