Package org.dspace.app.itemupdate
Interface UpdateAction
-
- All Known Implementing Classes:
AddBitstreamsAction,AddMetadataAction,DeleteBitstreamsAction,DeleteBitstreamsByFilterAction,DeleteMetadataAction,UpdateBitstreamsAction,UpdateMetadataAction
public interface UpdateActionInterface for actions to update an item
-
-
Field Summary
Fields Modifier and Type Field Description static ItemServiceitemService
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Context context, ItemArchive itarch, boolean isTest, boolean suppressUndo)Action to update item
-
-
-
Field Detail
-
itemService
static final ItemService itemService
-
-
Method Detail
-
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
-
-