| Package | Description |
|---|---|
| org.dspace.app.itemupdate |
| Modifier and Type | Class and Description |
|---|---|
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 (
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAction |
ActionManager.getUpdateAction(java.lang.Class<? extends UpdateAction> actionClass) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<UpdateAction> |
ActionManager.iterator()
This implementation guarantees the iterator order is the same as the order
in which updateActions have been added
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAction |
ActionManager.getUpdateAction(java.lang.Class<? extends UpdateAction> actionClass) |
Copyright © 2013 DuraSpace. All Rights Reserved.