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 org.apache.jackrabbit.webdav.version.report.ReportType |
LOCATE_BY_UUID_REPORT
The exportview report type
|
| Constructor and Description |
|---|
LocateByUuidReport() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.webdav.version.report.ReportType |
getType()
Returns
LOCATE_BY_UUID_REPORT report type. |
void |
init(org.apache.jackrabbit.webdav.DavResource resource,
org.apache.jackrabbit.webdav.version.report.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 org.apache.jackrabbit.webdav.version.report.ReportType LOCATE_BY_UUID_REPORT
public org.apache.jackrabbit.webdav.version.report.ReportType getType()
LOCATE_BY_UUID_REPORT report type.LOCATE_BY_UUID_REPORTReport.getType()public boolean isMultiStatusReport()
true.Report.isMultiStatusReport()public void init(org.apache.jackrabbit.webdav.DavResource resource,
org.apache.jackrabbit.webdav.version.report.ReportInfo info)
throws org.apache.jackrabbit.webdav.DavException
AbstractJcrReportinit in interface org.apache.jackrabbit.webdav.version.report.Reportinit in class AbstractJcrReportorg.apache.jackrabbit.webdav.DavExceptionReport.init(DavResource, ReportInfo)Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.