Class BitstreamMetadataValueReplacePatchOperation
- java.lang.Object
-
- org.dspace.app.rest.submit.factory.impl.PatchOperation<T>
-
- org.dspace.app.rest.submit.factory.impl.ReplacePatchOperation<MetadataValueRest>
-
- org.dspace.app.rest.submit.factory.impl.MetadataValueReplacePatchOperation<Bitstream>
-
- org.dspace.app.rest.submit.factory.impl.BitstreamMetadataValueReplacePatchOperation
-
public class BitstreamMetadataValueReplacePatchOperation extends MetadataValueReplacePatchOperation<Bitstream>
Submission "replace" operation to replace metadata in the Bitstream- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
-
-
Constructor Summary
Constructors Constructor Description BitstreamMetadataValueReplacePatchOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BitstreamServicegetDSpaceObjectService()voidsetBitstreamMetadataValuePathUtils(BitstreamMetadataValuePathUtils bitstreamMetadataValuePathUtils)-
Methods inherited from class org.dspace.app.rest.submit.factory.impl.MetadataValueReplacePatchOperation
getArrayClassForEvaluation, getClassForEvaluation, replaceValue, setDeclaredField
-
Methods inherited from class org.dspace.app.rest.submit.factory.impl.ReplacePatchOperation
perform
-
Methods inherited from class org.dspace.app.rest.submit.factory.impl.PatchOperation
evaluateArrayObject, evaluateSingleObject, getAbsolutePath
-
-
-
-
Method Detail
-
getDSpaceObjectService
protected BitstreamService getDSpaceObjectService()
- Specified by:
getDSpaceObjectServicein classMetadataValueReplacePatchOperation<Bitstream>
-
setBitstreamMetadataValuePathUtils
public void setBitstreamMetadataValuePathUtils(BitstreamMetadataValuePathUtils bitstreamMetadataValuePathUtils)
-
-