| AbstractPackagerTask |
AbstractPackagerTask encapsulates a few common convenience methods which may
be useful to curation tasks that wrap or utilize DSpace Packager classes
(org.dspace.content.packager.*).
|
| BagItReplaceWithAIP |
BagItReplaceWithAIP task will instate the replica representation of the object in
place of the current (repository) one.
|
| BagItReplicateConsumer |
BagItReplicateConsumer is an event consumer that tracks events relevant to
replication synchronization.
|
| BagItRestoreFromAIP |
BagItRestoreFromAIP task performs essentially an 'undelete' on an object that
has been deleted from the repository, using the replica copy.
|
| CompareWithAIP |
CompareWithAIP task compares local repository values with the replica store
values.
|
| EstimateAIPSize |
EstimateAIPSize task computes the total number of bytes in all the content
files (viz Bitstreams, including logos for containers) of the passed object.
|
| FetchAIP |
FetchAIP task will simply retrieve replica representations of the object
into the local staging area.
|
| FilteredFileTaskQueue |
An extension of the default FileTaskQueue which ensures that duplicate entries
in the queue are filtered out during the "dequeue()" process.
|
| METSReplicateConsumer |
METSReplicateConsumer is an event consumer that tracks events relevant to
replication synchronization when using METS AIPs.
|
| METSRestoreFromAIP |
METSRestoreFromAIP task will instate the METS AIP replica representation of the object in
place of the current (repository) one.
|
| MoveToTrashSingleAIP |
MoveToTrashSingleAIP task moves a single AIP from one group (folder) in external
storage to another group (folder).
|
| Odometer |
Odometer holds a small set of persistent operational parameters of service
usage.
|
| ReadOdometer |
ReadOdometer simply reads and displays the odometer data.
|
| RemoveAIP |
RemoveAIP task will remove requested objects from the replica store.
|
| ReplicaManager |
Singleton access point for communicating with replication access providers.
|
| TransmitAIP |
TransmitAIP task creates an AIP suitable for replication, and forwards it
to the replication system for transmission (upload).
|
| TransmitSingleAIP |
TransmitSingleAIP task creates an AIP suitable for replication, and forwards
it to the replication system for transmission (upload).
|
| VerifyAIP |
VerifyAIP task will simply test for the presence of a replica representation
of the object in the remote store.
|