Package org.dspace.app.itemupdate
Interface UpdateAction
- All Known Implementing Classes:
AddBitstreamsAction,AddMetadataAction,DeleteBitstreamsAction,DeleteBitstreamsByFilterAction,DeleteMetadataAction,UpdateBitstreamsAction,UpdateMetadataAction
public interface UpdateAction
Interface for actions to update an item
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(Context context, ItemArchive itarch, boolean isTest, boolean suppressUndo) Action to update item
-
Field Details
-
itemService
-
-
Method Details
-
execute
void execute(Context context, ItemArchive itarch, boolean isTest, boolean suppressUndo) throws Exception Action to update item- Parameters:
context- DSpace contextitarch- item archiveisTest- test flagsuppressUndo- undo flag- Throws:
Exception- if error
-