Uses of Interface
org.dspace.app.itemupdate.UpdateAction
-
Packages that use UpdateAction Package Description org.dspace.app.itemupdate -
-
Uses of UpdateAction in org.dspace.app.itemupdate
Classes in org.dspace.app.itemupdate that implement UpdateAction Modifier and Type Class Description classAddBitstreamsActionAction to add bitstreams listed in item contents file to the item in DSpaceclassAddMetadataActionAction to add metadata to itemclassDeleteBitstreamsActionAction to delete bitstreams Undo not supported for this UpdateAction Derivatives of the bitstream to be deleted are not also deletedclassDeleteBitstreamsByFilterActionAction to delete bitstreams using a specified filter implementing BitstreamFilter Derivatives for the target bitstreams are not deleted.classDeleteMetadataActionAction to delete metadataclassUpdateBitstreamsActionBase class for Bitstream actionsclassUpdateMetadataActionThis abstract subclass for metadata actions maintains a collection for the target metadata fields expressed as a string in the compound notation (<schema>.<element>.<qualifier>) on which to apply the action when the method execute is called.Fields in org.dspace.app.itemupdate with type parameters of type UpdateAction Modifier and Type Field Description protected Map<Class<? extends UpdateAction>,UpdateAction>ActionManager. registryprotected Map<Class<? extends UpdateAction>,UpdateAction>ActionManager. registryMethods in org.dspace.app.itemupdate that return UpdateAction Modifier and Type Method Description UpdateActionActionManager. getUpdateAction(Class<? extends UpdateAction> actionClass)Get update actionMethods in org.dspace.app.itemupdate that return types with arguments of type UpdateAction Modifier and Type Method Description Iterator<UpdateAction>ActionManager. iterator()This implementation guarantees the iterator order is the same as the order in which updateActions have been addedMethod parameters in org.dspace.app.itemupdate with type arguments of type UpdateAction Modifier and Type Method Description UpdateActionActionManager. getUpdateAction(Class<? extends UpdateAction> actionClass)Get update action
-