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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfillFromModel(T obj, R witem, Projection projection) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dspace.app.rest.converter.DSpaceConverter
convert, getModelClassMethods inherited from interface org.dspace.app.rest.converter.IndexableObjectConverter
supportsModel
-
Field Details
-
submissionConfigService
-
-
Constructor Details
-
AInprogressItemConverter
- Throws:
SubmissionConfigReaderException
-
-
Method Details
-
fillFromModel
-