| Package | Description |
|---|---|
| org.dspace.app.packager |
Tools for exporting and importing DSpace objects (Community, Collection,
Item, etc.) wrapped in various kinds of packaging.
|
| org.dspace.content.packager |
Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP)
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Packager.disseminate(Context context,
PackageDisseminator dip,
DSpaceObject dso,
PackageParameters pkgParams,
String outputFile)
Disseminate one or more DSpace objects into package(s) based on the
options passed to the 'packager' script
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMETSDisseminator
Base class for disseminator of
METS (Metadata Encoding & Transmission Standard) Package.
See http://www.loc.gov/standards/mets/ |
class |
AbstractPackageDisseminator
An abstract implementation of a DSpace Package Disseminator, which
implements a few helper/utility methods that most (all?) PackageDisseminators
may find useful.
|
class |
DSpaceAIPDisseminator
Subclass of the METS packager framework to disseminate a DSpace
Archival Information Package (AIP).
|
class |
DSpaceMETSDisseminator
Packager plugin to produce a
METS (Metadata Encoding & Transmission Standard) package
that is accepted as a DSpace METS SIP (Submission Information Package).
|
class |
PDFPackager
Accept a PDF file by itself as a SIP.
|
class |
RoleDisseminator
Plugin to export all Group and EPerson objects in XML, perhaps for reloading.
|
Copyright © 2014 DuraSpace. All Rights Reserved.