|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PackageIngester | |
|---|---|
| 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 | |
|---|---|
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. |
| Uses of PackageIngester in org.dspace.content.packager |
|---|
| Classes in org.dspace.content.packager that implement PackageIngester | |
|---|---|
class |
AbstractMETSIngester
Base class for package ingester of METS (Metadata Encoding & 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 & 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||