Uses of Class
org.kie.server.api.model.admin.TaskNotification
-
Packages that use TaskNotification Package Description org.kie.server.api.model.admin -
-
Uses of TaskNotification in org.kie.server.api.model.admin
Methods in org.kie.server.api.model.admin that return TaskNotification Modifier and Type Method Description TaskNotificationTaskNotification.Builder. build()TaskNotification[]TaskNotificationList. getTaskNotifications()Methods in org.kie.server.api.model.admin that return types with arguments of type TaskNotification Modifier and Type Method Description List<TaskNotification>TaskNotificationList. getItems()Methods in org.kie.server.api.model.admin with parameters of type TaskNotification Modifier and Type Method Description voidTaskNotificationList. setTaskNotifications(TaskNotification[] taskNotifications)Constructors in org.kie.server.api.model.admin with parameters of type TaskNotification Constructor Description TaskNotificationList(TaskNotification[] taskNotifications)Constructor parameters in org.kie.server.api.model.admin with type arguments of type TaskNotification Constructor Description TaskNotificationList(List<TaskNotification> taskNotifications)
-