Class NotificationEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotificationEvent
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NotificationEvent​(Notification notification, org.kie.api.task.model.Task task, java.util.Map<java.lang.String,​java.lang.Object> variables)  
    • Constructor Detail

      • NotificationEvent

        public NotificationEvent​(Notification notification,
                                 org.kie.api.task.model.Task task,
                                 java.util.Map<java.lang.String,​java.lang.Object> variables)
    • Method Detail

      • 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 java.util.Map<java.lang.String,​java.lang.Object> getContent()
      • setContent

        public void setContent​(java.util.Map<java.lang.String,​java.lang.Object> variables)