Uses of Package
org.dspace.content.packager
Packages that use org.dspace.content.packager
Package
Description
Tools for exporting and importing DSpace objects (Community, Collection,
Item, etc.) wrapped in various kinds of packaging.
Provides an API and implementations of metadata crosswalks, which are directional mappings from one schema to another, performed in the context of Item ingestion or dissemination.
Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP)
-
Classes in org.dspace.content.packager used by org.dspace.app.packagerClassDescriptionPlugin Interface to produce Dissemination Information Package (DIP) of a DSpace object.This is a superclass for exceptions representing a failure when importing or exporting a package.Plugin Interface to interpret a Submission Information Package (SIP) and create (or replace) a DSpace Object from its contents.Parameter list for SIP and DIP packagers.
-
Classes in org.dspace.content.packager used by org.dspace.content.crosswalk
-
Classes in org.dspace.content.packager used by org.dspace.content.packagerClassDescriptionBase class for disseminator of METS (Metadata Encoding and Transmission Standard) Package.
See http://www.loc.gov/standards/mets/Wrapper for a table of streams to add to the package, such as mdRef'd metadata.Base class for package ingester of METS (Metadata Encoding and Transmission Standard) Packages.
See http://www.loc.gov/standards/mets/.An instance of ZipMdrefManager holds the state needed to retrieve the contents of an external metadata stream referenced by anmdRefelement in a Zipped up METS manifest.An abstract implementation of a DSpace Package Disseminator, which implements a few helper/utility methods that most (all?)An abstract implementation of a DSpace Package Ingester, which implements a few helper/utility methods that most (all?)Manage the METS manifest document for METS importer classes, such as the package importerorg.dspace.content.packager.MetsSubmissionand the federated importerorg.dspace.app.mets.FederatedMETSImportCallback interface to retrieve data streams in mdRef elements.Plugin Interface to produce Dissemination Information Package (DIP) of a DSpace object.This is a superclass for exceptions representing a failure when importing or exporting a package.Plugin Interface to interpret a Submission Information Package (SIP) and create (or replace) a DSpace Object from its contents.Parameter list for SIP and DIP packagers.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.