|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PackageException | |
|---|---|
| org.dspace.content.packager | Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP) |
| Uses of PackageException in org.dspace.content.packager |
|---|
| Subclasses of PackageException in org.dspace.content.packager | |
|---|---|
class |
PackageValidationException
This represents a failure when importing or exporting a package caused by invalid unacceptable package format or contents; for example, missing files that were mentioned in the manifest, or extra files not in manifest, or lack of a manifest. |
| Methods in org.dspace.content.packager that throw PackageException | |
|---|---|
void |
PackageDisseminator.disseminate(Context context,
DSpaceObject object,
PackageParameters params,
OutputStream out)
Export the object (Item, Collection, or Community) as a "package" on the indicated OutputStream. |
WorkspaceItem |
PackageIngester.ingest(Context context,
Collection collection,
InputStream in,
PackageParameters params,
String license)
Create new Item out of the ingested package. |
Item |
PackageIngester.replace(Context context,
Item item,
InputStream in,
PackageParameters params)
Replace an existing Item with contents of the ingested package. |
Item |
AbstractMETSIngester.replace(Context ctx,
Item item,
InputStream pckage,
PackageParameters params)
XXX FIXME Replace is not implemented yet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||