Class LocateByUuidReport
- java.lang.Object
- 
- org.apache.jackrabbit.webdav.version.report.AbstractReport
- 
- org.apache.jackrabbit.webdav.jcr.version.report.AbstractJcrReport
- 
- org.apache.jackrabbit.webdav.jcr.version.report.LocateByUuidReport
 
 
 
- 
- All Implemented Interfaces:
- Report,- XmlSerializable
 
 public class LocateByUuidReport extends AbstractJcrReport LocateByUuidReporthandles 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.
- 
- 
Field SummaryFields Modifier and Type Field Description static ReportTypeLOCATE_BY_UUID_REPORTThe exportview report type
 - 
Constructor SummaryConstructors Constructor Description LocateByUuidReport()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportTypegetType()ReturnsLOCATE_BY_UUID_REPORTreport type.voidinit(DavResource resource, ReportInfo info)Performs basic validation checks common to all JCR specific reports.booleanisMultiStatusReport()Always returnstrue.ElementtoXml(Document document)Creates a Xml document from the generated view.- 
Methods inherited from class org.apache.jackrabbit.webdav.version.report.AbstractReportnormalizeResourceHref
 
- 
 
- 
- 
- 
Field Detail- 
LOCATE_BY_UUID_REPORTpublic static final ReportType LOCATE_BY_UUID_REPORT The exportview report type
 
- 
 - 
Method Detail- 
getTypepublic ReportType getType() ReturnsLOCATE_BY_UUID_REPORTreport type.- Returns:
- LOCATE_BY_UUID_REPORT
- See Also:
- Report.getType()
 
 - 
isMultiStatusReportpublic boolean isMultiStatusReport() Always returnstrue.- Returns:
- true
- See Also:
- Report.isMultiStatusReport()
 
 - 
initpublic void init(DavResource resource, ReportInfo info) throws DavException Description copied from class:AbstractJcrReportPerforms basic validation checks common to all JCR specific reports.- Specified by:
- initin interface- Report
- Overrides:
- initin class- AbstractJcrReport
- Throws:
- DavException
- See Also:
- Report.init(DavResource, ReportInfo)
 
 - 
toXmlpublic Element toXml(Document document) Creates a Xml document from the generated view.- Parameters:
- document-
- Returns:
- Xml element representing the output of the specified view.
- See Also:
- XmlSerializable.toXml(Document)
 
 
- 
 
-