org.dspace.submit.step |
|
Java Source File Name | Type | Comment |
CompleteStep.java | Class | This is the class which defines what happens once a submission completes!
This class performs all the behind-the-scenes processing that
this particular step requires. |
DescribeStep.java | Class | Describe step for DSpace submission process. |
InitialQuestionsStep.java | Class | Initial Submission servlet for DSpace. |
LicenseStep.java | Class | License step for DSpace Submission Process. |
SampleStep.java | Class | This is a Sample Step class which can be used as template for creating new
custom Step processing classes!
Please Note: The basic methods you will want to override are described below.
However, obviously, you are completely free to create your own methods for
this Step, or override other methods. |
SelectCollectionStep.java | Class | SelectCollection Step which processes the collection that the user selected
in that step of the DSpace Submission process
This class performs all the behind-the-scenes processing that
this particular step requires. |
UploadStep.java | Class | Upload step for DSpace. |
VerifyStep.java | Class | Verify step for DSpace. |