| Package | Description |
|---|---|
| org.dspace.app.bulkedit |
The DSpace Batch Metadata Editor, which uses a CSV file to export/import
item metadata.
|
| org.dspace.app.itemexport | |
| org.dspace.content |
Provides an API for reading and manipulating content in the DSpace system.
|
| Constructor and Description |
|---|
MetadataExport(Context c,
ItemIterator toExport,
boolean exportAll)
Set up a new metadata export
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ItemExport.exportAsZip(Context context,
ItemIterator items,
java.lang.String destDirName,
java.lang.String zipFileName,
int seqStart,
boolean migrate)
Method to perform an export and save it as a zip file.
|
| Modifier and Type | Method and Description |
|---|---|
static ItemIterator |
Item.findAll(Context context)
Get all the items in the archive.
|
static ItemIterator |
Item.findAllUnfiltered(Context context)
Get all "final" items in the archive, both archived ("in archive" flag) or
withdrawn items are included.
|
static ItemIterator |
Item.findByAuthorityValue(Context context,
java.lang.String schema,
java.lang.String element,
java.lang.String qualifier,
java.lang.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,
java.lang.String schema,
java.lang.String element,
java.lang.String qualifier,
java.lang.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.
|
ItemIterator |
Collection.getItems(java.lang.Integer limit,
java.lang.Integer offset)
Get the in_archive items in this collection.
|
Copyright © 2013 DuraSpace. All Rights Reserved.