Class Patch

java.lang.Object
org.dspace.app.rest.model.patch.Patch

public class Patch extends Object

Represents a Patch.

This class (and Operation capture the definition of a patch, but are not coupled to any specific patch representation.

Based on Patch
Author:
Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
  • Constructor Details

  • Method Details

    • size

      public int size()
      Returns:
      the number of operations that make up this patch.
    • getOperations

      public List<Operation> getOperations()