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<Bitstream>
org.dspace.app.rest.submit.factory.impl.BitstreamMetadataValueMovePatchOperation
public class BitstreamMetadataValueMovePatchOperation
extends MetadataValueMovePatchOperation<Bitstream>
Submission "move" PATCH operation.
See
ItemMetadataValueMovePatchOperation- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BitstreamServicevoidsetBitstreamMetadataValuePathUtils(BitstreamMetadataValuePathUtils bitstreamMetadataValuePathUtils) Methods inherited from class org.dspace.app.rest.submit.factory.impl.MetadataValueMovePatchOperation
getArrayClassForEvaluation, getClassForEvaluation, moveValueMethods inherited from class org.dspace.app.rest.submit.factory.impl.MovePatchOperation
performMethods inherited from class org.dspace.app.rest.submit.factory.impl.PatchOperation
evaluateArrayObject, evaluateSingleObject, getAbsolutePath, getStepId
-
Constructor Details
-
BitstreamMetadataValueMovePatchOperation
public BitstreamMetadataValueMovePatchOperation()
-
-
Method Details
-
getDSpaceObjectService
- Specified by:
getDSpaceObjectServicein classMetadataValueMovePatchOperation<Bitstream>
-
setBitstreamMetadataValuePathUtils
public void setBitstreamMetadataValuePathUtils(BitstreamMetadataValuePathUtils bitstreamMetadataValuePathUtils)
-