Uses of Interface
org.dspace.app.itemupdate.UpdateAction

Packages that use UpdateAction
org.dspace.app.itemupdate   
 

Uses of UpdateAction in org.dspace.app.itemupdate
 

Classes in org.dspace.app.itemupdate that implement UpdateAction
 class AddBitstreamsAction
          Action to add bitstreams listed in item contents file to the item in DSpace
 class AddMetadataAction
          Action to add metadata to item
 class DeleteBitstreamsAction
          Action to delete bitstreams Undo not supported for this UpdateAction Derivatives of the bitstream to be deleted are not also deleted
 class DeleteBitstreamsByFilterAction
          Action to delete bitstreams using a specified filter implementing BitstreamFilter Derivatives for the target bitstreams are not deleted.
 class DeleteMetadataAction
          Action to delete metadata
 class UpdateBitstreamsAction
          Base class for Bitstream actions
 class UpdateMetadataAction
          This abstract subclass for metadata actions maintains a collection for the target metadata fields expressed as a string in the compound notation ( .. ) on which to apply the action when the method execute is called.
 

Methods in org.dspace.app.itemupdate that return UpdateAction
 UpdateAction ActionManager.getUpdateAction(Class<? extends UpdateAction> actionClass)
           
 

Methods in org.dspace.app.itemupdate that return types with arguments of type UpdateAction
 Iterator<UpdateAction> ActionManager.iterator()
          This implementation guarantees the iterator order is the same as the order in which updateActions have been added
 

Method parameters in org.dspace.app.itemupdate with type arguments of type UpdateAction
 UpdateAction ActionManager.getUpdateAction(Class<? extends UpdateAction> actionClass)
           
 



Copyright © 2010 The DSpace Foundation. All Rights Reserved.