Package org.dspace.app.rest.converter
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 objectR- 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)
-
-
Field Summary
Fields Modifier and Type Field Description protected SubmissionConfigReadersubmissionConfigReader
-
Constructor Summary
Constructors Constructor Description AInprogressItemConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfillFromModel(T obj, R witem, Projection projection)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dspace.app.rest.converter.DSpaceConverter
convert, getModelClass
-
Methods inherited from interface org.dspace.app.rest.converter.IndexableObjectConverter
supportsModel
-
-
-
-
Field Detail
-
submissionConfigReader
protected SubmissionConfigReader submissionConfigReader
-
-
Constructor Detail
-
AInprogressItemConverter
public AInprogressItemConverter() throws SubmissionConfigReaderException- Throws:
SubmissionConfigReaderException
-
-
Method Detail
-
fillFromModel
protected void fillFromModel(T obj, R witem, Projection projection)
-
-