Class AInprogressItemConverter<T extends InProgressSubmission,R extends AInprogressSubmissionRest>

java.lang.Object
org.dspace.app.rest.converter.AInprogressItemConverter<T,R>
Type Parameters:
T - the DSpace API inprogressSubmission object
R - the DSpace REST inprogressSubmission representation
All Implemented Interfaces:
DSpaceConverter<T,R>, IndexableObjectConverter<T,R>
Direct Known Subclasses:
WorkflowItemConverter, WorkspaceItemConverter

public abstract class AInprogressItemConverter<T extends InProgressSubmission,R extends AInprogressSubmissionRest> extends Object implements IndexableObjectConverter<T,R>
Abstract implementation providing the common functionalities for all the inprogressSubmission Converter
Author:
Andrea Bollini (andrea.bollini at 4science.it)