Uses of Interface
org.jbpm.services.api.admin.TaskNotification
-
Packages that use TaskNotification Package Description org.jbpm.kie.services.impl.admin org.jbpm.kie.services.impl.admin.commands org.jbpm.services.api.admin -
-
Uses of TaskNotification in org.jbpm.kie.services.impl.admin
Classes in org.jbpm.kie.services.impl.admin that implement TaskNotification Modifier and Type Class Description class
TaskNotificationImpl
Methods in org.jbpm.kie.services.impl.admin that return types with arguments of type TaskNotification Modifier and Type Method Description Collection<TaskNotification>
UserTaskAdminServiceImpl. getTaskNotifications(long taskId, boolean activeOnly)
Collection<TaskNotification>
UserTaskAdminServiceImpl. getTaskNotifications(String deploymentId, long taskId, boolean activeOnly)
-
Uses of TaskNotification in org.jbpm.kie.services.impl.admin.commands
Methods in org.jbpm.kie.services.impl.admin.commands that return types with arguments of type TaskNotification Modifier and Type Method Description List<TaskNotification>
ListTaskNotificationsCommand. execute(org.kie.api.runtime.Context cntxt)
-
Uses of TaskNotification in org.jbpm.services.api.admin
Methods in org.jbpm.services.api.admin that return types with arguments of type TaskNotification Modifier and Type Method Description Collection<TaskNotification>
UserTaskAdminService. getTaskNotifications(long taskId, boolean activeOnly)
Returns task notifications scheduled for given taskCollection<TaskNotification>
UserTaskAdminService. getTaskNotifications(String deploymentId, long taskId, boolean activeOnly)
Returns task notifications scheduled for given task
-