public class AuditLogSearchRequest extends Object
| Constructor and Description |
|---|
AuditLogSearchRequest(org.apache.sling.api.SlingHttpServletRequest request)
Constructs a new AuditLogSearchRequest from the SlingHttpServletRequest
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContentRoot() |
Date |
getEndDate() |
String |
getOrder() |
String |
getQueryParameters() |
Date |
getStartDate() |
String |
getType() |
String |
getUser() |
String |
getUserName(org.apache.sling.api.resource.ResourceResolver resolver,
String userId) |
String |
getUserPath(org.apache.sling.api.resource.ResourceResolver resolver,
String userId) |
boolean |
isIncludehildren() |
String |
toString() |
public AuditLogSearchRequest(org.apache.sling.api.SlingHttpServletRequest request)
throws ParseException
request - yep, that's a request... guess what it doesParseException - an exception occurred parsing the start / end datepublic String getContentRoot()
public Date getEndDate()
public String getOrder()
public String getQueryParameters()
public Date getStartDate()
public String getType()
public String getUser()
public String getUserName(org.apache.sling.api.resource.ResourceResolver resolver, String userId) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic String getUserPath(org.apache.sling.api.resource.ResourceResolver resolver, String userId) throws javax.jcr.UnsupportedRepositoryOperationException, javax.jcr.RepositoryException
javax.jcr.UnsupportedRepositoryOperationExceptionjavax.jcr.RepositoryExceptionpublic boolean isIncludehildren()
Copyright © 2013–2020 Adobe. All rights reserved.