Package org.dspace.app.rest.submit
Class AbstractProcessingStep
- java.lang.Object
-
- org.dspace.app.rest.submit.AbstractProcessingStep
-
- All Implemented Interfaces:
DataProcessingStep,RestProcessingStep
- Direct Known Subclasses:
CCLicenseStep,DescribeStep,LicenseStep,UploadStep
public abstract class AbstractProcessingStep extends Object implements DataProcessingStep
Abstract processing class for DSpace Submission Steps. This retrieve several collaborators that are usually needed by all the processing class.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.dspace.authorize.service.AuthorizeServiceauthorizeServiceprotected org.dspace.content.service.BitstreamFormatServicebitstreamFormatServiceprotected org.dspace.content.service.BitstreamServicebitstreamServiceprotected org.dspace.content.service.BundleServicebundleServiceprotected org.dspace.content.service.CollectionServicecollectionServiceprotected ConfigurationServiceconfigurationServiceprotected org.dspace.content.service.ItemServiceitemServiceprotected org.dspace.content.service.MetadataFieldServicemetadataFieldServiceprotected org.dspace.content.service.WorkspaceItemServiceworkspaceItemService-
Fields inherited from interface org.dspace.app.rest.submit.DataProcessingStep
CCLICENSE_STEP_OPERATION_ENTRY, COLLECTION_STEP_OPERATION_ENTRY, DESCRIBE_STEP_METADATA_OPERATION_ENTRY, LICENSE_STEP_OPERATION_ENTRY, UPLOAD_STEP_ACCESSCONDITIONS_OPERATION_ENTRY, UPLOAD_STEP_METADATA_OPERATION_ENTRY, UPLOAD_STEP_METADATA_PATH, UPLOAD_STEP_MOVE_OPERATION_ENTRY, UPLOAD_STEP_REMOVE_OPERATION_ENTRY
-
-
Constructor Summary
Constructors Constructor Description AbstractProcessingStep()
-
-
-
Field Detail
-
authorizeService
protected org.dspace.authorize.service.AuthorizeService authorizeService
-
bitstreamService
protected org.dspace.content.service.BitstreamService bitstreamService
-
bitstreamFormatService
protected org.dspace.content.service.BitstreamFormatService bitstreamFormatService
-
bundleService
protected org.dspace.content.service.BundleService bundleService
-
collectionService
protected org.dspace.content.service.CollectionService collectionService
-
itemService
protected org.dspace.content.service.ItemService itemService
-
metadataFieldService
protected org.dspace.content.service.MetadataFieldService metadataFieldService
-
configurationService
protected ConfigurationService configurationService
-
workspaceItemService
protected org.dspace.content.service.WorkspaceItemService workspaceItemService
-
-