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
public abstract class UpdateBitstreamsAction extends Object implements UpdateAction
Base class for Bitstream actions
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanalterProvenanceprotected BitstreamServicebitstreamServiceprotected BundleServicebundleService-
Fields inherited from interface org.dspace.app.itemupdate.UpdateAction
itemService
-
-
Constructor Summary
Constructors Constructor Description UpdateBitstreamsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAlterProvenance()voidsetAlterProvenance(boolean alterProvenance)Set variable to indicate that the dc.description.provenance field may be changed as a result of Bitstream changes by ItemUpdate-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dspace.app.itemupdate.UpdateAction
execute
-
-
-
-
Field Detail
-
alterProvenance
protected boolean alterProvenance
-
bundleService
protected BundleService bundleService
-
bitstreamService
protected BitstreamService bitstreamService
-
-
Method Detail
-
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
-
-