@ProviderType
public interface InboxNotificationSender
| Modifier and Type | Method and Description |
|---|---|
InboxNotification |
buildInboxNotification()
Builds an InboxNotifcation object that can be populate prior to sending.
|
void |
sendInboxNotification(org.apache.sling.api.resource.ResourceResolver resourceResolver,
InboxNotification inboxNotification)
Sends a AEM inbox Notification.
|
void |
sendInboxNotifications(org.apache.sling.api.resource.ResourceResolver resourceResolver,
List<InboxNotification> inboxNotifications)
Sends multiple AEM inbox notifications.
|
void sendInboxNotification(org.apache.sling.api.resource.ResourceResolver resourceResolver,
InboxNotification inboxNotification)
throws com.adobe.granite.taskmanagement.TaskManagerException
resourceResolver - the resource resolver used to send the notification.inboxNotification - the notification to send.com.adobe.granite.taskmanagement.TaskManagerExceptionvoid sendInboxNotifications(org.apache.sling.api.resource.ResourceResolver resourceResolver,
List<InboxNotification> inboxNotifications)
throws com.adobe.granite.taskmanagement.TaskManagerException
resourceResolver - the resource resolver used to send the notification.inboxNotifications - the notifications to send.com.adobe.granite.taskmanagement.TaskManagerExceptionInboxNotification buildInboxNotification()
Copyright © 2013–2020 Adobe. All rights reserved.