Uses of Class
org.kie.internal.task.api.model.NotificationType
-
Packages that use NotificationType Package Description org.kie.internal.task.api.model -
-
Uses of NotificationType in org.kie.internal.task.api.model
Methods in org.kie.internal.task.api.model that return NotificationType Modifier and Type Method Description NotificationType
Notification. getNotificationType()
static NotificationType
NotificationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationType[]
NotificationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-