|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Notification | |
---|---|
org.jbpm.process.workitem.wsht | |
org.jbpm.task | |
org.jbpm.task.events | |
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.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)
|
|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |