Package org.dspace.app.rest.model
Class AInprogressSubmissionRest
java.lang.Object
org.dspace.app.rest.model.RestAddressableModel
org.dspace.app.rest.model.BaseObjectRest<Integer>
org.dspace.app.rest.model.AInprogressSubmissionRest
- All Implemented Interfaces:
Serializable,RestModel
- Direct Known Subclasses:
WorkflowItemRest,WorkspaceItemRest
Abstract class to share common aspects between the REST representation of inprogressSubmission
- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
- See Also:
-
Field Summary
Fields inherited from class org.dspace.app.rest.model.BaseObjectRest
idFields inherited from interface org.dspace.app.rest.model.RestModel
AUTHENTICATION, AUTHORIZATION, CONFIGURATION, CONTENT_REPORT, CORE, DISCOVER, DUPLICATES, EPERSON, INTEGRATION, LDN, PID, ROOT, STATISTICS, SUBMISSION, SYSTEM, TOOLS, VERSIONING, WORKFLOW -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetLastModified(Instant lastModified) voidsetSections(Map<String, Serializable> sections) voidsetSubmissionDefinition(SubmissionDefinitionRest submissionDefinition) Methods inherited from class org.dspace.app.rest.model.BaseObjectRest
getErrors, getId, setErrors, setIdMethods inherited from class org.dspace.app.rest.model.RestAddressableModel
getCategory, getController, getEmbedLevel, getProjection, getUniqueType, setEmbedLevel, setProjectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dspace.app.rest.model.RestModel
getType, getTypePlural
-
Constructor Details
-
AInprogressSubmissionRest
public AInprogressSubmissionRest()
-
-
Method Details
-
getLastModified
-
setLastModified
-
getSubmissionDefinition
-
setSubmissionDefinition
-
getSections
-
setSections
-