| 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.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 void |
Packager.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMETSIngester
Base class for package ingester of METS (Metadata Encoding and Transmission
Standard) Packages.
See http://www.loc.gov/standards/mets/. |
class |
AbstractPackageIngester
An abstract implementation of a DSpace Package Ingester, which
implements a few helper/utility methods that most (all?) PackageIngesters
may find useful.
|
class |
DSpaceAIPIngester
Subclass of the METS packager framework to ingest a DSpace
Archival Information Package (AIP).
|
class |
DSpaceMETSIngester
Packager plugin to ingest a
METS (Metadata Encoding and Transmission Standard) package
that conforms to the DSpace METS SIP (Submission Information Package) Profile.
|
class |
PDFPackager
Accept a PDF file by itself as a SIP.
|
class |
RoleIngester
Create EPersons and Groups from a file of external representations.
|
Copyright © 2016 DuraSpace. All rights reserved.