org.dspace.app.xmlui.aspect.submission |
|
Java Source File Name | Type | Comment |
AbstractStep.java | Class | This abstract class represents an abstract page in the
submission or workflow processes. |
AbstractSubmissionStep.java | Class | This abstract class represents an abstract submission page.
This class only adds the required "addReviewSection()"
method for a submission step. |
CollectionViewer.java | Class | Add a single link to the display item page that allows
the user to submit a new item to this collection. |
FlowUtils.java | Class | This is a utility class to aid in the submission flow scripts. |
Navigation.java | Class | Simple navigation class to add the top level link to
the main submissions page. |
StepTransformer.java | Class | This generic transformer is used to generate the DRI
for any Submission Step which extends the class
org.dspace.app.xmlui.submission.AbstractStep
This transformer just initializes the current step class
and calls the appropriate method(s) for the step. |
Submissions.java | Class | |