| Package | Description |
|---|---|
| org.dspace.app.itemupdate |
| Modifier and Type | Method and Description |
|---|---|
static ItemArchive |
ItemArchive.create(Context context,
File dir,
String itemField)
factory method
Minimal requirements for dublin_core.xml for this application
is the presence of dc.identifier.uri
which must contain the handle for the item
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AddBitstreamsAction.addBitstream(Context context,
ItemArchive itarch,
Item item,
File dir,
ContentsEntry ce,
boolean suppressUndo,
boolean isTest)
Add bitstream
|
void |
AddBitstreamsAction.execute(Context context,
ItemArchive itarch,
boolean isTest,
boolean suppressUndo)
Adds bitstreams from the archive as listed in the contents file.
|
void |
DeleteBitstreamsAction.execute(Context context,
ItemArchive itarch,
boolean isTest,
boolean suppressUndo)
Delete bitstream from item
|
void |
AddMetadataAction.execute(Context context,
ItemArchive itarch,
boolean isTest,
boolean suppressUndo)
Adds metadata specified in the source archive
|
void |
DeleteBitstreamsByFilterAction.execute(Context context,
ItemArchive itarch,
boolean isTest,
boolean suppressUndo)
Delete bitstream
|
void |
DeleteMetadataAction.execute(Context context,
ItemArchive itarch,
boolean isTest,
boolean suppressUndo)
Delete metadata from item
|
void |
UpdateAction.execute(Context context,
ItemArchive itarch,
boolean isTest,
boolean suppressUndo)
Action to update item
|
Copyright © 2016 DuraSpace. All rights reserved.