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
execute
void execute(Context context,
ItemArchive itarch,
boolean isTest,
boolean suppressUndo)
throws Exception
- Action to update item
- Parameters:
context - itarch - isTest - suppressUndo -
- Throws:
Exception
Copyright © 2010 The DSpace Foundation. All Rights Reserved.