Package org.dspace.app.rest.model.patch
Class MoveOperation
- java.lang.Object
-
- org.dspace.app.rest.model.patch.Operation
-
- org.dspace.app.rest.model.patch.FromOperation
-
- org.dspace.app.rest.model.patch.MoveOperation
-
public class MoveOperation extends FromOperation
Operation to track the "move" operation to the given "path".- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
-
-
Constructor Summary
Constructors Constructor Description MoveOperation(String path, String from)
-
Method Summary
-
Methods inherited from class org.dspace.app.rest.model.patch.FromOperation
getFrom
-
-