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
    Modifier and Type
    Field
    Description
    static final ItemService
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Context context, ItemArchive itarch, boolean isTest, boolean suppressUndo)
    Action to update item
  • Field Details

  • Method Details

    • execute

      void execute(Context context, ItemArchive itarch, boolean isTest, boolean suppressUndo) throws Exception
      Action to update item
      Parameters:
      context - DSpace context
      itarch - item archive
      isTest - test flag
      suppressUndo - undo flag
      Throws:
      Exception - if error