|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.app.bulkedit.MetadataExport
public class MetadataExport
Metadata exporter to allow the batch export of metadata into a file
| Constructor Summary | |
|---|---|
MetadataExport(Context c,
Community toExport,
boolean exportAll)
Method to export a community (and sub-communities and collections) |
|
MetadataExport(Context c,
ItemIterator toExport,
boolean exportAll)
Set up a new metadata export |
|
| Method Summary | |
|---|---|
DSpaceCSV |
export()
Run the export |
static void |
main(String[] argv)
main method to run the metadata exporter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetadataExport(Context c,
ItemIterator toExport,
boolean exportAll)
c - The ContexttoExport - The ItemIterator of items to exportexportAll - whether to export all metadata or not (include handle, provenance etc)
public MetadataExport(Context c,
Community toExport,
boolean exportAll)
c - The ContexttoExport - The Community to exportexportAll - whether to export all metadata or not (include handle, provenance etc)| Method Detail |
|---|
public DSpaceCSV export()
public static void main(String[] argv)
throws Exception
argv - the command line arguments given
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||