Uses of Interface
org.dspace.app.itemupdate.UpdateAction
Packages that use UpdateAction
-
Uses of UpdateAction in org.dspace.app.itemupdate
Classes in org.dspace.app.itemupdate that implement UpdateActionModifier and TypeClassDescriptionclassAction to add bitstreams listed in item contents file to the item in DSpaceclassAction to add metadata to itemclassAction to delete bitstreams Undo not supported for this UpdateAction Derivatives of the bitstream to be deleted are not also deletedclassAction to delete bitstreams using a specified filter implementing BitstreamFilter Derivatives for the target bitstreams are not deleted.classAction to delete metadataclassBase class for Bitstream actionsclassThis 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 UpdateActionModifier and TypeFieldDescriptionprotected Map<Class<? extends UpdateAction>,UpdateAction> ActionManager.registryprotected Map<Class<? extends UpdateAction>,UpdateAction> ActionManager.registryMethods in org.dspace.app.itemupdate that return UpdateActionModifier and TypeMethodDescriptionActionManager.getUpdateAction(Class<? extends UpdateAction> actionClass) Get update action.Methods in org.dspace.app.itemupdate that return types with arguments of type UpdateActionModifier and TypeMethodDescriptionActionManager.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 UpdateActionModifier and TypeMethodDescriptionActionManager.getUpdateAction(Class<? extends UpdateAction> actionClass) Get update action.