Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP)
WorkspaceItem ingest(Context context, Collection collection, InputStream in,
PackageParameters params, String license)
The PackageDisseminator interface consists of the method:
void disseminate(Context context, DSpaceObject object,
PackageParameters params, OutputStream out)
Ingester and disseminator implementations exist for METs and PDF packages, and the classes are designed to be extended for different profiles.
@see org.dspace.content.packager.AbstractMETSIngester @see org.dspace.content.packager.AbstractMETSDisseminator