Uses of Class
org.jbpm.task.Notification

Packages that use Notification
org.jbpm.process.workitem.wsht   
org.jbpm.task   
org.jbpm.task.utils   
 

Uses of Notification in org.jbpm.process.workitem.wsht
 

Methods in org.jbpm.process.workitem.wsht that return types with arguments of type Notification
protected static List<Notification> HumanTaskHandlerHelper.parseNotifications(String notificationString, List<OrganizationalEntity> businessAdministrators)
           
 

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()
           
 

Methods in org.jbpm.task with parameters of type Notification
 void WorkItemNotification.executeWorkItem(Task task, Notification notification, List<OrganizationalEntity> recipients, List<OrganizationalEntity> businessAdministrators, WorkItemManager workItemManager, javax.persistence.EntityManagerFactory emf)
          Deprecated.  
 

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.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-2014 JBoss by Red Hat. All Rights Reserved.