Class BitstreamMetadataValueMovePatchOperation
- java.lang.Object
-
- org.dspace.app.rest.submit.factory.impl.PatchOperation<T>
-
- org.dspace.app.rest.submit.factory.impl.MovePatchOperation<MetadataValueRest>
-
- org.dspace.app.rest.submit.factory.impl.MetadataValueMovePatchOperation<org.dspace.content.Bitstream>
-
- org.dspace.app.rest.submit.factory.impl.BitstreamMetadataValueMovePatchOperation
-
public class BitstreamMetadataValueMovePatchOperation extends MetadataValueMovePatchOperation<org.dspace.content.Bitstream>
Submission "move" PATCH operation. SeeItemMetadataValueMovePatchOperation- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
-
-
Constructor Summary
Constructors Constructor Description BitstreamMetadataValueMovePatchOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.dspace.content.service.BitstreamServicegetDSpaceObjectService()voidsetBitstreamMetadataValuePathUtils(BitstreamMetadataValuePathUtils bitstreamMetadataValuePathUtils)-
Methods inherited from class org.dspace.app.rest.submit.factory.impl.MetadataValueMovePatchOperation
getArrayClassForEvaluation, getClassForEvaluation, moveValue
-
Methods inherited from class org.dspace.app.rest.submit.factory.impl.MovePatchOperation
perform
-
Methods inherited from class org.dspace.app.rest.submit.factory.impl.PatchOperation
evaluateArrayObject, evaluateSingleObject, getAbsolutePath
-
-
-
-
Method Detail
-
getDSpaceObjectService
protected org.dspace.content.service.BitstreamService getDSpaceObjectService()
- Specified by:
getDSpaceObjectServicein classMetadataValueMovePatchOperation<org.dspace.content.Bitstream>
-
setBitstreamMetadataValuePathUtils
public void setBitstreamMetadataValuePathUtils(BitstreamMetadataValuePathUtils bitstreamMetadataValuePathUtils)
-
-