Uses of Class
org.dspace.content.ItemIterator

Packages that use ItemIterator
org.dspace.app.bulkedit   
org.dspace.app.itemexport   
org.dspace.content Provides an API for reading and manipulating content in the DSpace system. 
 

Uses of ItemIterator in org.dspace.app.bulkedit
 

Constructors in org.dspace.app.bulkedit with parameters of type ItemIterator
MetadataExport(Context c, ItemIterator toExport, boolean exportAll)
          Set up a new metadata export
 

Uses of ItemIterator in org.dspace.app.itemexport
 

Methods in org.dspace.app.itemexport with parameters of type ItemIterator
static void ItemExport.exportAsZip(Context context, ItemIterator items, String destDirName, String zipFileName, int seqStart, boolean migrate)
          Method to perform an export and save it as a zip file.
 

Uses of ItemIterator in org.dspace.content
 

Methods in org.dspace.content that return ItemIterator
static ItemIterator Item.findAll(Context context)
          Get all the items in the archive.
static ItemIterator Item.findByAuthorityValue(Context context, String schema, String element, String qualifier, String value)
          Find all the items in the archive with a given authority key value in the indicated metadata field.
static ItemIterator Item.findByMetadataField(Context context, String schema, String element, String qualifier, String value)
          Returns an iterator of Items possessing the passed metadata field, or only those matching the passed value, if value is not Item.ANY
static ItemIterator Item.findBySubmitter(Context context, EPerson eperson)
          Find all the items in the archive by a given submitter.
 ItemIterator Collection.getAllItems()
          Get all the items in this collection.
 ItemIterator Collection.getItems()
          Get the in_archive items in this collection.
 



Copyright © 2011 DuraSpace. All Rights Reserved.