Package org.dspace.app.rest.model.patch
Class FromOperation
- java.lang.Object
-
- org.dspace.app.rest.model.patch.Operation
-
- org.dspace.app.rest.model.patch.FromOperation
-
- Direct Known Subclasses:
CopyOperation,MoveOperation
public abstract class FromOperation extends Operation
Operation to track the "from" operation to the given "path".- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
-
-
Constructor Summary
Constructors Constructor Description FromOperation(String op, String path, String from)Constructs the operation
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFrom()
-
-
-
Method Detail
-
getFrom
public String getFrom()
-
-