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