Class NotificationEvent

java.lang.Object
org.kie.internal.task.api.model.NotificationEvent
All Implemented Interfaces:
Serializable

public class NotificationEvent extends Object implements Serializable
See Also:
  • Constructor Details

    • NotificationEvent

      public NotificationEvent(Notification notification, org.kie.api.task.model.Task task, Map<String,Object> variables)
  • Method Details

    • getNotification

      public Notification getNotification()
    • setNotification

      public void setNotification(Notification notification)
    • getTask

      public org.kie.api.task.model.Task getTask()
    • setTask

      public void setTask(org.kie.api.task.model.Task task)
    • getContent

      public Map<String,Object> getContent()
    • setContent

      public void setContent(Map<String,Object> variables)