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 NotificationTaskModelFactory. 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 interfaceEmailNotificationMethods in org.kie.internal.task.api.model that return Notification Modifier and Type Method Description NotificationNotificationEvent. 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 voidNotificationEvent. setNotification(Notification notification)Method parameters in org.kie.internal.task.api.model with type arguments of type Notification Modifier and Type Method Description voidEscalation. 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)
-