Class PageChanges

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

public class PageChanges extends Object
This class represents a change container for pages.
Since:
9.2
Author:
A.Pragt
  • Constructor Details Link icon

    • PageChanges Link icon

      public PageChanges()
  • Method Details Link icon

    • getChanges Link icon

      public List<ModelChange> getChanges()
      This method returns all currently registered changes.
      Returns:
      A list of changes, never null.
    • add Link icon

      public void add(ModelChange change)
      This method registers a change to a page.
      Parameters:
      change - A change to the page, not null.