Package com.aquima.web.api.model.page
Class PageChanges
java.lang.Object
com.aquima.web.api.model.page.PageChanges
This class represents a change container for pages.
- Since:
- 9.2
- Author:
- A.Pragt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ModelChange change) This method registers a change to a page.This method returns all currently registered changes.
-
Constructor Details
-
PageChanges
public PageChanges()
-
-
Method Details
-
getChanges
This method returns all currently registered changes.- Returns:
- A list of changes, never null.
-
add
This method registers a change to a page.- Parameters:
change
- A change to the page, not null.
-