public abstract class AbstractProcessingStep extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AuthorizeService |
authorizeService |
protected BitstreamFormatService |
bitstreamFormatService |
protected BitstreamService |
bitstreamService |
protected BTEBatchImportService |
bteBatchImportService |
protected BundleService |
bundleService |
protected CollectionService |
collectionService |
protected ConfigurationService |
configurationService |
protected ItemService |
itemService |
protected MetadataFieldService |
metadataFieldService |
protected WorkspaceItemService |
workspaceItemService |
| Constructor and Description |
|---|
AbstractProcessingStep() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
doPostProcessing(Context context,
InProgressSubmission wsi) |
abstract void |
doPreProcessing(Context context,
InProgressSubmission wsi) |
protected AuthorizeService authorizeService
protected BitstreamService bitstreamService
protected BitstreamFormatService bitstreamFormatService
protected BundleService bundleService
protected CollectionService collectionService
protected ItemService itemService
protected MetadataFieldService metadataFieldService
protected ConfigurationService configurationService
protected WorkspaceItemService workspaceItemService
protected BTEBatchImportService bteBatchImportService
public abstract void doPreProcessing(Context context, InProgressSubmission wsi)
public abstract void doPostProcessing(Context context, InProgressSubmission wsi)
Copyright © 2019 DuraSpace. All rights reserved.