public interface Report
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the report, as used in REPORT requests
|
String |
process(String host,
String path,
Resource r,
org.jdom2.Document doc)
Process the requested report body, and return a document containing the
response body.
|
String getName()
String process(String host, String path, Resource r, org.jdom2.Document doc) throws BadRequestException, ConflictException, NotAuthorizedException
host - path - r - doc - BadRequestExceptionConflictExceptionNotAuthorizedExceptionCopyright © 2021 McEvoy Software Ltd. All rights reserved.