Package | Description |
---|---|
org.jbpm.kie.services.impl.admin | |
org.jbpm.kie.services.impl.admin.commands | |
org.jbpm.services.api.admin |
Modifier and Type | Class and Description |
---|---|
class |
TaskNotificationImpl |
Modifier and Type | Method and Description |
---|---|
Collection<TaskNotification> |
UserTaskAdminServiceImpl.getTaskNotifications(long taskId,
boolean activeOnly) |
Collection<TaskNotification> |
UserTaskAdminServiceImpl.getTaskNotifications(String deploymentId,
long taskId,
boolean activeOnly) |
Modifier and Type | Method and Description |
---|---|
List<TaskNotification> |
ListTaskNotificationsCommand.execute(org.kie.api.runtime.Context cntxt) |
Modifier and Type | Method and Description |
---|---|
Collection<TaskNotification> |
UserTaskAdminService.getTaskNotifications(long taskId,
boolean activeOnly)
Returns task notifications scheduled for given task
|
Collection<TaskNotification> |
UserTaskAdminService.getTaskNotifications(String deploymentId,
long taskId,
boolean activeOnly)
Returns task notifications scheduled for given task
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.