Class ModelComparer

java.lang.Object
com.aquima.web.api.model.page.ModelComparer

public class ModelComparer extends Object
This class compares two pages and determines the changes between them.
Since:
9.2
Author:
A.Pragt
  • Constructor Details Link icon

    • ModelComparer Link icon

      public ModelComparer()
  • Method Details Link icon

    • compare Link icon

      public PageChanges compare(PageContent current, PageContent updated)
      Determines the changes between two pages.
      Parameters:
      current - The current page
      updated - The updated page
      Returns:
      The changes between the two pages, never null.