Uses of Interface
org.dspace.content.packager.PackageIngester
-
Packages that use PackageIngester 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 PackageIngester in org.dspace.app.packager
Methods in org.dspace.app.packager with parameters of type PackageIngester Modifier and Type Method Description protected voidPackager. ingest(Context context, PackageIngester sip, PackageParameters pkgParams, String sourceFile, DSpaceObject[] parentObjs)Ingest one or more DSpace objects from package(s) based on the options passed to the 'packager' script.protected voidPackager. replace(Context context, PackageIngester sip, PackageParameters pkgParams, String sourceFile, DSpaceObject objToReplace)Replace an one or more existing DSpace objects with the contents of specified package(s) based on the options passed to the 'packager' script. -
Uses of PackageIngester in org.dspace.content.packager
Classes in org.dspace.content.packager that implement PackageIngester Modifier and Type Class Description classAbstractMETSIngesterBase class for package ingester of METS (Metadata Encoding and Transmission Standard) Packages.
See http://www.loc.gov/standards/mets/.classAbstractPackageIngesterAn abstract implementation of a DSpace Package Ingester, which implements a few helper/utility methods that most (all?) PackageIngesters may find useful.classDSpaceAIPIngesterSubclass of the METS packager framework to ingest a DSpace Archival Information Package (AIP).classDSpaceMETSIngesterPackager plugin to ingest a METS (Metadata Encoding and Transmission Standard) package that conforms to the DSpace METS SIP (Submission Information Package) Profile.classPDFPackagerAccept a PDF file by itself as a SIP.classRoleIngesterCreate EPersons and Groups from a file of external representations.
-