|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.webdav.version.report.VersionTreeReport
public class VersionTreeReport
VersionTreeReport encapsulates the DAV:version-tree report.
It describes the requested properties of all the versions in the version
history of a version. The DAV:version-tree report must be supported by all
version resources and all version-controlled resources.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
VersionTreeReport()
|
|
| Method Summary | |
|---|---|
ReportType |
getType()
Returns ReportType.VERSION_TREE |
void |
init(DavResource resource,
ReportInfo info)
Validates the specified resource and info objects. |
boolean |
isMultiStatusReport()
Always returns true. |
Element |
toXml(Document document)
Runs the DAV:version-tree report. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VersionTreeReport()
| Method Detail |
|---|
public ReportType getType()
ReportType.VERSION_TREE
getType in interface ReportReportType.VERSION_TREEReport.getType()public boolean isMultiStatusReport()
true.
isMultiStatusReport in interface ReportReport.isMultiStatusReport()
public void init(DavResource resource,
ReportInfo info)
throws DavException
init in interface Reportresource - info -
DavExceptionReport.init(DavResource, ReportInfo)public Element toXml(Document document)
toXml in interface XmlSerializabledocument -
Document representing the report in the required
format.XmlSerializable.toXml(Document)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||