Package org.dspace.app.rest.model.step
Class DataDuplicateDetection
java.lang.Object
org.dspace.app.rest.model.step.DataDuplicateDetection
- All Implemented Interfaces:
Serializable,SectionData
Section data model for potential duplicate items detected during submission
- Author:
- Kim Shepherd
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the list of detected potential duplicates in REST model formvoidsetPotentialDuplicates(List<PotentialDuplicateRest> potentialDuplicates) Set list of potential duplicates.
-
Constructor Details
-
DataDuplicateDetection
public DataDuplicateDetection()
-
-
Method Details
-
getPotentialDuplicates
Return the list of detected potential duplicates in REST model form- Returns:
- list of potential duplicate REST models
-
setPotentialDuplicates
Set list of potential duplicates.- Parameters:
potentialDuplicates- list of potential duplicates- See Also:
-