Uses of Class
org.dspace.content.virtual.PotentialDuplicate
Packages that use PotentialDuplicate
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
-
Uses of PotentialDuplicate in org.dspace.content
Methods in org.dspace.content that return types with arguments of type PotentialDuplicateModifier and TypeMethodDescriptionDuplicateDetectionServiceImpl.getPotentialDuplicates(Context context, Item item) Get a list of PotentialDuplicate objects (wrappers with some metadata included for previewing) that are identified as potential duplicates of the given itemDuplicateDetectionServiceImpl.validateDuplicateResult(Context context, IndexableObject indexableObject, Item original) Validate an indexable object (returned by discovery search) to ensure it is permissible, readable and valid and can be added to a list of results. -
Uses of PotentialDuplicate in org.dspace.content.service
Methods in org.dspace.content.service that return types with arguments of type PotentialDuplicateModifier and TypeMethodDescriptionDuplicateDetectionService.getPotentialDuplicates(Context context, Item item) Get a list of PotentialDuplicate objects (wrappers with some metadata included for previewing) that are identified as potential duplicates of the given itemDuplicateDetectionService.validateDuplicateResult(Context context, IndexableObject indexableObject, Item original) Validate an indexable object (returned by discovery search) to ensure it is permissible, readable and valid and can be added to a list of results.