Class KeepSmallestIdDedupeStrategy
- java.lang.Object
 - 
- com.atlassian.confluence.internal.upgrade.constraint.dedup.KeepOneDedupeStrategy
 - 
- com.atlassian.confluence.internal.upgrade.constraint.dedup.KeepSmallestIdDedupeStrategy
 
 
 
- 
- All Implemented Interfaces:
 DedupeStrategy
- Direct Known Subclasses:
 MergeToSmallestIdDedupeStrategy
public class KeepSmallestIdDedupeStrategy extends KeepOneDedupeStrategy
Keep the record with smallest Id- Since:
 - 7.1.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description KeepSmallestIdDedupeStrategy(String table, String idColumn) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectgetIdToKeep(SortedSet<Object> ids)- 
Methods inherited from class com.atlassian.confluence.internal.upgrade.constraint.dedup.KeepOneDedupeStrategy
perform 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getIdToKeep
protected Object getIdToKeep(SortedSet<Object> ids)
- Specified by:
 getIdToKeepin classKeepOneDedupeStrategy
 
 - 
 
 -