Uses of Interface
org.kie.internal.task.api.model.Notification
-
Packages that use Notification Package Description 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 Modifier and Type Method Description Notification
TaskModelFactory. newNotification()
-
Uses of Notification in org.kie.internal.task.api.model
Subinterfaces of Notification in org.kie.internal.task.api.model Modifier and Type Interface Description interface
EmailNotification
Methods in org.kie.internal.task.api.model that return Notification Modifier and Type Method Description Notification
NotificationEvent. getNotification()
Methods in org.kie.internal.task.api.model that return types with arguments of type Notification Modifier and Type Method Description List<Notification>
Escalation. getNotifications()
Methods in org.kie.internal.task.api.model with parameters of type Notification Modifier and Type Method Description void
NotificationEvent. setNotification(Notification notification)
Method parameters in org.kie.internal.task.api.model with type arguments of type Notification Modifier and Type Method Description void
Escalation. setNotifications(List<Notification> notifications)
Constructors in org.kie.internal.task.api.model with parameters of type Notification Constructor Description NotificationEvent(Notification notification, org.kie.api.task.model.Task task, Map<String,Object> variables)
-