public class LocateByUuidReport extends AbstractJcrReport
LocateByUuidReport handles REPORT requests for the 'locate-by-uuid'
report.
The request body must be a 'dcr:locate-by-uuid' XML element:
<!ELEMENT locate-by-uuid ( href , prop? ) >The response to a successful report request will be a Multi-Status response.
| Modifier and Type | Field and Description |
|---|---|
static ReportType |
LOCATE_BY_UUID_REPORT
The exportview report type
|
| Constructor and Description |
|---|
LocateByUuidReport() |
| Modifier and Type | Method and Description |
|---|---|
ReportType |
getType()
Returns
LOCATE_BY_UUID_REPORT report type. |
void |
init(DavResource resource,
ReportInfo info)
Performs basic validation checks common to all JCR specific reports.
|
boolean |
isMultiStatusReport()
Always returns
true. |
Element |
toXml(Document document)
Creates a Xml document from the generated view.
|
public static final ReportType LOCATE_BY_UUID_REPORT
public ReportType getType()
LOCATE_BY_UUID_REPORT report type.LOCATE_BY_UUID_REPORTReport.getType()public boolean isMultiStatusReport()
true.Report.isMultiStatusReport()public void init(DavResource resource, ReportInfo info) throws DavException
AbstractJcrReportinit in interface Reportinit in class AbstractJcrReportDavExceptionReport.init(DavResource, ReportInfo)public Element toXml(Document document)
document - XmlSerializable.toXml(Document)Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.