Uses of Class
org.dspace.content.Bundle

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
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)
 

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
 boolean DSpaceMETSDisseminator.includeBundle(Bundle bundle)
           
 boolean DSpaceAIPDisseminator.includeBundle(Bundle bundle)
          By default, include all bundles in AIP as content.
abstract  boolean AbstractMETSDisseminator.includeBundle(Bundle bundle)
           
static boolean PackageUtils.isMetaInfoBundle(Bundle bn)
          Predicate, does this bundle container meta-information.
 



Copyright © 2010 DuraSpace. All Rights Reserved.