| AbstractMETSDisseminator |
|
| AbstractMETSDisseminator.MdStreamCache |
Wrapper for a table of streams to add to the package, such as
mdRef'd metadata.
|
| AbstractMETSIngester |
|
| AbstractMETSIngester.MdrefManager |
An instance of ZipMdrefManager holds the state needed to retrieve the
contents of an external metadata stream referenced by an
mdRef element in a Zipped up METS manifest.
|
| AbstractPackageDisseminator |
An abstract implementation of a DSpace Package Disseminator, which
implements a few helper/utility methods that most (all?) PackageDisseminators
may find useful.
|
| AbstractPackageIngester |
An abstract implementation of a DSpace Package Ingester, which
implements a few helper/utility methods that most (all?) PackageIngesters
may find useful.
|
| METSManifest |
Manage the METS manifest document for METS importer classes,
such as the package importer org.dspace.content.packager.MetsSubmission
and the federated importer org.dspace.app.mets.FederatedMETSImport
|
| METSManifest.Mdref |
Callback interface to retrieve data streams in mdRef elements.
|
| PackageDisseminator |
Plugin Interface to produce Dissemination Information Package (DIP)
of a DSpace object.
|
| PackageException |
This is a superclass for exceptions representing a failure when
importing or exporting a package.
|
| PackageIngester |
Plugin Interface to interpret a Submission Information Package (SIP)
and create (or replace) a DSpace Object from its contents.
|
| PackageParameters |
Parameter list for SIP and DIP packagers.
|
| PackageValidationException |
This represents a failure when importing or exporting a package
caused by invalid unacceptable package format or contents; for
example, missing files that were mentioned in the manifest, or
extra files not in manifest, or lack of a manifest.
|