Uses of Class
com.adobe.acs.commons.notifications.InboxNotification
Packages that use InboxNotification
-
Uses of InboxNotification in com.adobe.acs.commons.notifications
Methods in com.adobe.acs.commons.notifications that return InboxNotificationModifier and TypeMethodDescriptionInboxNotificationSender.buildInboxNotification()Builds an InboxNotifcation object that can be populate prior to sending.Methods in com.adobe.acs.commons.notifications with parameters of type InboxNotificationModifier and TypeMethodDescriptionvoidInboxNotificationSender.sendInboxNotification(org.apache.sling.api.resource.ResourceResolver resourceResolver, InboxNotification inboxNotification) Sends a AEM inbox Notification.Method parameters in com.adobe.acs.commons.notifications with type arguments of type InboxNotificationModifier and TypeMethodDescriptionvoidInboxNotificationSender.sendInboxNotifications(org.apache.sling.api.resource.ResourceResolver resourceResolver, List<InboxNotification> inboxNotifications) Sends multiple AEM inbox notifications.