|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.webdav.jcr.version.report.AbstractJcrReport
org.apache.jackrabbit.webdav.jcr.version.report.LocateByUuidReport
public class LocateByUuidReport
LocateByUuidReport handles REPORT requests for the 'locate-by-uuid'
report.
<!ELEMENT locate-by-uuid ( href , prop? ) >The response to a successful report request will be a Multi-Status response.
| Field Summary | |
|---|---|
static ReportType |
LOCATE_BY_UUID_REPORT
The exportview report type |
| Constructor Summary | |
|---|---|
LocateByUuidReport()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ReportType LOCATE_BY_UUID_REPORT
| Constructor Detail |
|---|
public LocateByUuidReport()
| Method Detail |
|---|
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
AbstractJcrReport
init in interface Reportinit in class AbstractJcrReportDavExceptionReport.init(DavResource, ReportInfo)public Element toXml(Document document)
document -
XmlSerializable.toXml(Document)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||