KIE Internal 6.1.0.Final

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

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

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

Methods in org.kie.internal.task.api that return Notification
 Notification TaskModelFactory.newNotification()
           
 

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, org.kie.api.task.model.Task task, Map<String,Object> variables)
           
 


KIE Internal 6.1.0.Final

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