Package org.dspace.app.rest.model.patch
Class Patch
java.lang.Object
org.dspace.app.rest.model.patch.Patch
Represents a Patch.
This class (and Operation capture the definition of a patch, but are not coupled to any specific patch
representation.
Patch- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Patch
-
-
Method Details
-
size
public int size()- Returns:
- the number of operations that make up this patch.
-
getOperations
-