Class LicenseReplacePatchOperation
- java.lang.Object
-
- org.dspace.app.rest.submit.factory.impl.PatchOperation<T>
-
- org.dspace.app.rest.submit.factory.impl.ReplacePatchOperation<String>
-
- org.dspace.app.rest.submit.factory.impl.LicenseReplacePatchOperation
-
public class LicenseReplacePatchOperation extends ReplacePatchOperation<String>
Submission "replace" patch operationLicenseAddPatchOperation- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
-
-
Constructor Summary
Constructors Constructor Description LicenseReplacePatchOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<String[]>getArrayClassForEvaluation()protected Class<String>getClassForEvaluation()-
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
-
getArrayClassForEvaluation
protected Class<String[]> getArrayClassForEvaluation()
- Specified by:
getArrayClassForEvaluationin classPatchOperation<String>
-
getClassForEvaluation
protected Class<String> getClassForEvaluation()
- Specified by:
getClassForEvaluationin classPatchOperation<String>
-
-