wt.folder
Class SubFolderLinkConstraintDataCleanser

java.lang.Object
  extended bywt.folder.SubFolderLinkConstraintDataCleanser

public class SubFolderLinkConstraintDataCleanser
extends Object

Called by wt.fc.ReCreateSemanticKeys to cleanse the SubFolderLinks. A faulty 7.0 migrator may have resulted in orphaned SubFolderLinks. Since the roleB (the SubFolder) is needed to build the constraint, an orphaned link will result in an exception when we try to create the constraints. This cleanser deletes the orphaned links.


Constructor Summary
SubFolderLinkConstraintDataCleanser()
           
 
Method Summary
static boolean cleanse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubFolderLinkConstraintDataCleanser

public SubFolderLinkConstraintDataCleanser()
Method Detail

cleanse

public static boolean cleanse()
                       throws Exception
Throws:
Exception