|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Bundle | |
|---|---|
| org.dspace.app.util | |
| 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) |
| Uses of Bundle in org.dspace.app.util |
|---|
| Methods in org.dspace.app.util that return Bundle | |
|---|---|
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) |
| Methods in org.dspace.app.util with parameters of type Bundle | |
|---|---|
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) |
| Uses of Bundle in org.dspace.content |
|---|
| Methods in org.dspace.content that return Bundle | |
|---|---|
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[] |
Item.getBundles()
Get the bundles in this item. |
Bundle[] |
Bitstream.getBundles()
Get the bundles this bitstream appears in |
Bundle[] |
Item.getBundles(String name)
Get the bundles matching a bundle name (name corresponds roughly to type) |
| Methods in org.dspace.content with parameters of type Bundle | |
|---|---|
void |
Item.addBundle(Bundle b)
Add an existing bundle to this item. |
void |
Item.removeBundle(Bundle b)
Remove a bundle. |
| Uses of Bundle in org.dspace.content.packager |
|---|
| Methods in org.dspace.content.packager with parameters of type Bundle | |
|---|---|
static boolean |
PackageUtils.isMetaInfoBundle(Bundle bn)
Predicate, does this bundle container meta-information. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||