Uses of Class
org.jbpm.task.Notification

Packages that use Notification
org.jbpm.task   
org.jbpm.task.events   
org.jbpm.task.utils   
 

Uses of Notification in org.jbpm.task
 

Subclasses of Notification in org.jbpm.task
 class EmailNotification
           
 

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

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

Uses of Notification in org.jbpm.task.events
 

Methods in org.jbpm.task.events that return Notification
 Notification NotificationEvent.getNotification()
           
 

Methods in org.jbpm.task.events with parameters of type Notification
 void NotificationEvent.setNotification(Notification notification)
           
 

Constructors in org.jbpm.task.events with parameters of type Notification
NotificationEvent(Notification notification, Task task, Content content)
           
 

Uses of Notification in org.jbpm.task.utils
 

Methods in org.jbpm.task.utils that return types with arguments of type Notification
static List<Notification> CollectionUtils.readNotificationList(ObjectInput in)
           
 

Method parameters in org.jbpm.task.utils with type arguments of type Notification
static void CollectionUtils.writeNotificationList(List<Notification> list, ObjectOutput out)
           
 



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