wt.ufid
Class UfidMigrationHelper

java.lang.Object
  extended bywt.ufid.UfidMigrationHelper

public class UfidMigrationHelper
extends Object



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
 
Constructor Summary
UfidMigrationHelper()
           
 
Method Summary
static Repository getLocalRepositoryForMigration(PersistentObjectManager pom)
          Answer the Repository of the current system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSNAME

private static final String CLASSNAME
Constructor Detail

UfidMigrationHelper

public UfidMigrationHelper()
Method Detail

getLocalRepositoryForMigration

public static Repository getLocalRepositoryForMigration(PersistentObjectManager pom)
                                                 throws WTException
Answer the Repository of the current system. This method is for migration only. There should only ever be a single Repository representing the local system.

Supported API: false

Returns:
Repository
Throws:
WTException