wt.folder
Class SubFolderLinkConstraintDataCleanser
java.lang.Object
wt.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.
Method Summary |
static boolean |
cleanse()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubFolderLinkConstraintDataCleanser
public SubFolderLinkConstraintDataCleanser()
cleanse
public static boolean cleanse()
throws Exception
- Throws:
Exception