| Package | Description |
|---|---|
| org.dspace.app.util |
Miscellaneous utility classes.
|
| org.dspace.content |
Provides an API for reading and manipulating content in the DSpace system.
|
| 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 |
|---|---|
Bundle |
SubmissionInfo.getBundle()
Return the current bundle we're working with (This is used during upload
processes, or user interfaces that are dealing with bundles/bitstreams)
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AuthorizeUtil.authorizeManageBundlePolicy(Context context,
Bundle bundle)
Is allowed manage (create, remove, edit) bundle's policies in the
current context?
|
void |
SubmissionInfo.setBundle(Bundle bund)
Sets the current bundle we're working with (This is used during upload
processes, or user interfaces that are dealing with bundles/bitstreams)
|
| Modifier and Type | Method and Description |
|---|---|
Bundle |
Item.createBundle(String name)
Create a bundle in this item, with immediate effect
|
static Bundle |
Bundle.find(Context context,
int id)
Get a bundle from the database.
|
Bundle[] |
Bitstream.getBundles()
Get the bundles this bitstream appears in
|
Bundle[] |
Item.getBundles()
Get the bundles in this item.
|
Bundle[] |
Item.getBundles(String name)
Get the bundles matching a bundle name (name corresponds roughly to type)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Item.addBundle(Bundle b)
Add an existing bundle to this item.
|
void |
Item.removeBundle(Bundle b)
Remove a bundle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
METSManifest.crosswalkBundle(Context context,
PackageParameters params,
Bundle bundle,
String fileId,
METSManifest.Mdref callback) |
boolean |
DSpaceMETSDisseminator.includeBundle(Bundle bundle) |
abstract boolean |
AbstractMETSDisseminator.includeBundle(Bundle bundle) |
boolean |
DSpaceAIPDisseminator.includeBundle(Bundle bundle)
By default, include all bundles in AIP as content.
|
static boolean |
PackageUtils.isMetaInfoBundle(Bundle bn)
Predicate, does this bundle container meta-information.
|
Copyright © 2014 DuraSpace. All Rights Reserved.