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