Package wt.link

Class DuplicateATONavigationFilterChoiceLinksCleanser

java.lang.Object
wt.link.DuplicateATONavigationFilterChoiceLinksCleanser

public class DuplicateATONavigationFilterChoiceLinksCleanser extends Object
Helper class that will identify and remove the duplicate links in the below table.
    -com.ptc.windchill.option.model.ChoiceMappableChoiceLink

The windu will call the detectDuplicateLinks to detect if duplicate links exist in the database. The winru will call the removeDuplicates to remove the duplicate links, if set of links that have been identified as duplicates are exactly same. Both detectDuplicateLinks and removeDuplicates returns a feedback message that specifies the path to log for details, in cases duplicates are found. If there are no duplicates identified by the system, the above methods return empty string.Loggers need to be turned to DEBUG to get more details. There was a regression caused by the client infrastructure code, that resulted in duplicates. Supported API: true

Extendable: false