Package org.dspace.app.itemupdate
Class UpdateBitstreamsAction
java.lang.Object
org.dspace.app.itemupdate.UpdateBitstreamsAction
- All Implemented Interfaces:
UpdateAction
- Direct Known Subclasses:
AddBitstreamsAction,DeleteBitstreamsAction,DeleteBitstreamsByFilterAction
Base class for Bitstream actions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected BitstreamServiceprotected BundleServiceFields inherited from interface org.dspace.app.itemupdate.UpdateAction
itemService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAlterProvenance(boolean alterProvenance) Set variable to indicate that the dc.description.provenance field may be changed as a result of Bitstream changes by ItemUpdateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dspace.app.itemupdate.UpdateAction
execute
-
Field Details
-
alterProvenance
protected boolean alterProvenance -
bundleService
-
bitstreamService
-
-
Constructor Details
-
UpdateBitstreamsAction
public UpdateBitstreamsAction()
-
-
Method Details
-
setAlterProvenance
public void setAlterProvenance(boolean alterProvenance) Set variable to indicate that the dc.description.provenance field may be changed as a result of Bitstream changes by ItemUpdate- Parameters:
alterProvenance- whether to alter provenance
-
getAlterProvenance
public boolean getAlterProvenance()- Returns:
- boolean value to indicate whether the dc.description.provenance field may be changed as a result of Bitstream changes by ItemUpdate
-