Package com.aquima.web.api.model.page
Class PageEvent
java.lang.Object
com.aquima.web.api.model.page.PageEvent
This class represents the incoming event on a page.
- Since:
- 9.2
- Author:
- A.Pragt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the key of the triggered element.This method returns the fields for the event.This method returns all parameters, ordered by key.void
setElementKey
(String elementKey) This method sets the key of the triggered elementvoid
setFields
(List<FieldValue> values) This method sets the fields of the event.
-
Constructor Details
-
Method Details
-
getElementKey
This method returns the key of the triggered element.- Returns:
- the key of the element.
-
setElementKey
This method sets the key of the triggered element- Parameters:
elementKey
- the element key
-
getFields
This method returns the fields for the event.- Returns:
- The fields.
-
setFields
This method sets the fields of the event.- Parameters:
values
- The fields of the event.
-
getParameters
This method returns all parameters, ordered by key.- Returns:
- The parameters by key.
-