KIE Internal 6.0.0.Beta1

Uses of Interface
org.kie.internal.task.api.model.Notification

Packages that use Notification
org.kie.internal.task.api.model   
 

Uses of Notification in org.kie.internal.task.api.model
 

Subinterfaces of Notification in org.kie.internal.task.api.model
 interface EmailNotification
           
 

Methods in org.kie.internal.task.api.model that return Notification
 Notification NotificationEvent.getNotification()
           
 

Methods in org.kie.internal.task.api.model that return types with arguments of type Notification
 List<Notification> Escalation.getNotifications()
           
 

Methods in org.kie.internal.task.api.model with parameters of type Notification
 void NotificationEvent.setNotification(Notification notification)
           
 

Method parameters in org.kie.internal.task.api.model with type arguments of type Notification
 void Escalation.setNotifications(List<Notification> notifications)
           
 

Constructors in org.kie.internal.task.api.model with parameters of type Notification
NotificationEvent(Notification notification, Task task, Map<String,Object> variables)
           
 


KIE Internal 6.0.0.Beta1

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