Uses of Interface
org.jbpm.services.api.admin.TaskNotification
-
Packages that use TaskNotification Package Description org.jbpm.services.api.admin -
-
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
-