|
Class Summary |
| AbstractCurationTask |
AbstractCurationTask encapsulates a few common patterns of task use,
resources, and convenience methods. |
| ClamScan |
ClamScan.java
A set of methods to scan using the
clamav daemon. |
| CurationCli |
CurationCli provides command-line access to Curation tools and processes. |
| Curator |
Curator orchestrates and manages the application of a one or more curation
tasks to a DSpace object. |
| FileTaskQueue |
FileTaskQueue provides a TaskQueue implementation based on flat files
for the queues and semaphores. |
| ProfileFormats |
ProfileFormats is a task that creates a distribution table of Bitstream
formats for it's passed object. |
| RequiredMetadata |
RequiredMetadata task compares item metadata with fields
marked as required in input-forms.xml. |
| TaskQueueEntry |
TaskQueueEntry defines the record or entry in the named task queues. |
| Utils |
Utils contains a few commonly occurring methods. |
| WorkflowCurator |
WorkflowCurator manages interactions between curation and workflow. |