Uses of Interface
org.dspace.content.packager.PackageDisseminator
Packages that use PackageDisseminator
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 content packages, used in the context of ingest (SIP), or dissemination (DIP)
-
Uses of PackageDisseminator in org.dspace.app.packager
Methods in org.dspace.app.packager with parameters of type PackageDisseminatorModifier and TypeMethodDescriptionprotected voidPackager.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 -
Uses of PackageDisseminator in org.dspace.content.packager
Classes in org.dspace.content.packager that implement PackageDisseminatorModifier and TypeClassDescriptionclassBase class for disseminator of METS (Metadata Encoding and Transmission Standard) Package.
See http://www.loc.gov/standards/mets/classAn abstract implementation of a DSpace Package Disseminator, which implements a few helper/utility methods that most (all?)classSubclass of the METS packager framework to disseminate a DSpace Archival Information Package (AIP).classPackager plugin to produce a METS (Metadata Encoding and Transmission Standard) package that is accepted as a DSpace METS SIP (Submission Information Package).classAccept a PDF file by itself as a SIP.classPlugin to export all Group and EPerson objects in XML, perhaps for reloading.