Uses of Class
org.dspace.app.rest.model.PotentialDuplicateRest
Packages that use PotentialDuplicateRest
Package
Description
-
Uses of PotentialDuplicateRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return PotentialDuplicateRestModifier and TypeMethodDescriptionPotentialDuplicateConverter.convert(PotentialDuplicate modelObject, Projection projection) Convert a PotentialDuplicate model object into its equivalent REST resource, applying a given projection. -
Uses of PotentialDuplicateRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type PotentialDuplicateRest -
Uses of PotentialDuplicateRest in org.dspace.app.rest.model.step
Methods in org.dspace.app.rest.model.step that return types with arguments of type PotentialDuplicateRestModifier and TypeMethodDescriptionDataDuplicateDetection.getPotentialDuplicates()Return the list of detected potential duplicates in REST model formMethod parameters in org.dspace.app.rest.model.step with type arguments of type PotentialDuplicateRestModifier and TypeMethodDescriptionvoidDataDuplicateDetection.setPotentialDuplicates(List<PotentialDuplicateRest> potentialDuplicates) Set list of potential duplicates. -
Uses of PotentialDuplicateRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return PotentialDuplicateRestModifier and TypeMethodDescriptionThis REST method is NOT IMPLEMENTED - it does not make sense in duplicate detection, in which the only real addressable objects involved are Items.Methods in org.dspace.app.rest.repository that return types with arguments of type PotentialDuplicateRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PotentialDuplicateRest>This REST method is NOT IMPLEMENTED - it does not make sense in duplicate detection, where there can be no "all"org.springframework.data.domain.Page<PotentialDuplicateRest>DuplicateRestRepository.findByItem(UUID uuid, org.springframework.data.domain.Pageable pageable) Return a paged list of potential duplicate matches for the given item ID.DuplicateRestRepository.getDomainClass()Return the domain class for potential duplicate objects