Package org.dspace.app.rest.submit
Interface RestProcessingStep
- All Known Subinterfaces:
DataProcessingStep,ListenerProcessingStep,UploadableStep
- All Known Implementing Classes:
AbstractProcessingStep,AccessConditionStep,CCLicenseStep,CollectionStep,DescribeStep,DuplicateDetectionStep,ExtractMetadataStep,LicenseStep,NotifyStep,SherpaPolicyStep,ShowIdentifiersStep,UploadStep
public interface RestProcessingStep
This is a placeholder interface to simplify validation of the configuration.
Any processing step MUST inherit such interface usually implementing the
DataProcessingStep, ListenerProcessingStep or
UploadableStep or any combination of them- Author:
- Andrea Bollini (andrea.bollini at 4science.it)