| Package | Description |
|---|---|
| com.adobe.cq.testing.client | |
| com.adobe.cq.testing.client.tagging |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sling.testing.clients.SlingHttpResponse |
TagClient.getRefList(Tag tag,
int... expectedStatus)
Gets list of pages referring to a tag.
|
org.apache.sling.testing.clients.SlingHttpResponse |
TagClient.getRefList2(Tag tag)
Gets list of pages referring to a tag.
|
org.apache.sling.testing.clients.SlingHttpResponse |
TagClient.setTagProperties(Tag tag,
List<String[]> props,
int... expectedStatus)
Sets multiple tag properties.
|
org.apache.sling.testing.clients.SlingHttpResponse |
TagClient.setTagProperty(Tag tag,
String propName,
String propValue,
int... expectedStatus)
Sets a single Tag property.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.addTag(String id,
String title,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
Tag.moveTo(Tag tag) |
Copyright © 2018. All rights reserved.