Uses of Interface
org.dspace.content.packager.PackageDisseminator
-
Packages that use PackageDisseminator 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) -
-
Uses of PackageDisseminator in org.dspace.app.packager
Methods in org.dspace.app.packager with parameters of type PackageDisseminator Modifier and Type Method Description protected 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 PackageDisseminator Modifier and Type Class Description classAbstractMETSDisseminatorBase class for disseminator of METS (Metadata Encoding and Transmission Standard) Package.
See http://www.loc.gov/standards/mets/classAbstractPackageDisseminatorAn abstract implementation of a DSpace Package Disseminator, which implements a few helper/utility methods that most (all?) PackageDisseminators may find useful.classDSpaceAIPDisseminatorSubclass of the METS packager framework to disseminate a DSpace Archival Information Package (AIP).classDSpaceMETSDisseminatorPackager plugin to produce a METS (Metadata Encoding and Transmission Standard) package that is accepted as a DSpace METS SIP (Submission Information Package).classPDFPackagerAccept a PDF file by itself as a SIP.classRoleDisseminatorPlugin to export all Group and EPerson objects in XML, perhaps for reloading.
-