KIE Internal 6.0.0.Beta1

org.kie.internal.task.api.model
Class NotificationEvent

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

public class NotificationEvent
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NotificationEvent(Notification notification, Task task, Map<String,Object> variables)
           
 
Method Summary
 Map<String,Object> getContent()
           
 Notification getNotification()
           
 Task getTask()
           
 void setContent(Map<String,Object> variables)
           
 void setNotification(Notification notification)
           
 void setTask(Task task)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationEvent

public NotificationEvent(Notification notification,
                         Task task,
                         Map<String,Object> variables)
Method Detail

getNotification

public Notification getNotification()

setNotification

public void setNotification(Notification notification)

getTask

public Task getTask()

setTask

public void setTask(Task task)

getContent

public Map<String,Object> getContent()

setContent

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

KIE Internal 6.0.0.Beta1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.