Uses of Interface
org.dspace.correctiontype.CorrectionType
Packages that use CorrectionType
Package
Description
-
Uses of CorrectionType in org.dspace.correctiontype
Classes in org.dspace.correctiontype that implement CorrectionTypeModifier and TypeClassDescriptionclassImplementation class forCorrectionTypethat will reinstate target item if it's withdrawn.classImplementation class forCorrectionTypethat will withdrawn target item if it archived and wasn't withdrawn already. -
Uses of CorrectionType in org.dspace.correctiontype.service
Methods in org.dspace.correctiontype.service that return CorrectionTypeModifier and TypeMethodDescriptionCorrectionTypeService.findByTopic(String topic) Retrieves a CorrectionType object associated with a specific topic.Retrieves a CorrectionType object from the system based on a unique identifier.Methods in org.dspace.correctiontype.service that return types with arguments of type CorrectionTypeModifier and TypeMethodDescriptionCorrectionTypeService.findAll()Retrieves a list of all CorrectionType objects available in the system.CorrectionTypeService.findByItem(Context context, Item item) Retrieves a list of CorrectionType objects related to the provided Item. -
Uses of CorrectionType in org.dspace.correctiontype.service.impl
Methods in org.dspace.correctiontype.service.impl that return CorrectionTypeMethods in org.dspace.correctiontype.service.impl that return types with arguments of type CorrectionTypeModifier and TypeMethodDescriptionCorrectionTypeServiceImpl.findAll()CorrectionTypeServiceImpl.findByItem(Context context, Item item)