- Type Parameters:
T - the DSpace API inprogressSubmission object
R - the DSpace REST inprogressSubmission representation
ID - the Serializable class used as primary key
- All Implemented Interfaces:
- DSpaceConverter<T,R>, IndexableObjectConverter<T,R>, org.springframework.core.convert.converter.Converter<T,R>
- Direct Known Subclasses:
- WorkflowItemConverter, WorkspaceItemConverter
public abstract class AInprogressItemConverter<T extends InProgressSubmission<ID>,R extends AInprogressSubmissionRest<ID>,ID extends Serializable>
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)