Package | Description |
---|---|
com.adobe.cq.testing.client |
Modifier and Type | Method and Description |
---|---|
ArrayList<Notification> |
NotificationClient.getNotificationMessages()
Get all the existing notification messages.
|
ArrayList<Notification> |
NotificationClient.getNotificationMessages(int start,
int limit)
Get all the existing notification messages.
|
Modifier and Type | Method and Description |
---|---|
org.apache.sling.testing.clients.SlingHttpResponse |
NotificationClient.approveNotification(Notification notification,
int... expectedStatus)
Approve a notification message (mark it as read)
|
org.apache.sling.testing.clients.SlingHttpResponse |
NotificationClient.deleteNotification(Notification notification,
int... expectedStatus)
Delete a notification message
|
org.apache.sling.testing.clients.SlingHttpResponse |
NotificationClient.performAction(Notification notification,
String action,
int... expectedStatus)
Do an action on a notification message (delete/approve)
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationClient.deleteNotifications(ArrayList<Notification> notifications,
int... expectedStatus)
Delete a list notification messages
|
Copyright © 2018. All rights reserved.